diff options
| author | Mark Otto <[email protected]> | 2012-07-12 21:38:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 21:38:18 -0700 |
| commit | 9343e1e933c1a38ec4cc58024b01edda631863b0 (patch) | |
| tree | a68f2297cbb49c944af0787ba802236bcc5c6153 /docs/index.html | |
| parent | a12f0e551f7da763a9be23013d1b51c161a0f6f8 (diff) | |
| download | bootstrap-9343e1e933c1a38ec4cc58024b01edda631863b0.tar.xz bootstrap-9343e1e933c1a38ec4cc58024b01edda631863b0.zip | |
remove getting started link from home, add to navbar, overhaul getting started docs
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index d059aaa3e..4acc040ab 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,6 +46,9 @@ <a href="./index.html">Home</a> </li> <li class=""> + <a href="./getting-started.html">Get started</a> + </li> + <li class=""> <a href="./scaffolding.html">Scaffolding</a> </li> <li class=""> @@ -72,7 +75,6 @@ <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a></p> <ul class="masthead-links"> - <li><a href="./getting-started.html" >Getting started</a></li> <li><a href="./download.html" >Customize</a></li> <li><a href="http://github.com/twitter/bootstrap" >GitHub project</a></li> <li>Version 2.1.0</li> |
