Commit fda5078
authored
fix: point /docs command and config links to docs.altimate.sh (#715)
The TUI "Open docs" command (`docs.open`) opened `https://altimate.ai/docs`,
which is not the project's documentation site. The canonical docs live at
`https://docs.altimate.sh` (per `README.md`, `docs/docs/CNAME`, `docs/mkdocs.yml`).
The same wrong domain was also used in `config.ts` schema descriptions,
the Cloudflare AI Gateway help text, the Anthropic system prompt, and
`openapi.json` + generated SDK type files. The rewritten paths also needed
a `/configure/` prefix to match the actual mkdocs site structure.
All 5 target URLs were verified to return HTTP 200:
- https://docs.altimate.sh
- https://docs.altimate.sh/configure/config/
- https://docs.altimate.sh/configure/commands/
- https://docs.altimate.sh/configure/agents/
- https://docs.altimate.sh/configure/providers/
Closes #7141 parent c438bb0 commit fda5078
File tree
7 files changed
+12
-12
lines changed- packages
- opencode/src
- cli/cmd
- tui
- config
- session/prompt
- sdk
- js/src
- gen
- v2/gen
7 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | | - | |
| 1077 | + | |
1078 | 1078 | | |
1079 | 1079 | | |
1080 | 1080 | | |
| |||
1141 | 1141 | | |
1142 | 1142 | | |
1143 | 1143 | | |
1144 | | - | |
| 1144 | + | |
1145 | 1145 | | |
1146 | 1146 | | |
1147 | 1147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1209 | 1209 | | |
1210 | 1210 | | |
1211 | 1211 | | |
1212 | | - | |
| 1212 | + | |
1213 | 1213 | | |
1214 | 1214 | | |
1215 | 1215 | | |
| |||
1266 | 1266 | | |
1267 | 1267 | | |
1268 | 1268 | | |
1269 | | - | |
| 1269 | + | |
1270 | 1270 | | |
1271 | 1271 | | |
1272 | 1272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
1318 | | - | |
| 1318 | + | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
| |||
1389 | 1389 | | |
1390 | 1390 | | |
1391 | 1391 | | |
1392 | | - | |
| 1392 | + | |
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10340 | 10340 | | |
10341 | 10341 | | |
10342 | 10342 | | |
10343 | | - | |
| 10343 | + | |
10344 | 10344 | | |
10345 | 10345 | | |
10346 | 10346 | | |
| |||
10474 | 10474 | | |
10475 | 10475 | | |
10476 | 10476 | | |
10477 | | - | |
| 10477 | + | |
10478 | 10478 | | |
10479 | 10479 | | |
10480 | 10480 | | |
| |||
0 commit comments