Skip to content

Commit

Permalink
Revert "Does build work without sidebars.js?"
Browse files Browse the repository at this point in the history
This reverts commit e1053e8.
  • Loading branch information
zackkatz committed Jun 14, 2023
1 parent fee45b4 commit 05cfbcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const config = {
docs: {
path: 'docs',
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/GravityKit/Docs/tree/main/',
exclude: ['internal/**', 'support-guide/**'],
},
Expand Down Expand Up @@ -194,7 +195,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/GravityKit/',
href: 'https://github.com/gravityview/',
},
],
},
Expand Down

0 comments on commit 05cfbcb

Please sign in to comment.