Skip to content

Commit

Permalink
Add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
andreock committed Mar 10, 2024
1 parent b238456 commit 1c974bb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,19 @@ const config: Config = {
},*/
],
},
// {
// title: 'More',
// items: [
// {
// label: 'Blog',
// to: '/blog',
// },
// {
// label: 'GitHub',
// href: 'https://github.com/CapibaraZero/',
// },
// ],
// },
{
title: 'More',
items: [
// {
// label: 'Blog',
// to: '/blog',
// },
{
label: 'GitHub',
href: 'https://github.com/CapibaraZero/',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} capibaraZero. Built with Docusaurus.`,
},
Expand Down

0 comments on commit 1c974bb

Please sign in to comment.