Skip to content

Commit

Permalink
feat: improve
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Feb 22, 2024
1 parent 4f82f64 commit beb598c
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,37 +108,16 @@ const config: Config = {
],
},
{
title: 'Community',
title: '翻译社区',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
label: '印记中文Github',
href: 'https://github.com/docschina',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Docschina. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit beb598c

Please sign in to comment.