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 4364eb6 commit a608d7f
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,12 @@ module.exports = {
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Style Guide',
to: 'doc1',
},
],
},
{
title: 'Community',
items: [
{
label: 'Medium',
href: 'https://medium.com/@DarwiniaNetwork',
href: 'https://medium.com/@DarwiniaNetwork',
},
{
label: 'Twitter',
Expand All @@ -71,8 +62,22 @@ module.exports = {
},
],
},

{
title: 'More',
items: [
{
label: 'Darwinia',
href: 'https://darwinia.network/',
},
{
label: 'Kusama',
href: 'https://kusama.network/',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} ITERING TECH PTE. LTD., Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Crab Network. Built with Docusaurus.`,
},
},
plugins: [
Expand Down

0 comments on commit a608d7f

Please sign in to comment.