Commit 24f7df15 authored by Mark Otto's avatar Mark Otto

Remove mention of Extend page from readme and index page

parent b1f0a7e6
...@@ -63,7 +63,7 @@ $ npm install recess connect uglify-js jshint -g ...@@ -63,7 +63,7 @@ $ npm install recess connect uglify-js jshint -g
``` ```
+ **build** - `make` + **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` + **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. Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
......
...@@ -80,9 +80,6 @@ ...@@ -80,9 +80,6 @@
<li> <li>
<a href="./getting-started.html#examples" >Examples</a> <a href="./getting-started.html#examples" >Examples</a>
</li> </li>
<li>
<a href="./extend.html" >Extend</a>
</li>
<li>Version 3.0.0</li> <li>Version 3.0.0</li>
</ul> </ul>
</div> </div>
......
...@@ -12,9 +12,6 @@ ...@@ -12,9 +12,6 @@
<li> <li>
<a href="./getting-started.html#examples" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"{{/production}}>Examples</a> <a href="./getting-started.html#examples" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"{{/production}}>Examples</a>
</li> </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> <li>Version 3.0.0</li>
</ul> </ul>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment