diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 00d59969cc..aeaa571570 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -1,18 +1,13 @@ - title: Getting started pages: + - title: Overview - title: Download - sections: - - title: Precompiled - - title: Source - - title: Bower - - title: npm - title: Contents - title: JavaScript - title: Compiling - title: Customize - title: Flexbox - title: Support - # - title: Third party support - title: Accessibility - title: Layout @@ -21,117 +16,27 @@ - title: Media queries - title: Containers - title: Grid - sections: - - title: Introduction - - title: Media queries - - title: Grid options - - title: Semantic mixins - - title: Ex Stacked to horizontal - - title: Ex Fluid container - - title: Ex Mobile and desktop - - title: Ex Mobile tablet desktops - - title: Ex Column wrapping - - title: Ex Responsive column resets - - title: Ex Offsetting columns - - title: Ex Nesting columns - - title: Ex Column ordering - title: Media - title: Responsive utilities - sections: - - title: Viewports - - title: Print - - title: Test cases - title: Components pages: - title: Reboot - sections: - - title: Approach - - title: Page defaults - - title: Headings and paragraphs - - title: Lists - - title: Preformatted text - - title: Tables - - title: Forms - - title: Misc elements - title: Typography - sections: - # - title: Scale - - title: Global settings - - title: Headings - - title: Lead - - title: Inline text elements - - title: Abbreviations - - title: Blockquotes - - title: Lists - title: Images - title: Code - sections: - - title: Inline code - - title: Preformatted text - - title: Variables - - title: User input - - title: Sample output - title: Tables - title: Buttons - sections: - - title: Examples - - title: Button tags - - title: Sizes - - title: Active state - - title: Disabled state - # - title: JavaScript behavior - - title: Custom states - - title: Single toggle - - title: Checkbox and radio - - title: Methods - title: Button group - title: Button dropdown - title: Forms - sections: - - title: Form controls - - title: Form groups - - title: Inline forms - - title: Using the Grid - - title: Checkboxes and radios - - title: Static controls - - title: Focus state - - title: Disabled state - - title: Readonly inputs - - title: Validation - - title: Control sizing - - title: Column sizing - - title: Help text - - title: Custom forms - # - title: Checkboxes and radios - # - title: Select menu - # - title: File browser - title: Input group - sections: - - title: Basic example - - title: Sizing - - title: Checkboes and radio buttons - - title: Button addons - - title: Buttons with dropdowns - - title: Segmented buttons - - title: Accessibility - title: Dropdowns - title: Jumbotron - title: Badges - title: Label - title: Alerts - title: Card - sections: - - title: Basic example - - title: Text alignment - - title: Header and footer - - title: Image caps - - title: Image overlays - - title: Inverted text - - title: Background variants - - title: Groups - - title: Sets - - title: Columns - title: Navs - title: Navbar - title: Breadcrumb @@ -145,19 +50,6 @@ - title: Collapse - title: Carousel - title: Utilities - sections: - - title: Text alignment - - title: Text transform - - title: Contextual colors - - title: Contextual backgrounds - - title: Close icon - - title: Floats - - title: Center content - - title: Hidden content - - title: Invisible content - - title: Screen readers - - title: Image replacement - - title: Responsive embed - title: Examples pages: @@ -179,11 +71,10 @@ - title: Sticky footer with navbar - title: Offcanvas -- title: Extend - pages: - - title: Approach - - title: Icon fonts - # - title: Accessibility +# - title: Extend +# pages: +# - title: Approach +# - title: Icon fonts - title: About pages: @@ -192,6 +83,5 @@ - title: Brand - title: License - title: Translations - # - title: Credits - title: Migration diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 1661173154..e87c182daf 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -23,7 +23,11 @@ {% endif %}
- + {% if slug == "examples" %} + + {% else %} + + {% endif %} {{ group.title }} diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 084746d10f..2cc5820c33 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -2,7 +2,7 @@ Bootstrap 4 Alpha diff --git a/docs/about/index.md b/docs/about/index.md deleted file mode 100644 index 12b1c5fa5e..0000000000 --- a/docs/about/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: page -title: About ---- - -todo: this entire page \ No newline at end of file diff --git a/docs/assets/scss/_team.scss b/docs/assets/scss/_team.scss index fe51424c1b..d42bd0778f 100644 --- a/docs/assets/scss/_team.scss +++ b/docs/assets/scss/_team.scss @@ -3,20 +3,25 @@ // .bd-team { + margin-bottom: 1.5rem; + .team-member { line-height: 2rem; color: #555; } + .team-member:hover { color: #333; text-decoration: none; } + .github-btn { float: right; width: 180px; height: 1.25rem; margin-top: .25rem; } + img { float: left; width: 2rem; diff --git a/docs/components/index.md b/docs/components/index.md deleted file mode 100644 index 9eb06b29da..0000000000 --- a/docs/components/index.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -layout: page -title: Components ---- - -## Reboot - -- Reboot - -## Type - -- Typography -- Code -- Tables -- Images -- Jumbotron - -## Buttons - -- Buttons -- Button group -- Button dropdown - -## Forms - -- Forms -- Input group -- Progress - -## Navigation - -- Navs -- Navbar -- Breadcrumb -- Pagination - -## Components - -- Label -- Badges -- Dropdowns -- Alerts -- Card -- List group - -## JavaScript - -- Modal -- Scrollspy -- Tooltips -- Popovers -- Collapse -- Carousel - -## Utilities - -- Utilities diff --git a/docs/getting-started/index.md b/docs/getting-started/overview.md similarity index 100% rename from docs/getting-started/index.md rename to docs/getting-started/overview.md diff --git a/docs/layout/index.md b/docs/layout/index.md deleted file mode 100644 index 96a817e7e3..0000000000 --- a/docs/layout/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: page -title: Layout ---- - -todo: this entire page \ No newline at end of file