Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Jan 23, 2023
1 parent 406f9c6 commit 0c26b98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
locales: ['en','zh-Hans'],
},

presets: [
Expand All @@ -40,14 +40,14 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/retrofor/retrofor.github.io/blob/master/docs/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/retrofor/retrofor.github.io/blob/master/blog/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down Expand Up @@ -119,7 +119,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} RETROFOR RETRO, Inc. Built with Docusaurus.`,
copyright: `Copyright © 2023 - ${new Date().getFullYear()} RETROFOR RETRO, Inc. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
Expand Down

0 comments on commit 0c26b98

Please sign in to comment.