mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
rearrange contents docs--type, tables, images, forms, etc--into own docs section
This commit is contained in:
parent
73e59c26e6
commit
e1bb907050
10 changed files with 16 additions and 7 deletions
|
@ -43,7 +43,7 @@
|
||||||
- title: Print
|
- title: Print
|
||||||
- title: Test cases
|
- title: Test cases
|
||||||
|
|
||||||
- title: Components
|
- title: Content
|
||||||
pages:
|
pages:
|
||||||
- title: Typography
|
- title: Typography
|
||||||
sections:
|
sections:
|
||||||
|
@ -59,8 +59,6 @@
|
||||||
- title: Address
|
- title: Address
|
||||||
- title: Blockquotes
|
- title: Blockquotes
|
||||||
- title: Lists
|
- title: Lists
|
||||||
- title: Jumbotron
|
|
||||||
- title: Page header
|
|
||||||
- title: Images
|
- title: Images
|
||||||
- title: Code
|
- title: Code
|
||||||
sections:
|
sections:
|
||||||
|
@ -72,6 +70,11 @@
|
||||||
- title: Tables
|
- title: Tables
|
||||||
- title: Forms
|
- title: Forms
|
||||||
- title: Buttons
|
- title: Buttons
|
||||||
|
|
||||||
|
- title: Components
|
||||||
|
pages:
|
||||||
|
- title: Jumbotron
|
||||||
|
- title: Page header
|
||||||
- title: Button group
|
- title: Button group
|
||||||
- title: Button dropdown
|
- title: Button dropdown
|
||||||
- title: Input group
|
- title: Input group
|
||||||
|
|
|
@ -17,12 +17,17 @@
|
||||||
{% elsif page.url contains "layout" %}
|
{% elsif page.url contains "layout" %}
|
||||||
<h1>Layout</h1>
|
<h1>Layout</h1>
|
||||||
<p class="lead">Grid system, containers, media object, and responsive utilities for organization pages.</p>
|
<p class="lead">Grid system, containers, media object, and responsive utilities for organization pages.</p>
|
||||||
{% elsif page.url contains "components" %}
|
{% elsif page.url contains "content" %}
|
||||||
<h1>Components</h1>
|
<h1>Components</h1>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
Global styles for common HTML elements, as well as dozens of reusable components like dropdowns, input groups, navigation, alerts, and much more.
|
Styles and patterns for common HTML elements like typography, tables, forms, and more.
|
||||||
</p>
|
</p>
|
||||||
{% elsif page.url contains "javascript" %}
|
{% elsif page.url contains "components" %}
|
||||||
|
<h1>Components</h1>
|
||||||
|
<p class="lead">
|
||||||
|
Custom design patterns built as reusable components, including dropdowns, input groups, navigation, alerts, and more.
|
||||||
|
</p>
|
||||||
|
{% elsif page.url contains "javascript" %}
|
||||||
<h1>JavaScript</h1>
|
<h1>JavaScript</h1>
|
||||||
<p class="lead">Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.</p>
|
<p class="lead">Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.</p>
|
||||||
{% elsif page.url contains "examples" %}
|
{% elsif page.url contains "examples" %}
|
||||||
|
|
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -786,6 +786,7 @@ body {
|
||||||
|
|
||||||
> h2 {
|
> h2 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
> h3 {
|
> h3 {
|
||||||
|
|
Loading…
Reference in a new issue