diff options
| author | Mark Otto <[email protected]> | 2014-07-10 17:54:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-10 17:54:06 -0700 |
| commit | 4993ab6e0038f73aed82ecfdcb58d51b8d6be917 (patch) | |
| tree | 3d186262cc895f9a6aaf1f1df4a45c3a2104a499 /docs/_data | |
| parent | 57c709becd2bb2ed93f9004c04d48c4a65836cb8 (diff) | |
| download | bootstrap-4993ab6e0038f73aed82ecfdcb58d51b8d6be917.tar.xz bootstrap-4993ab6e0038f73aed82ecfdcb58d51b8d6be917.zip | |
start markdowning getting started and moving things to separate pages
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/nav.yml | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml new file mode 100644 index 000000000..48461eb9b --- /dev/null +++ b/docs/_data/nav.yml @@ -0,0 +1,80 @@ +- title: Getting started + pages: + - title: Quick start + - title: Download + sections: + - title: Precompiled + - title: Source + - title: Bower + - title: npm + - title: Contents + - title: Compiling + - title: Browser and device support + - title: Third aprty support + - title: Accessibility + - title: License FAQs + - title: Translations + +- title: Examples + +- title: Components + pages: + - title: Scaffolding + - title: Grid + sections: + - title: Overview + - title: Typography + sections: + - title: Scale + - title: Body copy + - title: Headings + - title: Images + - title: Code + sections: + - title: Inline code + - title: Preformatted text + - title: Variables + - title: User input + - title: Sample output + - title: Tables + - title: Forms + - title: Buttons + - title: Button groups +# - title: Button dropdowns + - title: Input groups +# - title: Dropdowns + - title: Navigation + - title: Navbar + - title: Breadcrumb + - title: Pagination + - title: Alert + - title: Progress + - title: Media + - title: List + - title: Responsive embed + - title: Helpers + - title: Responsive utilities + sections: + - title: Viewports + - title: Print + - title: Test cases + +- title: JavaScript + pages: + - title: Overview + - title: Transititons + - title: Modal + - title: Dropdown + - title: Scrollspy + - title: Tab + - title: Tooltip + - title: Popover + - title: Alert + - title: Button + - title: Collapse + - title: Carousel + - title: Affix + +- title: Learn & Extend + pages: + - title: Approach |
