Skip to content

Commit 58c18b9

Browse files
Copilotgraknol
andauthored
Fix Docusaurus build issues preventing GitHub Pages deployment (#36)
* Initial plan * Fix Docusaurus build issues for publishing Co-authored-by: graknol <1364029+graknol@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: graknol <1364029+graknol@users.noreply.github.com>
1 parent f10972c commit 58c18b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const config: Config = {
6767
items: [
6868
{
6969
type: 'docSidebar',
70-
sidebarId: 'tutorialSidebar',
70+
sidebarId: 'docs',
7171
position: 'left',
7272
label: 'Documentation',
7373
},
@@ -89,16 +89,16 @@ const config: Config = {
8989
to: '/docs/intro',
9090
},
9191
{
92-
label: 'Typed Records',
93-
to: '/docs/core-library/typed-records',
92+
label: 'Core Library',
93+
to: '/docs/core-library/intro',
9494
},
9595
{
96-
label: 'Exception Handling',
97-
to: '/docs/core-library/exception-handling',
96+
label: 'Query Builder',
97+
to: '/docs/core-library/query-builder',
9898
},
9999
{
100100
label: 'Flutter Integration',
101-
to: '/docs/flutter-integration/widgets',
101+
to: '/docs/flutter-integration/intro',
102102
},
103103
],
104104
},

0 commit comments

Comments
 (0)