From 04a34dbba840cd9cd4a3cc5317766ca155946488 Mon Sep 17 00:00:00 2001 From: BSKY Date: Fri, 20 Dec 2019 14:44:34 +0900 Subject: [PATCH] Migrate website to Docusaurus 2 (#3635) * Migrate website to Docusaurus 2 * Tweak styling to better match original site - Shrank padding and border radius for code snippets - Made category chevrons closed=right and open=down - Added transition for category chevrons - Forced links in code snippets to inherit link color * Restructure index page sales pitch content based on RTK layout Co-authored-by: Mark Erikson Former-commit-id: c725f0991ba110881dca9abf92f11ca285d5df62 Former-commit-id: c6e8b6add884e9a869b9910e09c63e4c5786ddba --- README.md.REMOVED.git-id | 2 +- docs/FAQ.md.REMOVED.git-id | 1 - docs/Glossary.md.REMOVED.git-id | 1 - docs/Troubleshooting.md.REMOVED.git-id | 1 - docs/advanced/AsyncActions.md.REMOVED.git-id | 1 - docs/advanced/AsyncFlow.md.REMOVED.git-id | 1 - .../ExampleRedditAPI.md.REMOVED.git-id | 1 - docs/advanced/Middleware.md.REMOVED.git-id | 1 - docs/advanced/NextSteps.md.REMOVED.git-id | 1 - .../UsageWithReactRouter.md.REMOVED.git-id | 1 - docs/api/README.md.REMOVED.git-id | 1 - docs/api/Store.md.REMOVED.git-id | 1 - docs/api/applyMiddleware.md.REMOVED.git-id | 1 - docs/api/bindActionCreators.md.REMOVED.git-id | 1 - docs/api/combineReducers.md.REMOVED.git-id | 1 - docs/api/compose.md.REMOVED.git-id | 1 - docs/api/createStore.md.REMOVED.git-id | 1 - docs/basics/Actions.md.REMOVED.git-id | 1 - docs/basics/DataFlow.md.REMOVED.git-id | 1 - docs/basics/ExampleTodoList.md.REMOVED.git-id | 1 - docs/basics/Reducers.md.REMOVED.git-id | 1 - docs/basics/Store.md.REMOVED.git-id | 1 - docs/basics/UsageWithReact.md.REMOVED.git-id | 1 - docs/faq/Actions.md.REMOVED.git-id | 1 - docs/faq/CodeStructure.md.REMOVED.git-id | 1 - docs/faq/DesignDecisions.md.REMOVED.git-id | 1 - docs/faq/General.md.REMOVED.git-id | 1 - docs/faq/ImmutableData.md.REMOVED.git-id | 1 - docs/faq/Miscellaneous.md.REMOVED.git-id | 1 - docs/faq/OrganizingState.md.REMOVED.git-id | 1 - docs/faq/Performance.md.REMOVED.git-id | 1 - docs/faq/ReactRedux.md.REMOVED.git-id | 1 - docs/faq/Reducers.md.REMOVED.git-id | 1 - docs/faq/StoreSetup.md.REMOVED.git-id | 1 - .../CoreConcepts.md.REMOVED.git-id | 1 - docs/introduction/Ecosystem.md.REMOVED.git-id | 1 - docs/introduction/Examples.md.REMOVED.git-id | 1 - .../GettingStarted.md.REMOVED.git-id | 1 - .../Installation.md.REMOVED.git-id | 1 - .../LearningResources.md.REMOVED.git-id | 1 - .../introduction/Motivation.md.REMOVED.git-id | 1 - docs/introduction/PriorArt.md.REMOVED.git-id | 1 - .../ThreePrinciples.md.REMOVED.git-id | 1 - docs/recipes/CodeSplitting.md.REMOVED.git-id | 1 - .../ComputingDerivedData.md.REMOVED.git-id | 1 - .../ConfiguringYourStore.md.REMOVED.git-id | 1 - .../ImplementingUndoHistory.md.REMOVED.git-id | 1 - .../IsolatingSubapps.md.REMOVED.git-id | 1 - .../MigratingToRedux.md.REMOVED.git-id | 1 - .../ReducingBoilerplate.md.REMOVED.git-id | 1 - .../recipes/ServerRendering.md.REMOVED.git-id | 1 - .../UsageWithTypescript.md.REMOVED.git-id | 1 - .../UsingImmutableJS.md.REMOVED.git-id | 1 - ...singObjectSpreadOperator.md.REMOVED.git-id | 1 - docs/recipes/WritingTests.md.REMOVED.git-id | 1 - .../BasicReducerStructure.md.REMOVED.git-id | 1 - .../BeyondCombineReducers.md.REMOVED.git-id | 1 - .../ImmutableUpdatePatterns.md.REMOVED.git-id | 1 - .../InitializingState.md.REMOVED.git-id | 1 - .../NormalizingStateShape.md.REMOVED.git-id | 1 - .../PrerequisiteConcepts.md.REMOVED.git-id | 1 - ...factoringReducersExample.md.REMOVED.git-id | 1 - .../ReusingReducerLogic.md.REMOVED.git-id | 1 - .../SplittingReducerLogic.md.REMOVED.git-id | 1 - .../StructuringReducers.md.REMOVED.git-id | 1 - .../UpdatingNormalizedData.md.REMOVED.git-id | 1 - .../UsingCombineReducers.md.REMOVED.git-id | 1 - docs/redux-toolkit/overview.md.REMOVED.git-id | 1 - .../style-guide/style-guide.md.REMOVED.git-id | 1 - netlify.toml | 4 ++ website/.gitignore | 20 +++++++++ website/README.md | 33 ++++++++++++++ website/README.md.REMOVED.git-id | 1 - website/core/Footer.js.REMOVED.git-id | 1 - website/docs/FAQ.md.REMOVED.git-id | 1 + website/docs/Glossary.md.REMOVED.git-id | 1 + .../docs/Troubleshooting.md.REMOVED.git-id | 1 + .../advanced/AsyncActions.md.REMOVED.git-id | 1 + .../docs/advanced/AsyncFlow.md.REMOVED.git-id | 1 + .../ExampleRedditAPI.md.REMOVED.git-id | 1 + .../advanced/Middleware.md.REMOVED.git-id | 1 + .../docs/advanced/NextSteps.md.REMOVED.git-id | 1 + {docs => website/docs}/advanced/README.md | 3 +- .../UsageWithReactRouter.md.REMOVED.git-id | 1 + website/docs/api/README.md.REMOVED.git-id | 1 + website/docs/api/Store.md.REMOVED.git-id | 1 + .../api/applyMiddleware.md.REMOVED.git-id | 1 + .../api/bindActionCreators.md.REMOVED.git-id | 1 + .../api/combineReducers.md.REMOVED.git-id | 1 + website/docs/api/compose.md.REMOVED.git-id | 1 + .../docs/api/createStore.md.REMOVED.git-id | 1 + website/docs/basics/Actions.md.REMOVED.git-id | 1 + .../docs/basics/DataFlow.md.REMOVED.git-id | 1 + .../basics/ExampleTodoList.md.REMOVED.git-id | 1 + {docs => website/docs}/basics/README.md | 3 +- .../docs/basics/Reducers.md.REMOVED.git-id | 1 + website/docs/basics/Store.md.REMOVED.git-id | 1 + .../basics/UsageWithReact.md.REMOVED.git-id | 1 + website/docs/faq/Actions.md.REMOVED.git-id | 1 + .../docs/faq/CodeStructure.md.REMOVED.git-id | 1 + .../faq/DesignDecisions.md.REMOVED.git-id | 1 + website/docs/faq/General.md.REMOVED.git-id | 1 + .../docs/faq/ImmutableData.md.REMOVED.git-id | 1 + .../docs/faq/Miscellaneous.md.REMOVED.git-id | 1 + .../faq/OrganizingState.md.REMOVED.git-id | 1 + .../docs/faq/Performance.md.REMOVED.git-id | 1 + website/docs/faq/ReactRedux.md.REMOVED.git-id | 1 + website/docs/faq/Reducers.md.REMOVED.git-id | 1 + website/docs/faq/StoreSetup.md.REMOVED.git-id | 1 + .../CoreConcepts.md.REMOVED.git-id | 1 + .../introduction/Ecosystem.md.REMOVED.git-id | 1 + .../introduction/Examples.md.REMOVED.git-id | 1 + .../GettingStarted.md.REMOVED.git-id | 1 + .../Installation.md.REMOVED.git-id | 1 + .../LearningResources.md.REMOVED.git-id | 1 + .../introduction/Motivation.md.REMOVED.git-id | 1 + .../introduction/PriorArt.md.REMOVED.git-id | 1 + {docs => website/docs}/introduction/README.md | 0 .../ThreePrinciples.md.REMOVED.git-id | 1 + .../recipes/CodeSplitting.md.REMOVED.git-id | 1 + .../ComputingDerivedData.md.REMOVED.git-id | 1 + .../ConfiguringYourStore.md.REMOVED.git-id | 1 + .../ImplementingUndoHistory.md.REMOVED.git-id | 1 + .../IsolatingSubapps.md.REMOVED.git-id | 1 + .../MigratingToRedux.md.REMOVED.git-id | 1 + {docs => website/docs}/recipes/README.md | 3 +- .../ReducingBoilerplate.md.REMOVED.git-id | 1 + .../recipes/ServerRendering.md.REMOVED.git-id | 1 + .../UsageWithTypescript.md.REMOVED.git-id | 1 + .../UsingImmutableJS.md.REMOVED.git-id | 1 + ...singObjectSpreadOperator.md.REMOVED.git-id | 1 + .../recipes/WritingTests.md.REMOVED.git-id | 1 + .../BasicReducerStructure.md.REMOVED.git-id | 1 + .../BeyondCombineReducers.md.REMOVED.git-id | 1 + .../ImmutableUpdatePatterns.md.REMOVED.git-id | 1 + .../InitializingState.md.REMOVED.git-id | 1 + .../NormalizingStateShape.md.REMOVED.git-id | 1 + .../PrerequisiteConcepts.md.REMOVED.git-id | 1 + ...factoringReducersExample.md.REMOVED.git-id | 1 + .../ReusingReducerLogic.md.REMOVED.git-id | 1 + .../SplittingReducerLogic.md.REMOVED.git-id | 1 + .../StructuringReducers.md.REMOVED.git-id | 1 + .../UpdatingNormalizedData.md.REMOVED.git-id | 1 + .../UsingCombineReducers.md.REMOVED.git-id | 1 + .../redux-toolkit/overview.md.REMOVED.git-id | 1 + .../style-guide/style-guide.md.REMOVED.git-id | 1 + website/docusaurus.config.js.REMOVED.git-id | 1 + website/package-lock.json.REMOVED.git-id | 2 +- website/package.json | 32 +++++++++----- website/pages/en/404.js | 42 ------------------ website/pages/en/index.js.REMOVED.git-id | 1 - website/sidebars.js.REMOVED.git-id | 1 + website/sidebars.json.REMOVED.git-id | 1 - website/siteConfig.js.REMOVED.git-id | 1 - website/src/css/custom.css.REMOVED.git-id | 1 + website/src/js/monokaiTheme.js.REMOVED.git-id | 1 + website/src/pages/index.js.REMOVED.git-id | 1 + website/src/pages/styles.module.css | 43 +++++++++++++++++++ website/static/css/404.css | 34 --------------- website/static/css/codeblock.css | 39 ----------------- website/static/css/custom.css.REMOVED.git-id | 1 - .../img/redux-logo-twitter.png.REMOVED.git-id | 1 - .../scripts/codeblock.js.REMOVED.git-id | 1 - website/static/scripts/sidebarScroll.js | 16 ------- website/yarn.lock.REMOVED.git-id | 1 + 165 files changed, 200 insertions(+), 226 deletions(-) delete mode 100644 docs/FAQ.md.REMOVED.git-id delete mode 100644 docs/Glossary.md.REMOVED.git-id delete mode 100644 docs/Troubleshooting.md.REMOVED.git-id delete mode 100644 docs/advanced/AsyncActions.md.REMOVED.git-id delete mode 100644 docs/advanced/AsyncFlow.md.REMOVED.git-id delete mode 100644 docs/advanced/ExampleRedditAPI.md.REMOVED.git-id delete mode 100644 docs/advanced/Middleware.md.REMOVED.git-id delete mode 100644 docs/advanced/NextSteps.md.REMOVED.git-id delete mode 100644 docs/advanced/UsageWithReactRouter.md.REMOVED.git-id delete mode 100644 docs/api/README.md.REMOVED.git-id delete mode 100644 docs/api/Store.md.REMOVED.git-id delete mode 100644 docs/api/applyMiddleware.md.REMOVED.git-id delete mode 100644 docs/api/bindActionCreators.md.REMOVED.git-id delete mode 100644 docs/api/combineReducers.md.REMOVED.git-id delete mode 100644 docs/api/compose.md.REMOVED.git-id delete mode 100644 docs/api/createStore.md.REMOVED.git-id delete mode 100644 docs/basics/Actions.md.REMOVED.git-id delete mode 100644 docs/basics/DataFlow.md.REMOVED.git-id delete mode 100644 docs/basics/ExampleTodoList.md.REMOVED.git-id delete mode 100644 docs/basics/Reducers.md.REMOVED.git-id delete mode 100644 docs/basics/Store.md.REMOVED.git-id delete mode 100644 docs/basics/UsageWithReact.md.REMOVED.git-id delete mode 100644 docs/faq/Actions.md.REMOVED.git-id delete mode 100644 docs/faq/CodeStructure.md.REMOVED.git-id delete mode 100644 docs/faq/DesignDecisions.md.REMOVED.git-id delete mode 100644 docs/faq/General.md.REMOVED.git-id delete mode 100644 docs/faq/ImmutableData.md.REMOVED.git-id delete mode 100644 docs/faq/Miscellaneous.md.REMOVED.git-id delete mode 100644 docs/faq/OrganizingState.md.REMOVED.git-id delete mode 100644 docs/faq/Performance.md.REMOVED.git-id delete mode 100644 docs/faq/ReactRedux.md.REMOVED.git-id delete mode 100644 docs/faq/Reducers.md.REMOVED.git-id delete mode 100644 docs/faq/StoreSetup.md.REMOVED.git-id delete mode 100644 docs/introduction/CoreConcepts.md.REMOVED.git-id delete mode 100644 docs/introduction/Ecosystem.md.REMOVED.git-id delete mode 100644 docs/introduction/Examples.md.REMOVED.git-id delete mode 100644 docs/introduction/GettingStarted.md.REMOVED.git-id delete mode 100644 docs/introduction/Installation.md.REMOVED.git-id delete mode 100644 docs/introduction/LearningResources.md.REMOVED.git-id delete mode 100644 docs/introduction/Motivation.md.REMOVED.git-id delete mode 100644 docs/introduction/PriorArt.md.REMOVED.git-id delete mode 100644 docs/introduction/ThreePrinciples.md.REMOVED.git-id delete mode 100644 docs/recipes/CodeSplitting.md.REMOVED.git-id delete mode 100644 docs/recipes/ComputingDerivedData.md.REMOVED.git-id delete mode 100644 docs/recipes/ConfiguringYourStore.md.REMOVED.git-id delete mode 100644 docs/recipes/ImplementingUndoHistory.md.REMOVED.git-id delete mode 100644 docs/recipes/IsolatingSubapps.md.REMOVED.git-id delete mode 100644 docs/recipes/MigratingToRedux.md.REMOVED.git-id delete mode 100644 docs/recipes/ReducingBoilerplate.md.REMOVED.git-id delete mode 100644 docs/recipes/ServerRendering.md.REMOVED.git-id delete mode 100644 docs/recipes/UsageWithTypescript.md.REMOVED.git-id delete mode 100644 docs/recipes/UsingImmutableJS.md.REMOVED.git-id delete mode 100644 docs/recipes/UsingObjectSpreadOperator.md.REMOVED.git-id delete mode 100644 docs/recipes/WritingTests.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/BasicReducerStructure.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/BeyondCombineReducers.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/ImmutableUpdatePatterns.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/InitializingState.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/NormalizingStateShape.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/PrerequisiteConcepts.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/RefactoringReducersExample.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/ReusingReducerLogic.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/SplittingReducerLogic.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/StructuringReducers.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/UpdatingNormalizedData.md.REMOVED.git-id delete mode 100644 docs/recipes/structuring-reducers/UsingCombineReducers.md.REMOVED.git-id delete mode 100644 docs/redux-toolkit/overview.md.REMOVED.git-id delete mode 100644 docs/style-guide/style-guide.md.REMOVED.git-id create mode 100644 netlify.toml create mode 100755 website/.gitignore create mode 100755 website/README.md delete mode 100644 website/README.md.REMOVED.git-id delete mode 100644 website/core/Footer.js.REMOVED.git-id create mode 100644 website/docs/FAQ.md.REMOVED.git-id create mode 100644 website/docs/Glossary.md.REMOVED.git-id create mode 100644 website/docs/Troubleshooting.md.REMOVED.git-id create mode 100644 website/docs/advanced/AsyncActions.md.REMOVED.git-id create mode 100644 website/docs/advanced/AsyncFlow.md.REMOVED.git-id create mode 100644 website/docs/advanced/ExampleRedditAPI.md.REMOVED.git-id create mode 100644 website/docs/advanced/Middleware.md.REMOVED.git-id create mode 100644 website/docs/advanced/NextSteps.md.REMOVED.git-id rename {docs => website/docs}/advanced/README.md (86%) create mode 100644 website/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id create mode 100644 website/docs/api/README.md.REMOVED.git-id create mode 100644 website/docs/api/Store.md.REMOVED.git-id create mode 100644 website/docs/api/applyMiddleware.md.REMOVED.git-id create mode 100644 website/docs/api/bindActionCreators.md.REMOVED.git-id create mode 100644 website/docs/api/combineReducers.md.REMOVED.git-id create mode 100644 website/docs/api/compose.md.REMOVED.git-id create mode 100644 website/docs/api/createStore.md.REMOVED.git-id create mode 100644 website/docs/basics/Actions.md.REMOVED.git-id create mode 100644 website/docs/basics/DataFlow.md.REMOVED.git-id create mode 100644 website/docs/basics/ExampleTodoList.md.REMOVED.git-id rename {docs => website/docs}/basics/README.md (89%) create mode 100644 website/docs/basics/Reducers.md.REMOVED.git-id create mode 100644 website/docs/basics/Store.md.REMOVED.git-id create mode 100644 website/docs/basics/UsageWithReact.md.REMOVED.git-id create mode 100644 website/docs/faq/Actions.md.REMOVED.git-id create mode 100644 website/docs/faq/CodeStructure.md.REMOVED.git-id create mode 100644 website/docs/faq/DesignDecisions.md.REMOVED.git-id create mode 100644 website/docs/faq/General.md.REMOVED.git-id create mode 100644 website/docs/faq/ImmutableData.md.REMOVED.git-id create mode 100644 website/docs/faq/Miscellaneous.md.REMOVED.git-id create mode 100644 website/docs/faq/OrganizingState.md.REMOVED.git-id create mode 100644 website/docs/faq/Performance.md.REMOVED.git-id create mode 100644 website/docs/faq/ReactRedux.md.REMOVED.git-id create mode 100644 website/docs/faq/Reducers.md.REMOVED.git-id create mode 100644 website/docs/faq/StoreSetup.md.REMOVED.git-id create mode 100644 website/docs/introduction/CoreConcepts.md.REMOVED.git-id create mode 100644 website/docs/introduction/Ecosystem.md.REMOVED.git-id create mode 100644 website/docs/introduction/Examples.md.REMOVED.git-id create mode 100644 website/docs/introduction/GettingStarted.md.REMOVED.git-id create mode 100644 website/docs/introduction/Installation.md.REMOVED.git-id create mode 100644 website/docs/introduction/LearningResources.md.REMOVED.git-id create mode 100644 website/docs/introduction/Motivation.md.REMOVED.git-id create mode 100644 website/docs/introduction/PriorArt.md.REMOVED.git-id rename {docs => website/docs}/introduction/README.md (100%) create mode 100644 website/docs/introduction/ThreePrinciples.md.REMOVED.git-id create mode 100644 website/docs/recipes/CodeSplitting.md.REMOVED.git-id create mode 100644 website/docs/recipes/ComputingDerivedData.md.REMOVED.git-id create mode 100644 website/docs/recipes/ConfiguringYourStore.md.REMOVED.git-id create mode 100644 website/docs/recipes/ImplementingUndoHistory.md.REMOVED.git-id create mode 100644 website/docs/recipes/IsolatingSubapps.md.REMOVED.git-id create mode 100644 website/docs/recipes/MigratingToRedux.md.REMOVED.git-id rename {docs => website/docs}/recipes/README.md (94%) create mode 100644 website/docs/recipes/ReducingBoilerplate.md.REMOVED.git-id create mode 100644 website/docs/recipes/ServerRendering.md.REMOVED.git-id create mode 100644 website/docs/recipes/UsageWithTypescript.md.REMOVED.git-id create mode 100644 website/docs/recipes/UsingImmutableJS.md.REMOVED.git-id create mode 100644 website/docs/recipes/UsingObjectSpreadOperator.md.REMOVED.git-id create mode 100644 website/docs/recipes/WritingTests.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/BasicReducerStructure.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/BeyondCombineReducers.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/ImmutableUpdatePatterns.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/InitializingState.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/NormalizingStateShape.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/PrerequisiteConcepts.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/RefactoringReducersExample.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/ReusingReducerLogic.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/SplittingReducerLogic.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/StructuringReducers.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/UpdatingNormalizedData.md.REMOVED.git-id create mode 100644 website/docs/recipes/structuring-reducers/UsingCombineReducers.md.REMOVED.git-id create mode 100644 website/docs/redux-toolkit/overview.md.REMOVED.git-id create mode 100644 website/docs/style-guide/style-guide.md.REMOVED.git-id create mode 100644 website/docusaurus.config.js.REMOVED.git-id mode change 100644 => 100755 website/package.json delete mode 100644 website/pages/en/404.js delete mode 100644 website/pages/en/index.js.REMOVED.git-id create mode 100644 website/sidebars.js.REMOVED.git-id delete mode 100644 website/sidebars.json.REMOVED.git-id delete mode 100644 website/siteConfig.js.REMOVED.git-id create mode 100644 website/src/css/custom.css.REMOVED.git-id create mode 100644 website/src/js/monokaiTheme.js.REMOVED.git-id create mode 100644 website/src/pages/index.js.REMOVED.git-id create mode 100755 website/src/pages/styles.module.css delete mode 100644 website/static/css/404.css delete mode 100644 website/static/css/codeblock.css delete mode 100644 website/static/css/custom.css.REMOVED.git-id delete mode 100644 website/static/img/redux-logo-twitter.png.REMOVED.git-id delete mode 100644 website/static/scripts/codeblock.js.REMOVED.git-id delete mode 100644 website/static/scripts/sidebarScroll.js create mode 100644 website/yarn.lock.REMOVED.git-id diff --git a/README.md.REMOVED.git-id b/README.md.REMOVED.git-id index 66a3bd3c2d7..951b9a1ef74 100644 --- a/README.md.REMOVED.git-id +++ b/README.md.REMOVED.git-id @@ -1 +1 @@ -5ea9b3d7a6229ef1675254c3eaf01de06935e5c3 \ No newline at end of file +2ae3fd613f7e6550ad11770540c7d75c92bf46d5 \ No newline at end of file diff --git a/docs/FAQ.md.REMOVED.git-id b/docs/FAQ.md.REMOVED.git-id deleted file mode 100644 index cdd47b058c7..00000000000 --- a/docs/FAQ.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -9b649503c3d74f58f568a977e4e94862b46e0f82 \ No newline at end of file diff --git a/docs/Glossary.md.REMOVED.git-id b/docs/Glossary.md.REMOVED.git-id deleted file mode 100644 index 5015db0e310..00000000000 --- a/docs/Glossary.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -de724b1ca1df66086e2e63dca00fd8072312fdd9 \ No newline at end of file diff --git a/docs/Troubleshooting.md.REMOVED.git-id b/docs/Troubleshooting.md.REMOVED.git-id deleted file mode 100644 index 1e9aca6dd27..00000000000 --- a/docs/Troubleshooting.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -3396f25b19f4d2e560ed90b0ed297fd99a7c35b7 \ No newline at end of file diff --git a/docs/advanced/AsyncActions.md.REMOVED.git-id b/docs/advanced/AsyncActions.md.REMOVED.git-id deleted file mode 100644 index a76d468a1f7..00000000000 --- a/docs/advanced/AsyncActions.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -5e684f193c4f4266f940fc4a13ca258c785e65b1 \ No newline at end of file diff --git a/docs/advanced/AsyncFlow.md.REMOVED.git-id b/docs/advanced/AsyncFlow.md.REMOVED.git-id deleted file mode 100644 index 83766e9c10f..00000000000 --- a/docs/advanced/AsyncFlow.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -5bb47597391b94725681389d8a7f4500c8da955b \ No newline at end of file diff --git a/docs/advanced/ExampleRedditAPI.md.REMOVED.git-id b/docs/advanced/ExampleRedditAPI.md.REMOVED.git-id deleted file mode 100644 index acb20114fe1..00000000000 --- a/docs/advanced/ExampleRedditAPI.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -49102d986df3bc216a45d7135a9b2512d7a495ce \ No newline at end of file diff --git a/docs/advanced/Middleware.md.REMOVED.git-id b/docs/advanced/Middleware.md.REMOVED.git-id deleted file mode 100644 index e57b7fcc16b..00000000000 --- a/docs/advanced/Middleware.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -a573d2a32cfc6baaa712f47a489ba4db0ee50460 \ No newline at end of file diff --git a/docs/advanced/NextSteps.md.REMOVED.git-id b/docs/advanced/NextSteps.md.REMOVED.git-id deleted file mode 100644 index d33fd729104..00000000000 --- a/docs/advanced/NextSteps.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -52737bf2e52ca4690c6be6524094f7beda2ce07b \ No newline at end of file diff --git a/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id b/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id deleted file mode 100644 index fedff7bb50a..00000000000 --- a/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -c41d02a13b6497029eaba6c07ff12cd5ff773af4 \ No newline at end of file diff --git a/docs/api/README.md.REMOVED.git-id b/docs/api/README.md.REMOVED.git-id deleted file mode 100644 index 2fbcf09fcac..00000000000 --- a/docs/api/README.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -7c6737dbb9aa382c61c9cc2349058f31f2a02d9b \ No newline at end of file diff --git a/docs/api/Store.md.REMOVED.git-id b/docs/api/Store.md.REMOVED.git-id deleted file mode 100644 index 910a1712999..00000000000 --- a/docs/api/Store.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -a1e3531009cbbed0d8e2b3bf76b2f96e0f6fe919 \ No newline at end of file diff --git a/docs/api/applyMiddleware.md.REMOVED.git-id b/docs/api/applyMiddleware.md.REMOVED.git-id deleted file mode 100644 index d6319e937a7..00000000000 --- a/docs/api/applyMiddleware.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -39bb8971fca8a21d345eec00cebf9a7fc4830bbd \ No newline at end of file diff --git a/docs/api/bindActionCreators.md.REMOVED.git-id b/docs/api/bindActionCreators.md.REMOVED.git-id deleted file mode 100644 index 867ae00bfca..00000000000 --- a/docs/api/bindActionCreators.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -a0afb131b9f54bb72e9166cd3764199ca953e3ec \ No newline at end of file diff --git a/docs/api/combineReducers.md.REMOVED.git-id b/docs/api/combineReducers.md.REMOVED.git-id deleted file mode 100644 index b228106c48a..00000000000 --- a/docs/api/combineReducers.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -0a489a4c8f7cf620d54fdbf3a6d03cc78968e366 \ No newline at end of file diff --git a/docs/api/compose.md.REMOVED.git-id b/docs/api/compose.md.REMOVED.git-id deleted file mode 100644 index f7805fdf662..00000000000 --- a/docs/api/compose.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -bb9b65f8ad56345cc5f376b4007920781b115d34 \ No newline at end of file diff --git a/docs/api/createStore.md.REMOVED.git-id b/docs/api/createStore.md.REMOVED.git-id deleted file mode 100644 index ab10ad07cbb..00000000000 --- a/docs/api/createStore.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -569776cfa19ed32d32df47effd9649bf22fa6bf9 \ No newline at end of file diff --git a/docs/basics/Actions.md.REMOVED.git-id b/docs/basics/Actions.md.REMOVED.git-id deleted file mode 100644 index a3d8ed327e6..00000000000 --- a/docs/basics/Actions.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -01bc6b9cdb07f1895870c968552e4dcef421a3c5 \ No newline at end of file diff --git a/docs/basics/DataFlow.md.REMOVED.git-id b/docs/basics/DataFlow.md.REMOVED.git-id deleted file mode 100644 index 7976ec6387c..00000000000 --- a/docs/basics/DataFlow.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -07f664685b81c001aa1239723f001dbe46e7994a \ No newline at end of file diff --git a/docs/basics/ExampleTodoList.md.REMOVED.git-id b/docs/basics/ExampleTodoList.md.REMOVED.git-id deleted file mode 100644 index 69c75ad0d7e..00000000000 --- a/docs/basics/ExampleTodoList.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -72c1202d23c35fbdce4718f4719247ea13f9c8d3 \ No newline at end of file diff --git a/docs/basics/Reducers.md.REMOVED.git-id b/docs/basics/Reducers.md.REMOVED.git-id deleted file mode 100644 index 080813b2a85..00000000000 --- a/docs/basics/Reducers.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -1a6b2063e1b79b453b241562411c59e1e37dd12a \ No newline at end of file diff --git a/docs/basics/Store.md.REMOVED.git-id b/docs/basics/Store.md.REMOVED.git-id deleted file mode 100644 index 5efcb9d6b37..00000000000 --- a/docs/basics/Store.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -2a642d4b11640d4761b44fd95fa22fc808647925 \ No newline at end of file diff --git a/docs/basics/UsageWithReact.md.REMOVED.git-id b/docs/basics/UsageWithReact.md.REMOVED.git-id deleted file mode 100644 index 6bfc1977300..00000000000 --- a/docs/basics/UsageWithReact.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -3bc00bb07f751419aeb4daf6e5806b0ba2d3c001 \ No newline at end of file diff --git a/docs/faq/Actions.md.REMOVED.git-id b/docs/faq/Actions.md.REMOVED.git-id deleted file mode 100644 index 6dd3bbd0362..00000000000 --- a/docs/faq/Actions.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -d961a6e60b5247de0dd5e27feaee3b9418dc8541 \ No newline at end of file diff --git a/docs/faq/CodeStructure.md.REMOVED.git-id b/docs/faq/CodeStructure.md.REMOVED.git-id deleted file mode 100644 index 78daba4f20a..00000000000 --- a/docs/faq/CodeStructure.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -db3a82aa6e95aeed2f815a292b66564614b0df50 \ No newline at end of file diff --git a/docs/faq/DesignDecisions.md.REMOVED.git-id b/docs/faq/DesignDecisions.md.REMOVED.git-id deleted file mode 100644 index b9d0e49bf26..00000000000 --- a/docs/faq/DesignDecisions.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -f2ca2666516afdee2b837233ce4eb4fcf5e741ac \ No newline at end of file diff --git a/docs/faq/General.md.REMOVED.git-id b/docs/faq/General.md.REMOVED.git-id deleted file mode 100644 index 447cf2026a3..00000000000 --- a/docs/faq/General.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -401d8d085ba2a3608449be5493d8983aa6ca311e \ No newline at end of file diff --git a/docs/faq/ImmutableData.md.REMOVED.git-id b/docs/faq/ImmutableData.md.REMOVED.git-id deleted file mode 100644 index e3e291a69f2..00000000000 --- a/docs/faq/ImmutableData.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -18878fbcf29891ec8666a7740ef4697375b9b0a7 \ No newline at end of file diff --git a/docs/faq/Miscellaneous.md.REMOVED.git-id b/docs/faq/Miscellaneous.md.REMOVED.git-id deleted file mode 100644 index ffc9b1ee530..00000000000 --- a/docs/faq/Miscellaneous.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -b7f2a27e402d744810888ef72a117b7f36559fad \ No newline at end of file diff --git a/docs/faq/OrganizingState.md.REMOVED.git-id b/docs/faq/OrganizingState.md.REMOVED.git-id deleted file mode 100644 index 2c61f497e3e..00000000000 --- a/docs/faq/OrganizingState.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -ba6ad60381842f14e06aa948c1db195c0b0db520 \ No newline at end of file diff --git a/docs/faq/Performance.md.REMOVED.git-id b/docs/faq/Performance.md.REMOVED.git-id deleted file mode 100644 index dd33872c769..00000000000 --- a/docs/faq/Performance.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -d4c029c443c7fcfdead7a7a300902631da7c8534 \ No newline at end of file diff --git a/docs/faq/ReactRedux.md.REMOVED.git-id b/docs/faq/ReactRedux.md.REMOVED.git-id deleted file mode 100644 index 06dc88b5913..00000000000 --- a/docs/faq/ReactRedux.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -db10cbc0164ada5be7c9ef99b84e058af88a1386 \ No newline at end of file diff --git a/docs/faq/Reducers.md.REMOVED.git-id b/docs/faq/Reducers.md.REMOVED.git-id deleted file mode 100644 index 42b1a66d326..00000000000 --- a/docs/faq/Reducers.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -9c5d3e659925f8f7dafd70ca29e18b745076d215 \ No newline at end of file diff --git a/docs/faq/StoreSetup.md.REMOVED.git-id b/docs/faq/StoreSetup.md.REMOVED.git-id deleted file mode 100644 index 2e35c5dfaa7..00000000000 --- a/docs/faq/StoreSetup.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -3dff05ceb06742630ec101ee6de037657853cd85 \ No newline at end of file diff --git a/docs/introduction/CoreConcepts.md.REMOVED.git-id b/docs/introduction/CoreConcepts.md.REMOVED.git-id deleted file mode 100644 index 73d40e2ae6e..00000000000 --- a/docs/introduction/CoreConcepts.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -95d288c2e76efaac4f6763a921593fc75d615b71 \ No newline at end of file diff --git a/docs/introduction/Ecosystem.md.REMOVED.git-id b/docs/introduction/Ecosystem.md.REMOVED.git-id deleted file mode 100644 index 81582a1f14f..00000000000 --- a/docs/introduction/Ecosystem.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -9d5eafa60099d158e4e33deb83f9274e335ce7d7 \ No newline at end of file diff --git a/docs/introduction/Examples.md.REMOVED.git-id b/docs/introduction/Examples.md.REMOVED.git-id deleted file mode 100644 index cb672a09a6f..00000000000 --- a/docs/introduction/Examples.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -e45db18e7bd11feb7e3c97294cee74afca183b98 \ No newline at end of file diff --git a/docs/introduction/GettingStarted.md.REMOVED.git-id b/docs/introduction/GettingStarted.md.REMOVED.git-id deleted file mode 100644 index f9bf0653b10..00000000000 --- a/docs/introduction/GettingStarted.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -033a77396e05850ce405398b0121c616b30cc9a8 \ No newline at end of file diff --git a/docs/introduction/Installation.md.REMOVED.git-id b/docs/introduction/Installation.md.REMOVED.git-id deleted file mode 100644 index 890c01e8045..00000000000 --- a/docs/introduction/Installation.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -81de2e4c5ca859db137e6650adf2768abd42d12b \ No newline at end of file diff --git a/docs/introduction/LearningResources.md.REMOVED.git-id b/docs/introduction/LearningResources.md.REMOVED.git-id deleted file mode 100644 index a4cc402a0cb..00000000000 --- a/docs/introduction/LearningResources.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -aa8ecc176086400f8f2e29ed98519a2ba3577e2e \ No newline at end of file diff --git a/docs/introduction/Motivation.md.REMOVED.git-id b/docs/introduction/Motivation.md.REMOVED.git-id deleted file mode 100644 index f8af16e5f0f..00000000000 --- a/docs/introduction/Motivation.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -5accdca71136dd768369216480109f4c6233a44c \ No newline at end of file diff --git a/docs/introduction/PriorArt.md.REMOVED.git-id b/docs/introduction/PriorArt.md.REMOVED.git-id deleted file mode 100644 index 2d5e70b6082..00000000000 --- a/docs/introduction/PriorArt.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -7de044220b8cf735faa64ef8a67ff7fb6f53d088 \ No newline at end of file diff --git a/docs/introduction/ThreePrinciples.md.REMOVED.git-id b/docs/introduction/ThreePrinciples.md.REMOVED.git-id deleted file mode 100644 index 1ca1a742ea6..00000000000 --- a/docs/introduction/ThreePrinciples.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -92e7d2ddaabf1b250cf90631d5f522660120b361 \ No newline at end of file diff --git a/docs/recipes/CodeSplitting.md.REMOVED.git-id b/docs/recipes/CodeSplitting.md.REMOVED.git-id deleted file mode 100644 index 72670ad94ce..00000000000 --- a/docs/recipes/CodeSplitting.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -337a733013a8045eff85ca2a79ba73fe76382fae \ No newline at end of file diff --git a/docs/recipes/ComputingDerivedData.md.REMOVED.git-id b/docs/recipes/ComputingDerivedData.md.REMOVED.git-id deleted file mode 100644 index 504eaf47f4f..00000000000 --- a/docs/recipes/ComputingDerivedData.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -f535a8a97619603b267c69839b8e986dea4e6b4a \ No newline at end of file diff --git a/docs/recipes/ConfiguringYourStore.md.REMOVED.git-id b/docs/recipes/ConfiguringYourStore.md.REMOVED.git-id deleted file mode 100644 index 194044f449d..00000000000 --- a/docs/recipes/ConfiguringYourStore.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -c066af4574174d87a2ae53e1db2b8a7eb4ae01a7 \ No newline at end of file diff --git a/docs/recipes/ImplementingUndoHistory.md.REMOVED.git-id b/docs/recipes/ImplementingUndoHistory.md.REMOVED.git-id deleted file mode 100644 index badfc5707d7..00000000000 --- a/docs/recipes/ImplementingUndoHistory.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -d33491ea0b2210de25f56100f1a2a5ae6ae44b96 \ No newline at end of file diff --git a/docs/recipes/IsolatingSubapps.md.REMOVED.git-id b/docs/recipes/IsolatingSubapps.md.REMOVED.git-id deleted file mode 100644 index 8fe926eddad..00000000000 --- a/docs/recipes/IsolatingSubapps.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -d1cdcc41bf25f1a71d0229352d137a20043bee5f \ No newline at end of file diff --git a/docs/recipes/MigratingToRedux.md.REMOVED.git-id b/docs/recipes/MigratingToRedux.md.REMOVED.git-id deleted file mode 100644 index a0c327ed982..00000000000 --- a/docs/recipes/MigratingToRedux.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -2c71028204aae3aa40ed5d08f44798f0bd40ffa1 \ No newline at end of file diff --git a/docs/recipes/ReducingBoilerplate.md.REMOVED.git-id b/docs/recipes/ReducingBoilerplate.md.REMOVED.git-id deleted file mode 100644 index 1ad7777099c..00000000000 --- a/docs/recipes/ReducingBoilerplate.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -a851d648a911d0f1478c7ff0055aaaaf78ed75bc \ No newline at end of file diff --git a/docs/recipes/ServerRendering.md.REMOVED.git-id b/docs/recipes/ServerRendering.md.REMOVED.git-id deleted file mode 100644 index d1d399fe622..00000000000 --- a/docs/recipes/ServerRendering.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -1e4de19d290b11cf02ff290eb3c6242eea4486e3 \ No newline at end of file diff --git a/docs/recipes/UsageWithTypescript.md.REMOVED.git-id b/docs/recipes/UsageWithTypescript.md.REMOVED.git-id deleted file mode 100644 index b0b0f2d3329..00000000000 --- a/docs/recipes/UsageWithTypescript.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -2d5fef5f1763fc3ec2b125bd20dd743114933454 \ No newline at end of file diff --git a/docs/recipes/UsingImmutableJS.md.REMOVED.git-id b/docs/recipes/UsingImmutableJS.md.REMOVED.git-id deleted file mode 100644 index c8ddba8daad..00000000000 --- a/docs/recipes/UsingImmutableJS.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -0f657dc8e65f71f06f3bd58fe96cf5ff3fc5b156 \ No newline at end of file diff --git a/docs/recipes/UsingObjectSpreadOperator.md.REMOVED.git-id b/docs/recipes/UsingObjectSpreadOperator.md.REMOVED.git-id deleted file mode 100644 index 8670c83c2f0..00000000000 --- a/docs/recipes/UsingObjectSpreadOperator.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -fa860b867a287c5aa13c7bbec2eac51325c729fa \ No newline at end of file diff --git a/docs/recipes/WritingTests.md.REMOVED.git-id b/docs/recipes/WritingTests.md.REMOVED.git-id deleted file mode 100644 index f528b4a3c3b..00000000000 --- a/docs/recipes/WritingTests.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -4b87a534c878a43d94f2ba8834efa8e76fd7fd8b \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/BasicReducerStructure.md.REMOVED.git-id b/docs/recipes/structuring-reducers/BasicReducerStructure.md.REMOVED.git-id deleted file mode 100644 index 3734d7f20cd..00000000000 --- a/docs/recipes/structuring-reducers/BasicReducerStructure.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -5131d2e13f8ad8dd400e7278cbdd9012389231ca \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/BeyondCombineReducers.md.REMOVED.git-id b/docs/recipes/structuring-reducers/BeyondCombineReducers.md.REMOVED.git-id deleted file mode 100644 index 04989b12f7b..00000000000 --- a/docs/recipes/structuring-reducers/BeyondCombineReducers.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -2220bfe7f76445cb060903cc572ac6232bc55e05 \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/ImmutableUpdatePatterns.md.REMOVED.git-id b/docs/recipes/structuring-reducers/ImmutableUpdatePatterns.md.REMOVED.git-id deleted file mode 100644 index 2b43798577b..00000000000 --- a/docs/recipes/structuring-reducers/ImmutableUpdatePatterns.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -5417ad7fb6774248567c6f4ebb4f365812525984 \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/InitializingState.md.REMOVED.git-id b/docs/recipes/structuring-reducers/InitializingState.md.REMOVED.git-id deleted file mode 100644 index 66e30ea9c4c..00000000000 --- a/docs/recipes/structuring-reducers/InitializingState.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -bd793942e4dfa4fd18aa7fad22a2fdd281e159c9 \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/NormalizingStateShape.md.REMOVED.git-id b/docs/recipes/structuring-reducers/NormalizingStateShape.md.REMOVED.git-id deleted file mode 100644 index 0a83e9b49b5..00000000000 --- a/docs/recipes/structuring-reducers/NormalizingStateShape.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -5121ebb4571a3b743f5567b3edcd0d6fda261a81 \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/PrerequisiteConcepts.md.REMOVED.git-id b/docs/recipes/structuring-reducers/PrerequisiteConcepts.md.REMOVED.git-id deleted file mode 100644 index 2aab14e6276..00000000000 --- a/docs/recipes/structuring-reducers/PrerequisiteConcepts.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -6aeb30846f104e1b2e8a07b8d4001b712bb5ebca \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/RefactoringReducersExample.md.REMOVED.git-id b/docs/recipes/structuring-reducers/RefactoringReducersExample.md.REMOVED.git-id deleted file mode 100644 index 735896208dd..00000000000 --- a/docs/recipes/structuring-reducers/RefactoringReducersExample.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -7c6dd78179ccdf8ded37fc9f245a235bd2755d88 \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/ReusingReducerLogic.md.REMOVED.git-id b/docs/recipes/structuring-reducers/ReusingReducerLogic.md.REMOVED.git-id deleted file mode 100644 index 0fa2c6a6538..00000000000 --- a/docs/recipes/structuring-reducers/ReusingReducerLogic.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -5c6f8127c858dfdf423eb7a9c73fa437273cdee9 \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/SplittingReducerLogic.md.REMOVED.git-id b/docs/recipes/structuring-reducers/SplittingReducerLogic.md.REMOVED.git-id deleted file mode 100644 index b3dcde2cdb6..00000000000 --- a/docs/recipes/structuring-reducers/SplittingReducerLogic.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -a25fbd22f704fd083eb0ceba99c53194bd728271 \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/StructuringReducers.md.REMOVED.git-id b/docs/recipes/structuring-reducers/StructuringReducers.md.REMOVED.git-id deleted file mode 100644 index 0985b169d60..00000000000 --- a/docs/recipes/structuring-reducers/StructuringReducers.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -56c1e777c25c62ca5d79af747c9d4ef52987359d \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/UpdatingNormalizedData.md.REMOVED.git-id b/docs/recipes/structuring-reducers/UpdatingNormalizedData.md.REMOVED.git-id deleted file mode 100644 index 6593b99e063..00000000000 --- a/docs/recipes/structuring-reducers/UpdatingNormalizedData.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -ceeff11d048c293bae946646831000b7d7cfdb7c \ No newline at end of file diff --git a/docs/recipes/structuring-reducers/UsingCombineReducers.md.REMOVED.git-id b/docs/recipes/structuring-reducers/UsingCombineReducers.md.REMOVED.git-id deleted file mode 100644 index ba553eb5c3f..00000000000 --- a/docs/recipes/structuring-reducers/UsingCombineReducers.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -96f4d1e808f91e0b1e591566922739cadd962106 \ No newline at end of file diff --git a/docs/redux-toolkit/overview.md.REMOVED.git-id b/docs/redux-toolkit/overview.md.REMOVED.git-id deleted file mode 100644 index 9b2ab3de11f..00000000000 --- a/docs/redux-toolkit/overview.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -e5690b4d0b8d9e95cd3e63f30029c41a087bfab9 \ No newline at end of file diff --git a/docs/style-guide/style-guide.md.REMOVED.git-id b/docs/style-guide/style-guide.md.REMOVED.git-id deleted file mode 100644 index ef607b47149..00000000000 --- a/docs/style-guide/style-guide.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -3cd8d686e0501ba567fa8c88f6e5820b46e679c4 \ No newline at end of file diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000000..6d97e822c47 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[build] + base = "website" + publish = "website/build" + command = "npm run build" diff --git a/website/.gitignore b/website/.gitignore new file mode 100755 index 00000000000..1d7ee021e89 --- /dev/null +++ b/website/.gitignore @@ -0,0 +1,20 @@ +# dependencies +/node_modules + +# production +/build + +# generated files +.docusaurus +.cache-loader + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/website/README.md b/website/README.md new file mode 100755 index 00000000000..71505291a8a --- /dev/null +++ b/website/README.md @@ -0,0 +1,33 @@ +# Website + +This website is built using Docusaurus 2, a modern static website generator. + +### Installation + +``` +$ yarn +``` + +### Local Development + +``` +$ yarn start +``` + +This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. + +### Build + +``` +$ yarn build +``` + +This command generates static content into the `build` directory and can be served using any static contents hosting service. + +### Deployment + +``` +$ GIT_USER= USE_SSH=1 yarn deploy +``` + +If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. diff --git a/website/README.md.REMOVED.git-id b/website/README.md.REMOVED.git-id deleted file mode 100644 index ab869755fea..00000000000 --- a/website/README.md.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -056686194202d24efffd84a86108c74f05aa34ec \ No newline at end of file diff --git a/website/core/Footer.js.REMOVED.git-id b/website/core/Footer.js.REMOVED.git-id deleted file mode 100644 index 3fac9c40f55..00000000000 --- a/website/core/Footer.js.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -49fbbe4c57c088d34bd3008a1f18503eb9b33fd6 \ No newline at end of file diff --git a/website/docs/FAQ.md.REMOVED.git-id b/website/docs/FAQ.md.REMOVED.git-id new file mode 100644 index 00000000000..7b66b1b8ee7 --- /dev/null +++ b/website/docs/FAQ.md.REMOVED.git-id @@ -0,0 +1 @@ +2c237543e74c8986de673086e73886d7dc7fb3ba \ No newline at end of file diff --git a/website/docs/Glossary.md.REMOVED.git-id b/website/docs/Glossary.md.REMOVED.git-id new file mode 100644 index 00000000000..500dcb16c69 --- /dev/null +++ b/website/docs/Glossary.md.REMOVED.git-id @@ -0,0 +1 @@ +03ded27dcc11b81fbfb89a4758ba1f280a416959 \ No newline at end of file diff --git a/website/docs/Troubleshooting.md.REMOVED.git-id b/website/docs/Troubleshooting.md.REMOVED.git-id new file mode 100644 index 00000000000..5d66414632d --- /dev/null +++ b/website/docs/Troubleshooting.md.REMOVED.git-id @@ -0,0 +1 @@ +4b0253f59152de0791780dd4b077307c9f0a55b7 \ No newline at end of file diff --git a/website/docs/advanced/AsyncActions.md.REMOVED.git-id b/website/docs/advanced/AsyncActions.md.REMOVED.git-id new file mode 100644 index 00000000000..4779db90402 --- /dev/null +++ b/website/docs/advanced/AsyncActions.md.REMOVED.git-id @@ -0,0 +1 @@ +67b73fc15b6d037460b5dcf0570be63fc3d4c850 \ No newline at end of file diff --git a/website/docs/advanced/AsyncFlow.md.REMOVED.git-id b/website/docs/advanced/AsyncFlow.md.REMOVED.git-id new file mode 100644 index 00000000000..f1b9494038a --- /dev/null +++ b/website/docs/advanced/AsyncFlow.md.REMOVED.git-id @@ -0,0 +1 @@ +4431b325718c8b16870fffd2afc94de9660878f9 \ No newline at end of file diff --git a/website/docs/advanced/ExampleRedditAPI.md.REMOVED.git-id b/website/docs/advanced/ExampleRedditAPI.md.REMOVED.git-id new file mode 100644 index 00000000000..fa5fa54a4d2 --- /dev/null +++ b/website/docs/advanced/ExampleRedditAPI.md.REMOVED.git-id @@ -0,0 +1 @@ +5f0eab8e7327a31c158e664db5677b145464c3aa \ No newline at end of file diff --git a/website/docs/advanced/Middleware.md.REMOVED.git-id b/website/docs/advanced/Middleware.md.REMOVED.git-id new file mode 100644 index 00000000000..ba80a35906a --- /dev/null +++ b/website/docs/advanced/Middleware.md.REMOVED.git-id @@ -0,0 +1 @@ +d88a0d374ff515704e6262ddf3f569d2aed7ae35 \ No newline at end of file diff --git a/website/docs/advanced/NextSteps.md.REMOVED.git-id b/website/docs/advanced/NextSteps.md.REMOVED.git-id new file mode 100644 index 00000000000..242e6f85578 --- /dev/null +++ b/website/docs/advanced/NextSteps.md.REMOVED.git-id @@ -0,0 +1 @@ +e6b23caea3a0e4fb51e5d9a942d5e70c83dda581 \ No newline at end of file diff --git a/docs/advanced/README.md b/website/docs/advanced/README.md similarity index 86% rename from docs/advanced/README.md rename to website/docs/advanced/README.md index 122e1d930d1..5fc24b91c5a 100644 --- a/docs/advanced/README.md +++ b/website/docs/advanced/README.md @@ -1,7 +1,6 @@ --- id: advanced-tutorial -title: Advanced Tutorial: Intro -sidebar_label: Advanced Tutorial: Intro +title: 'Advanced Tutorial: Intro' hide_title: true --- diff --git a/website/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id b/website/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id new file mode 100644 index 00000000000..dd102211565 --- /dev/null +++ b/website/docs/advanced/UsageWithReactRouter.md.REMOVED.git-id @@ -0,0 +1 @@ +481bc24e2fa8b48931531f1f36b4d41506a77bf5 \ No newline at end of file diff --git a/website/docs/api/README.md.REMOVED.git-id b/website/docs/api/README.md.REMOVED.git-id new file mode 100644 index 00000000000..57d7ff06963 --- /dev/null +++ b/website/docs/api/README.md.REMOVED.git-id @@ -0,0 +1 @@ +6fb8ba342616bd0813ff398b076ad9a97c948e94 \ No newline at end of file diff --git a/website/docs/api/Store.md.REMOVED.git-id b/website/docs/api/Store.md.REMOVED.git-id new file mode 100644 index 00000000000..02ceb457351 --- /dev/null +++ b/website/docs/api/Store.md.REMOVED.git-id @@ -0,0 +1 @@ +c9c9e3c89951aca829cbebbac7054eff2ba7534e \ No newline at end of file diff --git a/website/docs/api/applyMiddleware.md.REMOVED.git-id b/website/docs/api/applyMiddleware.md.REMOVED.git-id new file mode 100644 index 00000000000..e1a8bdd5949 --- /dev/null +++ b/website/docs/api/applyMiddleware.md.REMOVED.git-id @@ -0,0 +1 @@ +8d581eef07d5a1e0b1db414aec1355ffb13ce92d \ No newline at end of file diff --git a/website/docs/api/bindActionCreators.md.REMOVED.git-id b/website/docs/api/bindActionCreators.md.REMOVED.git-id new file mode 100644 index 00000000000..073aa27fb11 --- /dev/null +++ b/website/docs/api/bindActionCreators.md.REMOVED.git-id @@ -0,0 +1 @@ +ddf04ac2efa5f3b11346ad2af09ef0345a72088d \ No newline at end of file diff --git a/website/docs/api/combineReducers.md.REMOVED.git-id b/website/docs/api/combineReducers.md.REMOVED.git-id new file mode 100644 index 00000000000..68155858c8c --- /dev/null +++ b/website/docs/api/combineReducers.md.REMOVED.git-id @@ -0,0 +1 @@ +e284dca79c60bbbcf0bf0529b2a91a1e471300c1 \ No newline at end of file diff --git a/website/docs/api/compose.md.REMOVED.git-id b/website/docs/api/compose.md.REMOVED.git-id new file mode 100644 index 00000000000..4d0a4834aaf --- /dev/null +++ b/website/docs/api/compose.md.REMOVED.git-id @@ -0,0 +1 @@ +67a6728cc9a71046e37a582ee3252012635726db \ No newline at end of file diff --git a/website/docs/api/createStore.md.REMOVED.git-id b/website/docs/api/createStore.md.REMOVED.git-id new file mode 100644 index 00000000000..b57eac2498f --- /dev/null +++ b/website/docs/api/createStore.md.REMOVED.git-id @@ -0,0 +1 @@ +5056ca0d5a84c631b15a580ea70817945b871094 \ No newline at end of file diff --git a/website/docs/basics/Actions.md.REMOVED.git-id b/website/docs/basics/Actions.md.REMOVED.git-id new file mode 100644 index 00000000000..4eec76fdd84 --- /dev/null +++ b/website/docs/basics/Actions.md.REMOVED.git-id @@ -0,0 +1 @@ +c3ba07a8f156c6c4ed60548bcf95329c4cb207d3 \ No newline at end of file diff --git a/website/docs/basics/DataFlow.md.REMOVED.git-id b/website/docs/basics/DataFlow.md.REMOVED.git-id new file mode 100644 index 00000000000..56e267c3096 --- /dev/null +++ b/website/docs/basics/DataFlow.md.REMOVED.git-id @@ -0,0 +1 @@ +4a1e6c1bf0c19d593187729cf858f97734bf83ce \ No newline at end of file diff --git a/website/docs/basics/ExampleTodoList.md.REMOVED.git-id b/website/docs/basics/ExampleTodoList.md.REMOVED.git-id new file mode 100644 index 00000000000..346813f3c3f --- /dev/null +++ b/website/docs/basics/ExampleTodoList.md.REMOVED.git-id @@ -0,0 +1 @@ +affa53292fd3f07e537e15587c208cb89fe7f012 \ No newline at end of file diff --git a/docs/basics/README.md b/website/docs/basics/README.md similarity index 89% rename from docs/basics/README.md rename to website/docs/basics/README.md index d4f211f767a..b67355a3e5a 100644 --- a/docs/basics/README.md +++ b/website/docs/basics/README.md @@ -1,7 +1,6 @@ --- id: basic-tutorial -title: Basic Tutorial: Intro -sidebar_label: Basic Tutorial: Intro +title: 'Basic Tutorial: Intro' hide_title: true --- diff --git a/website/docs/basics/Reducers.md.REMOVED.git-id b/website/docs/basics/Reducers.md.REMOVED.git-id new file mode 100644 index 00000000000..8afe3e89b44 --- /dev/null +++ b/website/docs/basics/Reducers.md.REMOVED.git-id @@ -0,0 +1 @@ +73ffbe29c01bba2b18e8b9c11b84a3818aed602b \ No newline at end of file diff --git a/website/docs/basics/Store.md.REMOVED.git-id b/website/docs/basics/Store.md.REMOVED.git-id new file mode 100644 index 00000000000..f12ac4368c3 --- /dev/null +++ b/website/docs/basics/Store.md.REMOVED.git-id @@ -0,0 +1 @@ +ccd183f3e6d8e62a1a816935a6d864353ff50815 \ No newline at end of file diff --git a/website/docs/basics/UsageWithReact.md.REMOVED.git-id b/website/docs/basics/UsageWithReact.md.REMOVED.git-id new file mode 100644 index 00000000000..8e1eda04966 --- /dev/null +++ b/website/docs/basics/UsageWithReact.md.REMOVED.git-id @@ -0,0 +1 @@ +033781941c0bd7e76b9ba1f2128d90e32b7c9e91 \ No newline at end of file diff --git a/website/docs/faq/Actions.md.REMOVED.git-id b/website/docs/faq/Actions.md.REMOVED.git-id new file mode 100644 index 00000000000..5df540e1cd6 --- /dev/null +++ b/website/docs/faq/Actions.md.REMOVED.git-id @@ -0,0 +1 @@ +8b7e3f5383ee6f75ceb0b38eba7edce6a141239a \ No newline at end of file diff --git a/website/docs/faq/CodeStructure.md.REMOVED.git-id b/website/docs/faq/CodeStructure.md.REMOVED.git-id new file mode 100644 index 00000000000..734385c772a --- /dev/null +++ b/website/docs/faq/CodeStructure.md.REMOVED.git-id @@ -0,0 +1 @@ +7cc2b0317eca8389421e802d723ef31cfec1ef11 \ No newline at end of file diff --git a/website/docs/faq/DesignDecisions.md.REMOVED.git-id b/website/docs/faq/DesignDecisions.md.REMOVED.git-id new file mode 100644 index 00000000000..e59098505f3 --- /dev/null +++ b/website/docs/faq/DesignDecisions.md.REMOVED.git-id @@ -0,0 +1 @@ +e533b87a4c008c022546b82687892e3c1df110fd \ No newline at end of file diff --git a/website/docs/faq/General.md.REMOVED.git-id b/website/docs/faq/General.md.REMOVED.git-id new file mode 100644 index 00000000000..975eeb0744e --- /dev/null +++ b/website/docs/faq/General.md.REMOVED.git-id @@ -0,0 +1 @@ +6ee398419b8848ad1c8f132c9377e48385332489 \ No newline at end of file diff --git a/website/docs/faq/ImmutableData.md.REMOVED.git-id b/website/docs/faq/ImmutableData.md.REMOVED.git-id new file mode 100644 index 00000000000..54ea2080b4e --- /dev/null +++ b/website/docs/faq/ImmutableData.md.REMOVED.git-id @@ -0,0 +1 @@ +71a09935342dbe5832630bb1fd13a69260359e67 \ No newline at end of file diff --git a/website/docs/faq/Miscellaneous.md.REMOVED.git-id b/website/docs/faq/Miscellaneous.md.REMOVED.git-id new file mode 100644 index 00000000000..574232f8c85 --- /dev/null +++ b/website/docs/faq/Miscellaneous.md.REMOVED.git-id @@ -0,0 +1 @@ +43c726825cee93e05ee2a14679cee5d4adfd4257 \ No newline at end of file diff --git a/website/docs/faq/OrganizingState.md.REMOVED.git-id b/website/docs/faq/OrganizingState.md.REMOVED.git-id new file mode 100644 index 00000000000..3cf7ee27155 --- /dev/null +++ b/website/docs/faq/OrganizingState.md.REMOVED.git-id @@ -0,0 +1 @@ +2691e61b1e569275bf94c3ac02e6eadedad3564b \ No newline at end of file diff --git a/website/docs/faq/Performance.md.REMOVED.git-id b/website/docs/faq/Performance.md.REMOVED.git-id new file mode 100644 index 00000000000..ff4b8fb763b --- /dev/null +++ b/website/docs/faq/Performance.md.REMOVED.git-id @@ -0,0 +1 @@ +1368dcb540f30231e874af4116eacf09ae43cff0 \ No newline at end of file diff --git a/website/docs/faq/ReactRedux.md.REMOVED.git-id b/website/docs/faq/ReactRedux.md.REMOVED.git-id new file mode 100644 index 00000000000..f9cb0186ff7 --- /dev/null +++ b/website/docs/faq/ReactRedux.md.REMOVED.git-id @@ -0,0 +1 @@ +ee79002d71e2c3a5ea96af16aab8ade3a8560711 \ No newline at end of file diff --git a/website/docs/faq/Reducers.md.REMOVED.git-id b/website/docs/faq/Reducers.md.REMOVED.git-id new file mode 100644 index 00000000000..e2f008add55 --- /dev/null +++ b/website/docs/faq/Reducers.md.REMOVED.git-id @@ -0,0 +1 @@ +a08f10aa6e5d289cbf1c180db615f89e2a62200f \ No newline at end of file diff --git a/website/docs/faq/StoreSetup.md.REMOVED.git-id b/website/docs/faq/StoreSetup.md.REMOVED.git-id new file mode 100644 index 00000000000..3f81b95a45e --- /dev/null +++ b/website/docs/faq/StoreSetup.md.REMOVED.git-id @@ -0,0 +1 @@ +4cd1b8827eba48065f11c4eabf7600ec9231155e \ No newline at end of file diff --git a/website/docs/introduction/CoreConcepts.md.REMOVED.git-id b/website/docs/introduction/CoreConcepts.md.REMOVED.git-id new file mode 100644 index 00000000000..d53f1d452a5 --- /dev/null +++ b/website/docs/introduction/CoreConcepts.md.REMOVED.git-id @@ -0,0 +1 @@ +965923118eb0054c7316129984a32a108fe372f9 \ No newline at end of file diff --git a/website/docs/introduction/Ecosystem.md.REMOVED.git-id b/website/docs/introduction/Ecosystem.md.REMOVED.git-id new file mode 100644 index 00000000000..8fef56fa194 --- /dev/null +++ b/website/docs/introduction/Ecosystem.md.REMOVED.git-id @@ -0,0 +1 @@ +d1f00ae7efccbd755c05333fe5603f414b3a046d \ No newline at end of file diff --git a/website/docs/introduction/Examples.md.REMOVED.git-id b/website/docs/introduction/Examples.md.REMOVED.git-id new file mode 100644 index 00000000000..ec656cab890 --- /dev/null +++ b/website/docs/introduction/Examples.md.REMOVED.git-id @@ -0,0 +1 @@ +f2e92611cc3eed1a94206e5714453aec423e8276 \ No newline at end of file diff --git a/website/docs/introduction/GettingStarted.md.REMOVED.git-id b/website/docs/introduction/GettingStarted.md.REMOVED.git-id new file mode 100644 index 00000000000..5b53034777d --- /dev/null +++ b/website/docs/introduction/GettingStarted.md.REMOVED.git-id @@ -0,0 +1 @@ +6c5baa05f7afe5d4e458c28131b2d352db5cab40 \ No newline at end of file diff --git a/website/docs/introduction/Installation.md.REMOVED.git-id b/website/docs/introduction/Installation.md.REMOVED.git-id new file mode 100644 index 00000000000..96d726aec6f --- /dev/null +++ b/website/docs/introduction/Installation.md.REMOVED.git-id @@ -0,0 +1 @@ +686d64c430e097dffa79003995d2608edf716a35 \ No newline at end of file diff --git a/website/docs/introduction/LearningResources.md.REMOVED.git-id b/website/docs/introduction/LearningResources.md.REMOVED.git-id new file mode 100644 index 00000000000..fb7f430b8c9 --- /dev/null +++ b/website/docs/introduction/LearningResources.md.REMOVED.git-id @@ -0,0 +1 @@ +b8008068e4326204fbc06bc4c1e1c54882045ab8 \ No newline at end of file diff --git a/website/docs/introduction/Motivation.md.REMOVED.git-id b/website/docs/introduction/Motivation.md.REMOVED.git-id new file mode 100644 index 00000000000..ba69fa6d344 --- /dev/null +++ b/website/docs/introduction/Motivation.md.REMOVED.git-id @@ -0,0 +1 @@ +e8aafd73e3a3d99c9385e913f9a7d68b56481fed \ No newline at end of file diff --git a/website/docs/introduction/PriorArt.md.REMOVED.git-id b/website/docs/introduction/PriorArt.md.REMOVED.git-id new file mode 100644 index 00000000000..00d52e59703 --- /dev/null +++ b/website/docs/introduction/PriorArt.md.REMOVED.git-id @@ -0,0 +1 @@ +0a6b8c6f80d93e50990f418702d113ed8497baf5 \ No newline at end of file diff --git a/docs/introduction/README.md b/website/docs/introduction/README.md similarity index 100% rename from docs/introduction/README.md rename to website/docs/introduction/README.md diff --git a/website/docs/introduction/ThreePrinciples.md.REMOVED.git-id b/website/docs/introduction/ThreePrinciples.md.REMOVED.git-id new file mode 100644 index 00000000000..d30e10ddb98 --- /dev/null +++ b/website/docs/introduction/ThreePrinciples.md.REMOVED.git-id @@ -0,0 +1 @@ +cb544ba0580eb84e0de98f1a1a90465dc10a01aa \ No newline at end of file diff --git a/website/docs/recipes/CodeSplitting.md.REMOVED.git-id b/website/docs/recipes/CodeSplitting.md.REMOVED.git-id new file mode 100644 index 00000000000..6265c246f6c --- /dev/null +++ b/website/docs/recipes/CodeSplitting.md.REMOVED.git-id @@ -0,0 +1 @@ +e77f482504bd57c8243ad342213d07475103ab86 \ No newline at end of file diff --git a/website/docs/recipes/ComputingDerivedData.md.REMOVED.git-id b/website/docs/recipes/ComputingDerivedData.md.REMOVED.git-id new file mode 100644 index 00000000000..4ad3eb345a7 --- /dev/null +++ b/website/docs/recipes/ComputingDerivedData.md.REMOVED.git-id @@ -0,0 +1 @@ +22db5f45d1b4c60950ec5326339efb15fbf1186e \ No newline at end of file diff --git a/website/docs/recipes/ConfiguringYourStore.md.REMOVED.git-id b/website/docs/recipes/ConfiguringYourStore.md.REMOVED.git-id new file mode 100644 index 00000000000..ce2606d5c23 --- /dev/null +++ b/website/docs/recipes/ConfiguringYourStore.md.REMOVED.git-id @@ -0,0 +1 @@ +26798328c91287939f0927882790fbb65f82354e \ No newline at end of file diff --git a/website/docs/recipes/ImplementingUndoHistory.md.REMOVED.git-id b/website/docs/recipes/ImplementingUndoHistory.md.REMOVED.git-id new file mode 100644 index 00000000000..9ab7f297f37 --- /dev/null +++ b/website/docs/recipes/ImplementingUndoHistory.md.REMOVED.git-id @@ -0,0 +1 @@ +3be4abe8560092c8f68039aadcee386ae2bcddaa \ No newline at end of file diff --git a/website/docs/recipes/IsolatingSubapps.md.REMOVED.git-id b/website/docs/recipes/IsolatingSubapps.md.REMOVED.git-id new file mode 100644 index 00000000000..977d60ef948 --- /dev/null +++ b/website/docs/recipes/IsolatingSubapps.md.REMOVED.git-id @@ -0,0 +1 @@ +84129cd70086d78acc368cf05e390d21502023f6 \ No newline at end of file diff --git a/website/docs/recipes/MigratingToRedux.md.REMOVED.git-id b/website/docs/recipes/MigratingToRedux.md.REMOVED.git-id new file mode 100644 index 00000000000..f3a8d37f39f --- /dev/null +++ b/website/docs/recipes/MigratingToRedux.md.REMOVED.git-id @@ -0,0 +1 @@ +51c0925bf81ae727d21aa586ccfac2eb08f560f1 \ No newline at end of file diff --git a/docs/recipes/README.md b/website/docs/recipes/README.md similarity index 94% rename from docs/recipes/README.md rename to website/docs/recipes/README.md index a951de6e7cf..c7c370c74bb 100644 --- a/docs/recipes/README.md +++ b/website/docs/recipes/README.md @@ -1,7 +1,6 @@ --- id: recipe-index -title: Recipes: Index -sidebar_label: Recipes: Index +title: 'Recipes: Index' hide_title: true --- diff --git a/website/docs/recipes/ReducingBoilerplate.md.REMOVED.git-id b/website/docs/recipes/ReducingBoilerplate.md.REMOVED.git-id new file mode 100644 index 00000000000..eb693e1af7d --- /dev/null +++ b/website/docs/recipes/ReducingBoilerplate.md.REMOVED.git-id @@ -0,0 +1 @@ +c852342aebba7187db3edd3b84c5d3ba1210694f \ No newline at end of file diff --git a/website/docs/recipes/ServerRendering.md.REMOVED.git-id b/website/docs/recipes/ServerRendering.md.REMOVED.git-id new file mode 100644 index 00000000000..da5b2489513 --- /dev/null +++ b/website/docs/recipes/ServerRendering.md.REMOVED.git-id @@ -0,0 +1 @@ +b3886877ca0dac9e760f783819c75ebd6fd28fdd \ No newline at end of file diff --git a/website/docs/recipes/UsageWithTypescript.md.REMOVED.git-id b/website/docs/recipes/UsageWithTypescript.md.REMOVED.git-id new file mode 100644 index 00000000000..b7eb3f2773a --- /dev/null +++ b/website/docs/recipes/UsageWithTypescript.md.REMOVED.git-id @@ -0,0 +1 @@ +94cc9040494b9e7ed7082987719fe8e16053bd2c \ No newline at end of file diff --git a/website/docs/recipes/UsingImmutableJS.md.REMOVED.git-id b/website/docs/recipes/UsingImmutableJS.md.REMOVED.git-id new file mode 100644 index 00000000000..287fb798eb3 --- /dev/null +++ b/website/docs/recipes/UsingImmutableJS.md.REMOVED.git-id @@ -0,0 +1 @@ +3fb34cbeecfae68f4ea504c6fed7c618002e9a9e \ No newline at end of file diff --git a/website/docs/recipes/UsingObjectSpreadOperator.md.REMOVED.git-id b/website/docs/recipes/UsingObjectSpreadOperator.md.REMOVED.git-id new file mode 100644 index 00000000000..e7fa1eca8ef --- /dev/null +++ b/website/docs/recipes/UsingObjectSpreadOperator.md.REMOVED.git-id @@ -0,0 +1 @@ +f0f3a9b64d8d0dc73c6a0a29c88f021fdc298896 \ No newline at end of file diff --git a/website/docs/recipes/WritingTests.md.REMOVED.git-id b/website/docs/recipes/WritingTests.md.REMOVED.git-id new file mode 100644 index 00000000000..7c6c571c1f8 --- /dev/null +++ b/website/docs/recipes/WritingTests.md.REMOVED.git-id @@ -0,0 +1 @@ +3316c9576a08500e5570b0d845505e237652cf8b \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/BasicReducerStructure.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/BasicReducerStructure.md.REMOVED.git-id new file mode 100644 index 00000000000..1b48cc4af9d --- /dev/null +++ b/website/docs/recipes/structuring-reducers/BasicReducerStructure.md.REMOVED.git-id @@ -0,0 +1 @@ +8f3dbf6ea77065681e3bf3d3dd44a0cb99591d1e \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/BeyondCombineReducers.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/BeyondCombineReducers.md.REMOVED.git-id new file mode 100644 index 00000000000..d1462bff83e --- /dev/null +++ b/website/docs/recipes/structuring-reducers/BeyondCombineReducers.md.REMOVED.git-id @@ -0,0 +1 @@ +35c1bba4a81fa8c491e8e3bd01b56d945cd7926b \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/ImmutableUpdatePatterns.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/ImmutableUpdatePatterns.md.REMOVED.git-id new file mode 100644 index 00000000000..68d87c6c069 --- /dev/null +++ b/website/docs/recipes/structuring-reducers/ImmutableUpdatePatterns.md.REMOVED.git-id @@ -0,0 +1 @@ +2756457a403cad16fb8eaa4b0d9fc1e1281c0f6f \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/InitializingState.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/InitializingState.md.REMOVED.git-id new file mode 100644 index 00000000000..d58c36c46cd --- /dev/null +++ b/website/docs/recipes/structuring-reducers/InitializingState.md.REMOVED.git-id @@ -0,0 +1 @@ +2a59e446a5b003dd394dec8a895a409b7b6fa7fe \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/NormalizingStateShape.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/NormalizingStateShape.md.REMOVED.git-id new file mode 100644 index 00000000000..ba4e6e63305 --- /dev/null +++ b/website/docs/recipes/structuring-reducers/NormalizingStateShape.md.REMOVED.git-id @@ -0,0 +1 @@ +b885c69fbe38cf35eddd16174e7fcd5001858368 \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/PrerequisiteConcepts.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/PrerequisiteConcepts.md.REMOVED.git-id new file mode 100644 index 00000000000..baeaaf69358 --- /dev/null +++ b/website/docs/recipes/structuring-reducers/PrerequisiteConcepts.md.REMOVED.git-id @@ -0,0 +1 @@ +ebe06dfb0cf2ca7afdd30101e8c15deb68d1704e \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/RefactoringReducersExample.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/RefactoringReducersExample.md.REMOVED.git-id new file mode 100644 index 00000000000..9a2645e6c94 --- /dev/null +++ b/website/docs/recipes/structuring-reducers/RefactoringReducersExample.md.REMOVED.git-id @@ -0,0 +1 @@ +4aff2a648eeb284a039ef475a0eec58d99658a08 \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/ReusingReducerLogic.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/ReusingReducerLogic.md.REMOVED.git-id new file mode 100644 index 00000000000..0e2eb78132d --- /dev/null +++ b/website/docs/recipes/structuring-reducers/ReusingReducerLogic.md.REMOVED.git-id @@ -0,0 +1 @@ +f7a4dd060d97272bea659eddba11326c6071ade4 \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/SplittingReducerLogic.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/SplittingReducerLogic.md.REMOVED.git-id new file mode 100644 index 00000000000..e3df03b89ee --- /dev/null +++ b/website/docs/recipes/structuring-reducers/SplittingReducerLogic.md.REMOVED.git-id @@ -0,0 +1 @@ +6a5655dae5ed389515ef89ec7b812cd6b48fd313 \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/StructuringReducers.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/StructuringReducers.md.REMOVED.git-id new file mode 100644 index 00000000000..464d3fd79bd --- /dev/null +++ b/website/docs/recipes/structuring-reducers/StructuringReducers.md.REMOVED.git-id @@ -0,0 +1 @@ +82e223a78b801b6f37308698a499874d923134d7 \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/UpdatingNormalizedData.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/UpdatingNormalizedData.md.REMOVED.git-id new file mode 100644 index 00000000000..3e7e354d7a3 --- /dev/null +++ b/website/docs/recipes/structuring-reducers/UpdatingNormalizedData.md.REMOVED.git-id @@ -0,0 +1 @@ +ecf72c2bb1de830a77624ed6dc2bc65b8cec7469 \ No newline at end of file diff --git a/website/docs/recipes/structuring-reducers/UsingCombineReducers.md.REMOVED.git-id b/website/docs/recipes/structuring-reducers/UsingCombineReducers.md.REMOVED.git-id new file mode 100644 index 00000000000..b7ea413dc67 --- /dev/null +++ b/website/docs/recipes/structuring-reducers/UsingCombineReducers.md.REMOVED.git-id @@ -0,0 +1 @@ +4184ffb009cbe751fd1ae2b83d7078dafe419590 \ No newline at end of file diff --git a/website/docs/redux-toolkit/overview.md.REMOVED.git-id b/website/docs/redux-toolkit/overview.md.REMOVED.git-id new file mode 100644 index 00000000000..f621356c906 --- /dev/null +++ b/website/docs/redux-toolkit/overview.md.REMOVED.git-id @@ -0,0 +1 @@ +42dfc97b9c98f7de51b043a9eff90b8e0212d955 \ No newline at end of file diff --git a/website/docs/style-guide/style-guide.md.REMOVED.git-id b/website/docs/style-guide/style-guide.md.REMOVED.git-id new file mode 100644 index 00000000000..ef0f2b480e2 --- /dev/null +++ b/website/docs/style-guide/style-guide.md.REMOVED.git-id @@ -0,0 +1 @@ +16ea635f72044cf8da6b90048589ab2f39b89402 \ No newline at end of file diff --git a/website/docusaurus.config.js.REMOVED.git-id b/website/docusaurus.config.js.REMOVED.git-id new file mode 100644 index 00000000000..b2ce8a7a09b --- /dev/null +++ b/website/docusaurus.config.js.REMOVED.git-id @@ -0,0 +1 @@ +19f8b93b9c7df64b7808e8498ee8eb1bcf813c67 \ No newline at end of file diff --git a/website/package-lock.json.REMOVED.git-id b/website/package-lock.json.REMOVED.git-id index d8b0e0dddc4..26a4e5b10cf 100644 --- a/website/package-lock.json.REMOVED.git-id +++ b/website/package-lock.json.REMOVED.git-id @@ -1 +1 @@ -d00383420da4a3df8171e279fc4442e40d182a8f \ No newline at end of file +42b61b850a44b0f83c144d6c1b50c68ea33b3bfa \ No newline at end of file diff --git a/website/package.json b/website/package.json old mode 100644 new mode 100755 index c5249a6c1f6..fe4466be17a --- a/website/package.json +++ b/website/package.json @@ -1,17 +1,27 @@ { "scripts": { - "start": "docusaurus-start", - "build": "docusaurus-build", - "publish-gh-pages": "docusaurus-publish", - "write-translations": "docusaurus-write-translations", - "version": "docusaurus-version", - "rename-version": "docusaurus-rename-version" - }, - "devDependencies": { - "@babel/plugin-proposal-class-properties": "^7.1.0", - "@babel/preset-react": "^7.0.0" + "start": "docusaurus start", + "build": "docusaurus build", + "swizzle": "docusaurus swizzle", + "deploy": "docusaurus deploy" }, "dependencies": { - "docusaurus": "^1.14.0" + "@docusaurus/core": "2.0.0-alpha.39", + "@docusaurus/preset-classic": "2.0.0-alpha.39", + "classnames": "2.2.6", + "react": "16.12.0", + "react-dom": "16.12.0" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] } } diff --git a/website/pages/en/404.js b/website/pages/en/404.js deleted file mode 100644 index 96b01f2c36f..00000000000 --- a/website/pages/en/404.js +++ /dev/null @@ -1,42 +0,0 @@ -const React = require("react"); -const siteConfig = require(`${process.cwd()}/siteConfig.js`); - -class ErrorPage extends React.Component { - getTrackingScript() { - if (!siteConfig.gaTrackingId) { - return null; - } - - return {__html:` - ga('create', "${siteConfig.gaTrackingId}"); - ga('send', { - hitType: 'event', - eventCategory: '404 Response', - eventAction: window.location.href, - eventLabel: document.referrer - });` - } - } - - render() { - const trackingScript = this.getTrackingScript(); - - return ( -
- {trackingScript &&