diff --git a/docs/_config.yml b/docs/_config.yml index c6d1ad3bb0a..d84d29cbd99 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -32,12 +32,6 @@ defaults: values: layout: docs sectionid: docs -- scope: - path: docs-old - type: pages - values: - layout: docs-old - sectionid: docs-old - scope: path: contributing type: pages diff --git a/docs/_data/nav_docs.yml b/docs/_data/nav_docs.yml index 1003a0e9539..1be1ce3c07d 100644 --- a/docs/_data/nav_docs.yml +++ b/docs/_data/nav_docs.yml @@ -12,10 +12,12 @@ title: Components and Props - id: state-and-lifecycle title: State and Lifecycle - - id: lists-conditional-rendering - title: Lists & Conditional Rendering - id: handling-events title: Handling Events + - id: conditional-rendering + title: Conditional Rendering + - id: lists-and-keys + title: Lists and Keys - id: forms title: Forms - id: lifting-state-up @@ -34,16 +36,31 @@ title: Refs and the DOM - id: optimizing-performance title: Optimizing Performance - - id: context - title: Context - - id: reconciliation - title: Reconciliation - id: react-without-es6 title: React Without ES6 - id: react-without-jsx title: React Without JSX + - id: reconciliation + title: Reconciliation + - id: context + title: Context - id: web-components title: Web Components +- title: Reference + items: + - id: react-api + title: React + subitems: + - id: react-component + title: React.Component + - id: react-dom + title: ReactDOM + - id: react-dom-server + title: ReactDOMServer + - id: dom-elements + title: DOM Elements + - id: events + title: SyntheticEvent - id: addons title: Add-Ons subitems: @@ -63,18 +80,4 @@ title: Shallow Compare - id: two-way-binding-helpers title: Two-way Binding Helpers -- title: Reference - items: - - id: react-api - title: React - subitems: - - id: react-component - title: React.Component - - id: react-dom - title: ReactDOM - - id: react-dom-server - title: ReactDOMServer - - id: dom-elements - title: DOM Elements - - id: events - title: SyntheticEvent + diff --git a/docs/_data/nav_docs_old.yml b/docs/_data/nav_docs_old.yml deleted file mode 100644 index a9f7028b51a..00000000000 --- a/docs/_data/nav_docs_old.yml +++ /dev/null @@ -1,4 +0,0 @@ -- title: Old Guides - items: - - id: forms - title: Forms diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 5e8a28863bb..e2e6fdb6586 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -4,7 +4,7 @@