aboutsummaryrefslogtreecommitdiff
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
parentb1f0a7e62b32e97930d579ef24e414ace39bad29 (diff)
downloadbootstrap-24f7df15e6a5b4b08201b3a6650340998f3ed381.tar.xz
bootstrap-24f7df15e6a5b4b08201b3a6650340998f3ed381.zip
Remove mention of Extend page from readme and index page
-rw-r--r--README.md2
-rw-r--r--docs/index.html3
-rw-r--r--docs/templates/pages/index.mustache3
3 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index de6973b85..2714cdf9e 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ $ npm install recess connect uglify-js jshint -g
```
+ **build** - `make`
-Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/extend.html#compiling">Read more in our docs &raquo;</a>
+Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js.
+ **test** - `make test`
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
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>