From 3de48d29f5b9b0f83e4fe0b4bfb51e141407a9a2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 20 Jan 2014 18:02:15 -0800 Subject: fix #12280 by templating the customizer's nav sidebar too The customizer is such a PITA. --- docs/_includes/customizer-variables.html | 4 +- docs/_includes/nav-customize.html | 80 +++++++++++++++++--------------- docs/customizer-nav.jade | 15 ++++++ docs/customizer-variables.jade | 4 +- 4 files changed, 62 insertions(+), 41 deletions(-) create mode 100644 docs/customizer-nav.jade (limited to 'docs') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index d03c3e6e8..3de586c7e 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1,5 +1,5 @@ - +

Colors

Gray and brand colors for use across Bootstrap.

@@ -1683,4 +1683,4 @@

For @screen-lg-min and up.

- \ No newline at end of file + \ No newline at end of file diff --git a/docs/_includes/nav-customize.html b/docs/_includes/nav-customize.html index 363a5db8b..af8558fa1 100644 --- a/docs/_includes/nav-customize.html +++ b/docs/_includes/nav-customize.html @@ -1,40 +1,46 @@ -
  • - Less components -
  • -
  • - jQuery plugins -
  • -
  • - Less variables + + +
  • Less components
  • +
  • jQuery plugins
  • +
  • Less variables
  • -
  • - Download -
  • +
  • Download
  • + \ No newline at end of file diff --git a/docs/customizer-nav.jade b/docs/customizer-nav.jade new file mode 100644 index 000000000..c4f6ddf10 --- /dev/null +++ b/docs/customizer-nav.jade @@ -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. diff --git a/docs/customizer-variables.jade b/docs/customizer-variables.jade index 19f3672b0..3c74573be 100644 --- a/docs/customizer-variables.jade +++ b/docs/customizer-variables.jade @@ -1,4 +1,4 @@ -// NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-vars-form` Grunt task using the customizer-variables.jade template. +// NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-variables.jade template. each section in sections if section.customizable h2(id=section.id)= section.heading @@ -18,4 +18,4 @@ each section in sections data-var=variable.name) if variable.docstring p.help-block!= variable.docstring.html -// NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-vars-form` Grunt task using the customizer-variables.jade template. +// NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-variables.jade template. -- cgit v1.2.3