Skip to content

Commit

Permalink
Does build work without sidebars.js?
Browse files Browse the repository at this point in the history
sidebarPath: require.resolve('./sidebars.js'),
  • Loading branch information
zackkatz authored Jun 14, 2023
1 parent 7bad8cf commit e1053e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ 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 @@ -195,7 +194,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/gravityview/',
href: 'https://github.com/GravityKit/',
},
],
},
Expand Down

0 comments on commit e1053e8

Please sign in to comment.