Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Nov 14, 2022
1 parent a04f191 commit 27cca7d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ const config = {
{
title: 'Documentation',
items: [
{
label: 'About CRACO',
to: 'docs',
},
{
label: 'Getting Started',
to: 'docs/getting-started',
Expand Down Expand Up @@ -153,9 +157,13 @@ const config = {
to: 'recipes',
},
{
label: 'GitHub Issues',
label: 'Issues',
href: 'https://github.com/dilanx/craco/issues',
},
{
label: 'Discussions',
href: 'https://github.com/dilanx/craco/discussions',
},
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/craco',
Expand All @@ -177,7 +185,7 @@ const config = {
},
],

copyright: `Copyright © ${new Date().getFullYear()} Dilan Nair. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Dilan Nair`,
},
prism: {
darkTheme: {
Expand Down

0 comments on commit 27cca7d

Please sign in to comment.