diff --git a/docs/introduction/GettingStarted.md.REMOVED.git-id b/docs/introduction/GettingStarted.md.REMOVED.git-id index 6652ff1ec3b..1a9c10b40af 100644 --- a/docs/introduction/GettingStarted.md.REMOVED.git-id +++ b/docs/introduction/GettingStarted.md.REMOVED.git-id @@ -1 +1 @@ -d6a661e5c77b4d063748ec4c40ef3d85f7c63504 \ No newline at end of file +32af9f79314a127edfd0e42a93c21dd2c7c1d4ac \ No newline at end of file diff --git a/docs/introduction/LearningResources.md.REMOVED.git-id b/docs/introduction/LearningResources.md.REMOVED.git-id index f7cb386bc33..d39a6c0774a 100644 --- a/docs/introduction/LearningResources.md.REMOVED.git-id +++ b/docs/introduction/LearningResources.md.REMOVED.git-id @@ -1 +1 @@ -d44e4b8e5daff1bdc80c25e3eb4616ba5e9375cf \ No newline at end of file +bb46e0e93073c497b342cea739d2cf02a4d92d4e \ No newline at end of file diff --git a/docs/tutorials/tutorials-index.md b/docs/tutorials/tutorials-index.md deleted file mode 100644 index a05a9a97f5d..00000000000 --- a/docs/tutorials/tutorials-index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: tutorials-index -slug: index -title: 'Redux Tutorials Index' -sidebar_label: 'Tutorials Index' -hide_title: true -description: 'Overview of the Redux tutorial pages' ---- - -# Redux Tutorials Index - -We have two different sets of tutorials: - -- The [**Redux Essentials tutorial**](./essentials/part-1-overview-concepts) is a "top-down" tutorial that teaches "how to use Redux the right way", using our latest recommended APIs and best practices. -- The [**Redux Fundamentals tutorial**](./fundamentals/part-1-overview.md) is a "bottom-up" tutorial that teaches "how Redux works" from first principles and without any abstractions, and why standard Redux usage patterns exist. - -:::tip - -**We recommend starting with the [Redux Essentials tutorial](./essentials/part-1-overview-concepts)**, since it covers the key points you need to know about how to get started using Redux to write actual applications. - -::: diff --git a/docs/tutorials/tutorials-index.md.REMOVED.git-id b/docs/tutorials/tutorials-index.md.REMOVED.git-id new file mode 100644 index 00000000000..329a6ca98db --- /dev/null +++ b/docs/tutorials/tutorials-index.md.REMOVED.git-id @@ -0,0 +1 @@ +7f806203945705ce8e5d56eb876ada8e48d5fb8e \ 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 80916fe3800..aaf55a49257 100644 --- a/website/package-lock.json.REMOVED.git-id +++ b/website/package-lock.json.REMOVED.git-id @@ -1 +1 @@ -5343869e3211f7598aa2019734cba89c383f3e92 \ No newline at end of file +f1fde40c00095c4b2e5a281c3a2a4c83c16624f0 \ No newline at end of file diff --git a/website/package.json b/website/package.json index 19c7d563197..d4ce0a36372 100755 --- a/website/package.json +++ b/website/package.json @@ -6,11 +6,12 @@ "deploy": "docusaurus deploy" }, "dependencies": { - "@docusaurus/core": "2.0.0-alpha.75", - "@docusaurus/preset-classic": "2.0.0-alpha.75", + "@docusaurus/core": "2.0.0-beta.0", + "@docusaurus/preset-classic": "2.0.0-beta.0", "classnames": "2.2.6", "react": "^17.0.2", "react-dom": "17.0.2", + "react-lite-youtube-embed": "^2.0.3", "url-search-params-polyfill": "^8.1.0" }, "devDependencies": {