diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-getting-started.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html index 243c05fb0..c06896e6a 100644 --- a/_includes/nav-getting-started.html +++ b/_includes/nav-getting-started.html @@ -1,4 +1,13 @@ <li> + <a href="#welcome">Welcome</a> + <ul class="nav"> + <li><a href="#welcome-history">Brief history</a></li> + <li><a href="#welcome-core-team">Core team</a></li> + <li><a href="#welcome-callouts">Callouts</a></li> + <li><a href="#welcome-community">Community</a></li> + </ul> +</li> +<li> <a href="#download">Download Bootstrap</a> <ul class="nav"> <li><a href="#download-compiled">Compiled CSS, JS, and fonts</a></li> |
