Skip to content

Commit 67612b2

Browse files
authored
Update Docusaurus metadata (#3881)
* Update Docusaurus to alpha.64 * Fix validation issues and swap Twitter card config * Fix broken Immutable FAQ link
1 parent 7cc8442 commit 67612b2

File tree

4 files changed

+3810
-3283
lines changed

4 files changed

+3810
-3283
lines changed

docs/recipes/UsingImmutableJS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Smart components that access the store via React Redux’s `connect` function mu
246246
**Documentation**
247247

248248
- [Recipes: Computing Derived Data](./ComputingDerivedData.md)
249-
- [FAQ: Immutable Data](/faq/ImmutableData.html#immutability-issues-with-react-redux)
249+
- [FAQ: Immutable Data](../faq/ImmutableData.md#immutability-issues-with-react-redux)
250250
- [Reselect Documentation: How do I use Reselect with Immutable.js?](https://github.com/reduxjs/reselect/#q-how-do-i-use-reselect-with-immutablejs)
251251

252252
**Articles**

website/docusaurus.config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ module.exports = {
77
organizationName: 'reduxjs',
88
projectName: 'redux',
99
themeConfig: {
10-
image: 'https://redux.js.org/img/redux-logo-landscape.png',
11-
disableDarkMode: false,
10+
image: 'img/redux-logo-landscape.png',
11+
metadatas: [{ name: 'twitter:card', content: 'summary' }],
1212
prism: {
1313
theme: require('./src/js/monokaiTheme.js')
1414
},
15+
colorMode: {
16+
disableSwitch: false
17+
},
1518
navbar: {
1619
title: 'Redux',
17-
image: 'img/redux-logo-landscape.png',
1820
logo: {
1921
alt: 'Redux Logo',
2022
src: 'img/redux.svg'
2123
},
22-
links: [
24+
items: [
2325
{
2426
label: 'Getting Started',
2527
to: 'introduction/getting-started',

0 commit comments

Comments
 (0)