Commit 4ccd977
fix: make v2 the default version and regenerate LLM manifest with v2 patterns
- Change lastVersion from '1.x' to 'current' in docusaurus.config.js
- Swap version paths: v2 at /docs/, v1 at /docs/1.x/
- Fix broken links in migration.md and sdks/python.md (/docs/2.0/ → /docs/)
- Regenerate canonical llms-full.txt to use v2 manifest (591K) instead of v1 (76K)
This makes v2 the default landing experience for new users and ensures AI
assistants receive v2 API patterns instead of v1. Users can still access v1
docs via version dropdown at /docs/1.x/.
Fixes #258 (docs default to v1)
Fixes #274 (LLM manifest serves v1 API)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent eb37f5e commit 4ccd977
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments