diff options
| author | Mark Otto <[email protected]> | 2013-01-12 13:57:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 13:57:41 -0800 |
| commit | 24f7df15e6a5b4b08201b3a6650340998f3ed381 (patch) | |
| tree | a2a1c0152199840ee040194464da318f3dc31f72 /docs | |
| parent | b1f0a7e62b32e97930d579ef24e414ace39bad29 (diff) | |
| download | bootstrap-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.html | 3 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 3 |
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> |
