Skip to content

Commit

Permalink
Docs: Breaks out Utilities into separate section and optimizes its pa…
Browse files Browse the repository at this point in the history
…ges (#20678)
  • Loading branch information
Kovah authored and mdo committed Sep 9, 2016
1 parent 82e7abc commit 076a950
Show file tree
Hide file tree
Showing 14 changed files with 436 additions and 367 deletions.
14 changes: 14 additions & 0 deletions docs/_data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@
- title: Tooltips
- title: Utilities

- title: Utilities
pages:
- title: Clearfix
- title: Close icon
- title: Colors
- title: Display property
- title: Image replacement
- title: Invisible content
- title: Responsive helpers
- title: Screenreaders
- title: Sizing and positioning
- title: Spacing
- title: Typography

# - title: Extend
# pages:
# - title: Approach
Expand Down
5 changes: 5 additions & 0 deletions docs/_includes/page-headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ <h1>Components</h1>
<p class="lead">
Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more.
</p>
{% elsif page.group == "utilities" %}
<h1>Utilities</h1>
<p class="lead">
Bootstrap includes dozens of utilities—classes with a single purpose to reduce the frequency of highly repetitive declarations.
</p>
{% elsif page.group == "javascript" %}
<h1>JavaScript plugins</h1>
<p class="lead">
Expand Down
Loading

0 comments on commit 076a950

Please sign in to comment.