Skip to content

Commit 0244973

Browse files
docs: fix incorrect dirName for authentication sidebar (#4047)
# Description of Changes Update the path of dirName to match the correct path. # API and ABI breaking changes None. # Expected complexity level and risk 0.0001 # Testing Tested locally by running Docusaurus
1 parent 7cff2a6 commit 0244973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const sidebars: SidebarsConfig = {
7272
label: 'Authentication',
7373
collapsed: true,
7474
link: { type: 'doc', id: 'core-concepts/authentication' },
75-
items: [{ type: 'autogenerated', dirName: '00200-core-concepts/00500-spacetime-auth' }],
75+
items: [{ type: 'autogenerated', dirName: '00200-core-concepts/00500-authentication' }],
7676
},
7777
{
7878
type: 'category',

0 commit comments

Comments
 (0)