|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + 'Introduction' => [ |
| 5 | + 'What is Tailwind?' => 'what-is-tailwind', |
| 6 | + ], |
| 7 | + 'Getting Started' => [ |
| 8 | + 'Installation' => 'installation', |
| 9 | + 'Configuration' => 'configuration', |
| 10 | + 'Colors' => 'colors', |
| 11 | + 'Responsive Design' => 'responsive-design', |
| 12 | + 'Adding New Utilities' => 'adding-new-utilities', |
| 13 | + 'Extracting Components' => 'extracting-components', |
| 14 | + 'Functions & Directives' => 'functions-and-directives', |
| 15 | + ], |
| 16 | + 'Styles' => [ |
| 17 | + 'Backgrounds' => [ |
| 18 | + 'Color' => 'background-color', |
| 19 | + 'Position' => 'background-position', |
| 20 | + 'Size' => 'background-size', |
| 21 | + ], |
| 22 | + 'Borders' => [ |
| 23 | + 'Width' => 'border-width', |
| 24 | + 'Color' => 'border-color', |
| 25 | + 'Style' => 'border-style', |
| 26 | + ], |
| 27 | + 'Border Radius' => 'border-radius', |
| 28 | + 'Container' => 'container', |
| 29 | + 'Display' => 'display', |
| 30 | + 'Flexbox' => [ |
| 31 | + 'Display' => 'flexbox-display', |
| 32 | + 'Direction' => 'flexbox-direction', |
| 33 | + 'Wrapping' => 'flexbox-wrapping', |
| 34 | + 'Justify Content' => 'flexbox-justify-content', |
| 35 | + 'Align Items' => 'flexbox-align-items', |
| 36 | + 'Align Content' => 'flexbox-align-content', |
| 37 | + 'Align Self' => 'flexbox-align-self', |
| 38 | + 'Flex, Grow, & Shrink' => 'flexbox-flex-grow-shrink', |
| 39 | + ], |
| 40 | + 'Floats' => 'floats', |
| 41 | + 'Forms' => 'forms', |
| 42 | + 'Grid' => 'grid', |
| 43 | + 'Interactivity' => [ |
| 44 | + 'Cursor' => 'cursor', |
| 45 | + 'Resize' => 'resize', |
| 46 | + 'Pointer Events' => 'pointer-events', |
| 47 | + 'User Select' => 'user-select', |
| 48 | + ], |
| 49 | + 'Lists' => 'lists', |
| 50 | + 'Opacity' => 'opacity', |
| 51 | + 'Overflow' => 'overflow', |
| 52 | + 'Positioning' => 'positioning', |
| 53 | + 'Shadows' => 'shadows', |
| 54 | + 'Sizing' => [ |
| 55 | + 'Width' => 'width', |
| 56 | + 'Min-Width' => 'min-width', |
| 57 | + 'Max-Width' => 'max-width', |
| 58 | + 'Height' => 'height', |
| 59 | + 'Min-Height' => 'min-height', |
| 60 | + 'Max-Height' => 'max-height', |
| 61 | + ], |
| 62 | + 'Spacing' => 'spacing', |
| 63 | + 'SVG' => 'svg', |
| 64 | + 'Typography' => [ |
| 65 | + 'Fonts' => 'fonts', |
| 66 | + 'Color' => 'text-color', |
| 67 | + 'Sizing' => 'text-sizing', |
| 68 | + 'Weight' => 'font-weight', |
| 69 | + 'Alignment' => 'text-alignment', |
| 70 | + 'Line Height' => 'line-height', |
| 71 | + 'Letter Spacing' => 'letter-spacing', |
| 72 | + 'Style & Decoration' => 'text-style', |
| 73 | + 'Whitespace & Wrapping' => 'whitespace-and-wrapping', |
| 74 | + ], |
| 75 | + 'Vertical Alignment' => 'vertical-alignment', |
| 76 | + 'Visibility' => 'visibility', |
| 77 | + 'Z-Index' => 'z-index', |
| 78 | + ], |
| 79 | + 'Examples' => [ |
| 80 | + 'Alerts' => 'examples/alerts', |
| 81 | + 'Buttons' => 'examples/buttons', |
| 82 | + 'Cards' => 'examples/cards', |
| 83 | + 'Forms' => 'examples/forms', |
| 84 | + 'Navigation' => 'examples/navigation', |
| 85 | + ], |
| 86 | +]; |
0 commit comments