]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update getting started page
authorMark Otto <otto@github.com>
Thu, 9 May 2013 18:40:39 +0000 (11:40 -0700)
committerMark Otto <otto@github.com>
Thu, 9 May 2013 18:40:39 +0000 (11:40 -0700)
docs/_includes/nav-getting-started.html [moved from docs/_includes/nav-welcome.html with 74% similarity]
docs/_includes/nav-main.html
docs/_layouts/default.html
docs/getting-started.html

similarity index 74%
rename from docs/_includes/nav-welcome.html
rename to docs/_includes/nav-getting-started.html
index 6a4741f41b83a64fa43929eb650cde161708c394..e7ebd88723db5b2f7f2a594afffe2032010dd56e 100644 (file)
@@ -1,4 +1,4 @@
-<li><a href="#getting-started">Getting started</a></li>
+<li><a href="#downloading">Downloading Bootstrap</a></li>
 <li><a href="#whats-included">What's included</a></li>
 <li><a href="#examples">Templates and examples</a></li>
 <li><a href="#customizing">Customizing Bootstrap</a></li>
\ No newline at end of file
index 7233d6f7ca672e34d999579b80bb4d9c124bf0da..fceeb7a869bd96173777aa76b6f0dbb4ecd6049b 100644 (file)
@@ -8,8 +8,8 @@
     </button>
     <div class="nav-collapse collapse bs-navbar-collapse">
       <ul class="nav navbar-nav">
-        <li{% if page.slug == "welcome" %} class="active"{% endif %}>
-          <a href="/welcome">Overview</a>
+        <li{% if page.slug == "getting-started" %} class="active"{% endif %}>
+          <a href="/getting-started">Getting started</a>
         </li>
         <li{% if page.slug == "css" %} class="active"{% endif %}>
           <a href="/css">CSS</a>
index 2969040820a3b50192185d277ce3d4bd494ec84a..9ba678fa89c560e4a2850c958fc70643ccbcc940 100644 (file)
@@ -23,8 +23,8 @@
         <div class="col col-lg-3">
           <div class="bs-sidebar">
             <ul class="nav bs-sidenav">
-              {% if page.slug == "welcome" %}
-                 {% include nav-welcome.html %}
+              {% if page.slug == "getting-started" %}
+                 {% include nav-getting-started.html %}
               {% elsif page.slug == "css" %}
                  {% include nav-css.html %}
               {% elsif page.slug == "components" %}
index 130ceb38b71a800c10afd91085e1f87d76953160..a3f908c31d22d9581b53b7ea4c455e664ff5133e 100644 (file)
@@ -1,16 +1,16 @@
 ---
 layout: default
-title: Welcome
-slug: welcome
-lead: "Welcome to the Bootstrap documentation, the living, interactive style and code guide for all things Bootstrap. If you're new here, continue reading to learn how to get started. Otherwise, carry on you beautiful person you."
+title: Getting started
+slug: getting-started
+lead: "An overview of Bootstrap, how to download and use, basic templates and examples, and more."
 ---
 
 
   <!-- Getting started
   ================================================== -->
-  <div class="bs-docs-section" id="getting-started">
+  <div class="bs-docs-section" id="downloading">
     <div class="page-header">
-      <h1>Getting started</h1>
+      <h1>Downloading Bootstrap</h1>
     </div>
     <p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p>