Commit 46f9012
committed
docs(option): rename /list/roots → /list/symbols + nav label fix
User reported https://userfrm.github.io/ThetaDataDx/historical/option/list/roots showed `option_list_roots` H1 / title with `option_list_symbols` code examples in the body. Page URL slug stayed `roots` after the SDK rename to `option_list_symbols`, leaving the public docs page internally inconsistent.
- `docs-site/docs/historical/option/list/roots.md` → `symbols.md` (git mv preserves history).
- H1 + frontmatter title + description: `option_list_roots` → `option_list_symbols`.
- Page prose: dropped the `(roots)` parenthetical from the first paragraph and the "legacy 'roots' term preserved in URL slug" note — there is no legacy slug anymore.
- `docs-site/docs/historical/option/index.md`: `./list/roots` → `./list/symbols` link + "List Roots" → "List Symbols" label.
- `docs-site/docs/.vitepress/config.ts`: nav-bar label `Roots` → `Symbols` (the link was already pointing at `/list/symbols`).
`docs-site` build will regenerate `.vitepress/dist/` next deploy. Inbound links to the old URL will 404; that is the cost of the rename — the URL was internally lying about its content for the entire v9.1.0 / v10.0.0 wave.
Pre-push pipeline: cargo run -p thetadatadx --bin generate_sdk_surfaces --check, python3 scripts/check_docs_consistency.py — both green.1 parent 79db040 commit 46f9012
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
0 commit comments