Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Mar 24, 2021
1 parent 161f4a9 commit 4364eb6
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,46 +50,29 @@ module.exports = {
items: [
{
label: 'Style Guide',
to: 'docs/',
},
{
label: 'Second Doc',
to: 'docs/doc2/',
to: 'doc1',
},
],
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
label: 'Medium',
href: 'https://medium.com/@DarwiniaNetwork',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: 'blog',
href: 'https://t.me/DarwiniaNetwork',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/darwinia-network',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} ITERING TECH PTE. LTD., Inc. Built with Docusaurus.`,
},
},
plugins: [
Expand All @@ -104,7 +87,7 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
'https://github.com/facebook/docusaurus/edit/master/website/',
'https://github.com/darwinia-network/crab-home/edit/master/docs/',
},
blog: {
showReadingTime: true,
Expand Down

0 comments on commit 4364eb6

Please sign in to comment.