diff options
| author | Mark Otto <[email protected]> | 2015-05-29 14:05:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-29 14:05:42 -0700 |
| commit | ed4e873fe165f9d1fdea9403e67ea16ac0be4285 (patch) | |
| tree | 703dfec54e5ba1dea74cf06a0adcaeef2c10e50c /docs | |
| parent | 7c552d70fcf5774e2a858c0ed4caa19357fcd878 (diff) | |
| download | bootstrap-ed4e873fe165f9d1fdea9403e67ea16ac0be4285.tar.xz bootstrap-ed4e873fe165f9d1fdea9403e67ea16ac0be4285.zip | |
comment out third level of nav
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/nav-docs.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 315cb6f1e..166117315 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -41,6 +41,7 @@ {{ doc.title }} </a> + {% comment %} {% unless doc.sections == nil %} <ul class="nav"> {% for section in doc.sections %} @@ -52,6 +53,7 @@ {% endfor %} </ul> {% endunless %} + {% endcomment %} </li> {% endfor %} </ul> |
