diff options
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> |
