Skip to content

Commit

Permalink
feat(docs-site): re-enable github links
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Dec 20, 2021
1 parent 1367c33 commit 5e03f7f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions apps/docs-site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ module.exports = {
position: 'left',
},
// { to: 'blog', label: 'Blog', position: 'left' },
// {
// href: 'https://github.com/facebook/docusaurus',
// label: 'GitHub',
// position: 'right',
// },
{
href: 'https://github.com/agentender/code-rub',
label: 'GitHub',
position: 'right',
},
],
},
footer: {
Expand Down Expand Up @@ -65,19 +65,19 @@ module.exports = {
},
],
},
// {
// title: 'More',
// items: [
{
title: 'More',
items: [
// {
// label: 'Blog',
// to: 'blog',
// },
// {
// label: 'GitHub',
// href: 'https://github.com/facebook/docusaurus',
// },
// ],
// },
{
label: 'GitHub',
href: 'https://github.com/agentender/code-rub',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
},
Expand Down

0 comments on commit 5e03f7f

Please sign in to comment.