diff options
| author | Chris Rebert <[email protected]> | 2014-01-15 15:34:10 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-15 15:34:10 -0800 |
| commit | 53bcb829bbe9eee1ab2f65a9b1ca0c024711e34d (patch) | |
| tree | 07d1000686838939a5ba078edb5d778bfd25165e /docs/_includes | |
| parent | 9039a5e90b980c61cf820e499d84e2a30de948b2 (diff) | |
| download | bootstrap-53bcb829bbe9eee1ab2f65a9b1ca0c024711e34d.tar.xz bootstrap-53bcb829bbe9eee1ab2f65a9b1ca0c024711e34d.zip | |
move Community & Translations docs sections from About to Getting Started
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-about.html | 6 | ||||
| -rw-r--r-- | docs/_includes/nav-getting-started.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/_includes/nav-about.html b/docs/_includes/nav-about.html index 345ef164d..93121e700 100644 --- a/docs/_includes/nav-about.html +++ b/docs/_includes/nav-about.html @@ -7,9 +7,3 @@ <li> <a href="#team">Team</a> </li> -<li> - <a href="#community">Community</a> -</li> -<li> - <a href="#translations">Translations</a> -</li> diff --git a/docs/_includes/nav-getting-started.html b/docs/_includes/nav-getting-started.html index f4a98f2ac..77419b65c 100644 --- a/docs/_includes/nav-getting-started.html +++ b/docs/_includes/nav-getting-started.html @@ -21,6 +21,9 @@ </ul> </li> <li> + <a href="#community">Community</a> +</li> +<li> <a href="#disable-responsive">Disabling responsiveness</a> </li> <li> @@ -59,3 +62,6 @@ <li> <a href="#customizing">Customizing Bootstrap</a> </li> +<li> + <a href="#translations">Translations</a> +</li> |
