Skip to content

Commit ba3fa2c

Browse files
milldrclaude
andcommitted
fix: add explicit v1 version configuration
Added v1 to the versions config to fix JSON parsing errors during build. The error was caused by missing explicit version configuration for v1. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 89fcc29 commit ba3fa2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ async function createConfig() {
167167
label: 'Latest',
168168
path: '',
169169
},
170+
v1: {
171+
label: 'v1',
172+
path: 'v1',
173+
},
170174
},
171175
},
172176
blog: {

0 commit comments

Comments
 (0)