forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request twbs#12318 from twbs/fscking-customizer
Template the customizer's nav sidebar too
- Loading branch information
Showing
5 changed files
with
67 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,46 @@ | ||
<li> | ||
<a href="#less">Less components</a> | ||
</li> | ||
<li> | ||
<a href="#plugins">jQuery plugins</a> | ||
</li> | ||
<li> | ||
<a href="#less-variables">Less variables</a> | ||
|
||
<!-- NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template.--> | ||
<li><a href="#less">Less components</a></li> | ||
<li><a href="#plugins">jQuery plugins</a></li> | ||
<li><a href="#less-variables">Less variables</a> | ||
<ul class="nav"> | ||
<li><a href="#variables-basics">Basics</a></li> | ||
<li><a href="#variables-buttons">Buttons</a></li> | ||
<li><a href="#variables-form-states">Form states</a></li> | ||
<li><a href="#variables-alerts">Alerts</a></li> | ||
<li><a href="#variables-navbar">Navbar</a></li> | ||
<li><a href="#variables-nav">Nav</a></li> | ||
<li><a href="#variables-tables">Tables</a></li> | ||
<li><a href="#variables-forms">Forms</a></li> | ||
<li><a href="#variables-dropdowns">Dropdowns</a></li> | ||
<li><a href="#variables-panels-wells">Panels and wells</a></li> | ||
<li><a href="#variables-accordion">Accordion</a></li> | ||
<li><a href="#variables-badges">Badges</a></li> | ||
<li><a href="#variables-breadcrumbs">Breadcrumbs</a></li> | ||
<li><a href="#variables-jumbotron">Jumbotron</a></li> | ||
<li><a href="#variables-modals">Modals</a></li> | ||
<li><a href="#variables-carousel">Carousel</a></li> | ||
<li><a href="#variables-list-group">List group</a></li> | ||
<li><a href="#variables-thumbnails">Thumbnails</a></li> | ||
<li><a href="#variables-progress">Progress bars</a></li> | ||
<li><a href="#variables-pagination">Pagination</a></li> | ||
<li><a href="#variables-pager">Pager</a></li> | ||
<li><a href="#variables-labels">Labels</a></li> | ||
<li><a href="#variables-tooltips-popovers">Tooltips and popovers</a></li> | ||
<li><a href="#variables-close">Close button</a></li> | ||
<li><a href="#variables-type">Type</a></li> | ||
<li><a href="#variables-other">Other</a></li> | ||
<li><a href="#colors">Colors</a></li> | ||
<li><a href="#scaffolding">Scaffolding</a></li> | ||
<li><a href="#typography">Typography</a></li> | ||
<li><a href="#components">Components</a></li> | ||
<li><a href="#tables">Tables</a></li> | ||
<li><a href="#buttons">Buttons</a></li> | ||
<li><a href="#forms">Forms</a></li> | ||
<li><a href="#dropdowns">Dropdowns</a></li> | ||
<li><a href="#media-queries-breakpoints">Media queries breakpoints</a></li> | ||
<li><a href="#grid-system">Grid system</a></li> | ||
<li><a href="#navbar">Navbar</a></li> | ||
<li><a href="#navs">Navs</a></li> | ||
<li><a href="#tabs">Tabs</a></li> | ||
<li><a href="#pills">Pills</a></li> | ||
<li><a href="#pagination">Pagination</a></li> | ||
<li><a href="#pager">Pager</a></li> | ||
<li><a href="#jumbotron">Jumbotron</a></li> | ||
<li><a href="#form-states-and-alerts">Form states and alerts</a></li> | ||
<li><a href="#tooltips">Tooltips</a></li> | ||
<li><a href="#popovers">Popovers</a></li> | ||
<li><a href="#labels">Labels</a></li> | ||
<li><a href="#modals">Modals</a></li> | ||
<li><a href="#alerts">Alerts</a></li> | ||
<li><a href="#progress-bars">Progress bars</a></li> | ||
<li><a href="#list-group">List group</a></li> | ||
<li><a href="#panels">Panels</a></li> | ||
<li><a href="#thumbnails">Thumbnails</a></li> | ||
<li><a href="#wells">Wells</a></li> | ||
<li><a href="#badges">Badges</a></li> | ||
<li><a href="#breadcrumbs">Breadcrumbs</a></li> | ||
<li><a href="#carousel">Carousel</a></li> | ||
<li><a href="#close">Close</a></li> | ||
<li><a href="#code">Code</a></li> | ||
<li><a href="#type">Type</a></li> | ||
<li><a href="#miscellaneous">Miscellaneous</a></li> | ||
<li><a href="#container-sizes">Container sizes</a></li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="#download">Download</a> | ||
</li> | ||
<li><a href="#download">Download</a></li> | ||
<!-- NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template.--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template. | ||
li | ||
a(href='#less') Less components | ||
li | ||
a(href='#plugins') jQuery plugins | ||
li | ||
a(href='#less-variables') Less variables | ||
ul.nav | ||
each section in sections | ||
if section.customizable | ||
li | ||
a(href='#'+section.id)= section.heading | ||
li | ||
a(href='#download') Download | ||
// NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters