stable

Clone or download

Read-only

Use tlp-tabs component for the doc navigation

Part of story #8118: TLP This commit split the documentation into smaller pages. So that it is easier to work (faster to load, less cognitive overload). Now to add a new section, you just have to create flat example.html, doc.html with a manifest.json, and edit the manifest of the parent section. Change-Id: I21870c47572018d6e4be2a7885f25ee8400da040

Modified Files

Name
M src/www/themes/common/tlp/doc/css/_demos.scss +2 −2 Go to diff View file
M src/www/themes/common/tlp/doc/css/_nav.scss +39 −52 Go to diff View file
M src/www/themes/common/tlp/doc/css/_sections.scss +8 −1 Go to diff View file
M src/www/themes/common/tlp/doc/css/main.scss +2 −3 Go to diff View file
D src/www/themes/common/tlp/doc/index.html +0 −2782 Go to diff View file
A src/www/themes/common/tlp/doc/index.php +235 −0 Go to diff View file
M src/www/themes/common/tlp/doc/js/main.js +30 −33 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/bar/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/disabled/example.html +14 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/disabled/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/icon/example.html +25 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/icon/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/manifest.json +12 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/outline/example.html +18 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/outline/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/sizes/example.html +12 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/sizes/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/types/example.html +18 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/btn/types/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/dropdowns/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/manifest.json +8 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/switch/example.html +13 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/buttons/switch/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/manifest.json +8 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/modals/manifest.json +9 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/modals/structure/example.html +15 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/modals/structure/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/modals/types/example.html +85 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/modals/types/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/modals/usage/doc.html +17 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/modals/usage/example.html +78 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/modals/usage/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/popovers/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/tooltips/manifest.json +8 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/tooltips/tooltips-placement/example.html +7 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/tooltips/tooltips-placement/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/tooltips/tooltips-tags/example.html +11 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/flyover/tooltips/tooltips-tags/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/appends/example.html +65 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/appends/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/checkboxes/example.html +40 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/checkboxes/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/datetime/doc.html +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/datetime/example.html +19 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/datetime/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/doc.html +15 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/inputs/example.html +40 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/inputs/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/manifest.json +19 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/multi-select2/doc.html +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/multi-select2/example.html +159 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/multi-select2/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/multi-selects/example.html +89 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/multi-selects/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/prepends/example.html +34 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/prepends/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/properties/example.html +40 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/properties/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/radios/example.html +37 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/radios/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/search/example.html +15 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/search/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/select2/example.html +218 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/select2/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/selects/example.html +85 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/selects/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/textareas/example.html +41 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/textareas/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/manifest.json +10 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/alerts/example.html +16 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/alerts/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/centered-and-framed/doc.html +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/centered-and-framed/example.html +5 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/centered-and-framed/manifest.json +2 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/centered/doc.html +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/centered/example.html +5 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/centered/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/complex/doc.html +10 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/complex/example.html +19 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/complex/manifest.json +2 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/framed/doc.html +5 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/framed/example.html +5 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/framed/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/manifest.json +10 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/vertically/doc.html +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/vertically/example.html +5 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/layout/vertically/manifest.json +2 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/manifest.json +10 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/pagination/example.html +10 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/pagination/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/panes/manifest.json +8 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/panes/simple/example.html +56 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/panes/simple/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/panes/splitted/example.html +46 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/panes/splitted/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/tabs/example.html +43 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/structure/tabs/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/tables/doc.html +6 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/tables/example.html +172 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/tables/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/avatars/example.html +25 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/avatars/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/badges/manifest.json +7 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/badges/outline/example.html +22 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/badges/outline/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/badges/types/example.html +22 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/badges/types/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/business/demo.html +156 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/business/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/manifest.json +8 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/theme/demo.html +60 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/theme/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/ui/demo.html +39 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/ui/doc.html +1 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/ui/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/icons/doc.html +1 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/icons/example.html +13 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/icons/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/manifest.json +10 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/lists/example.html +21 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/lists/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/manifest.json +9 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/paragraphs/example.html +34 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/paragraphs/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/titles-desc/example.html +6 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/titles-desc/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/titles/example.html +6 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/typo/titles/manifest.json +3 −0 Go to diff View file