Skip to content

Commit 73b8ecc

Browse files
fix: correct typos in sidebars.ts document IDs
Fixed two incorrect document IDs in sidebars.ts: - 'firs-opensource-code' → 'first-opensource-code' - 'enable-dicussion' → 'enable-discussion' This resolves the Vercel deployment failure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5cc46ef commit 73b8ecc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sidebars.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const sidebars: SidebarsConfig = {
5555
'GitHub/GitHub-basics/github-repo-command-line',
5656
'GitHub/GitHub-basics/how-to-clone-repository',
5757
'GitHub/GitHub-basics/how-to-fork',
58-
'GitHub/GitHub-basics/firs-opensource-code',
58+
'GitHub/GitHub-basics/first-opensource-code',
5959
],
6060
},
6161
{
@@ -66,7 +66,7 @@ const sidebars: SidebarsConfig = {
6666
'GitHub/Maintainer-guide/github-labels',
6767
'GitHub/Maintainer-guide/milestone',
6868
'GitHub/Maintainer-guide/github-project',
69-
'GitHub/Maintainer-guide/enable-dicussion',
69+
'GitHub/Maintainer-guide/enable-discussion',
7070
],
7171
},
7272
],

0 commit comments

Comments
 (0)