diff options
| author | XhmikosR <[email protected]> | 2017-08-11 16:13:28 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-11 10:12:51 -0700 |
| commit | 8a7fe34005d865cafb0c40e12592241abc46b13e (patch) | |
| tree | 27bae79fa8aaa252fdef5d1fea8568d8c8c1ee0b | |
| parent | 716e1247bf70d2fb57065179846fe1d423ace369 (diff) | |
| download | bootstrap-8a7fe34005d865cafb0c40e12592241abc46b13e.tar.xz bootstrap-8a7fe34005d865cafb0c40e12592241abc46b13e.zip | |
Fix about sidebar.
| -rw-r--r-- | _data/nav.yml | 14 | ||||
| -rw-r--r-- | docs/4.0/about/history.md | 1 |
2 files changed, 8 insertions, 7 deletions
diff --git a/_data/nav.yml b/_data/nav.yml index 1ce74e782..c4c342dd2 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -75,12 +75,12 @@ # - title: Approach - title: Icons -# - title: About -# pages: -# - title: History -# - title: Team -# - title: Brand -# - title: License -# - title: Translations +- title: About + pages: + - title: History + - title: Team + - title: Brand + - title: License + - title: Translations - title: Migration diff --git a/docs/4.0/about/history.md b/docs/4.0/about/history.md index cfb0f5ab3..059388635 100644 --- a/docs/4.0/about/history.md +++ b/docs/4.0/about/history.md @@ -4,6 +4,7 @@ title: History description: A brief overview of the history of Bootstrap. redirect_from: - /about/ +group: about --- Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world. |
