Commit d665c5d
docs: update stale /v1/tools references to /v1/admin/tools (#5816)
# What does this PR do?
Updates three documentation pages that still referenced the old
`/v1/tools` endpoint path after #5787 moved it to `/v1/admin/tools`.
Files updated:
- `docs/src/pages/index.js` — landing page API grid
- `docs/docs/api-overview.mdx` — API reference overview
- `docs/docs/building_applications/tools.mdx` — tools guide prose
## Test Plan
1. Run the docs dev server: `cd docs && npm install && npx docusaurus
gen-api-docs all && npx docusaurus start`
2. Verify the landing page API grid shows `/v1/admin/tools`
3. Verify `/docs/api-overview` shows `/v1/admin/tools` in the stable
section
4. Verify `/docs/building_applications/tools` prose references
`/v1/admin/tools`
Signed-off-by: Sébastien Han <seb@redhat.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6c83f19 commit d665c5d
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments