Skip to content

Commit

Permalink
fix: github links.
Browse files Browse the repository at this point in the history
  • Loading branch information
credmond-git committed Oct 6, 2024
1 parent 3cce4b9 commit 68a5641
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 deletions docs/gestalt-static/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/gestalt-config/gestalt/tree/main/docs/gestalt-static/docs',
'https://github.com/gestalt-config/gestalt/tree/main/docs/gestalt-static',
},
blog: {
showReadingTime: true,
Expand All @@ -51,7 +51,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/gestalt-config/gestalt/tree/main/docs/gestalt-static/blog',
'https://github.com/gestalt-config/gestalt/tree/main/docs/gestalt-static',
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
Expand Down Expand Up @@ -87,7 +87,7 @@ const config: Config = {
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/gestalt-config/gestalt',
label: 'GitHub',
position: 'right',
},
Expand All @@ -109,34 +109,17 @@ const config: Config = {
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
label: 'Github Discussions',
href: 'https://github.com/gestalt-config/gestalt/discussions',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
label: 'Github Issues',
href: 'https://github.com/gestalt-config/gestalt/issues',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Gestalt Config. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit 68a5641

Please sign in to comment.