aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-12 13:57:41 -0800
committerMark Otto <[email protected]>2013-01-12 13:57:41 -0800
commit24f7df15e6a5b4b08201b3a6650340998f3ed381 (patch)
treea2a1c0152199840ee040194464da318f3dc31f72 /docs
parentb1f0a7e62b32e97930d579ef24e414ace39bad29 (diff)
downloadbootstrap-24f7df15e6a5b4b08201b3a6650340998f3ed381.tar.xz
bootstrap-24f7df15e6a5b4b08201b3a6650340998f3ed381.zip
Remove mention of Extend page from readme and index page
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html3
-rw-r--r--docs/templates/pages/index.mustache3
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html
index d7dd74ff5..b941e2261 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -80,9 +80,6 @@
<li>
<a href="./getting-started.html#examples" >Examples</a>
</li>
- <li>
- <a href="./extend.html" >Extend</a>
- </li>
<li>Version 3.0.0</li>
</ul>
</div>
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index b0eb23bf2..1c71d1151 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -12,9 +12,6 @@
<li>
<a href="./getting-started.html#examples" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"{{/production}}>Examples</a>
</li>
- <li>
- <a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a>
- </li>
<li>Version 3.0.0</li>
</ul>
</div>