diff --git a/.gitignore b/.gitignore index 319bab66cafa..21728725b2f0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ docs/code docs/_site docs/.sass-cache docs/js/* -docs/downloads +docs/downloads/*.zip docs/vendor/bundle examples/shared/*.js examples/**/bundle.js diff --git a/docs/_data/nav_docs_old.yml b/docs/_data/nav_docs_old.yml index 27f910cb0ccc..6fdffce88f6a 100644 --- a/docs/_data/nav_docs_old.yml +++ b/docs/_data/nav_docs_old.yml @@ -22,8 +22,6 @@ title: React (Virtual) DOM Terminology - title: Old Quick Start items: - - id: getting-started - title: Getting Started - id: tutorial title: Tutorial - id: thinking-in-react diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 15d60f99fd39..01f24862fd3f 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -51,7 +51,6 @@