Skip to content

Commit d164162

Browse files
committed
fix(docs): drop the archived VS Code extension content source
The playbook pulled docs from reqstool-vscode-extension, which is archived and private -- so Antora cannot fetch it and the Pages build has failed since 2026-05-27: FATAL (antora): Content repository not found or requires credentials (url: https://github.com/reqstool/reqstool-vscode-extension) That repo is superseded by reqstool-vscode and is no longer used, so the source is removed rather than repointed: reqstool-vscode carries no docs module to point at. The three pages that cross-referenced the removed module would have rendered as broken links, so they now link to the repository directly. When reqstool-vscode grows a docs module, these can go back to being xrefs and the source can be added again. Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
1 parent 84172f3 commit d164162

5 files changed

Lines changed: 3 additions & 9 deletions

File tree

docs/antora-playbook.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ content:
3737
- url: https://github.com/reqstool/reqstool-python-hatch-plugin
3838
branches: HEAD
3939
start_path: docs
40-
- url: https://github.com/reqstool/reqstool-vscode-extension
41-
branches: HEAD
42-
start_path: docs
4340
- url: https://github.com/reqstool/reqstool-typescript-tags
4441
branches: HEAD
4542
start_path: docs

docs/local-antora-playbook.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ content:
3838
- url: ../reqstool-python-hatch-plugin
3939
branches: HEAD
4040
start_path: docs
41-
- url: ../reqstool-vscode-extension
42-
branches: HEAD
43-
start_path: docs
4441
- url: ../reqstool-typescript-tags
4542
branches: HEAD
4643
start_path: docs

docs/modules/ROOT/pages/components.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
|===
7979
| Component | Description | Language
8080

81-
| xref:reqstool-vscode-extension::index.adoc[VS Code Extension]
81+
| https://github.com/reqstool/reqstool-vscode[VS Code Extension]
8282
| Hover information and file watching for reqstool in VS Code
8383
| TypeScript
8484

docs/modules/ROOT/pages/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See the xref:reqstool-demo::index.adoc[Demo Project] for a complete working exam
2929

3030
== VS Code integration
3131

32-
Install the xref:reqstool-vscode-extension::index.adoc[VS Code Extension] from the marketplace to get hover information for requirements and SVCs directly in your editor.
32+
Install the https://github.com/reqstool/reqstool-vscode[VS Code Extension] from the marketplace to get hover information for requirements and SVCs directly in your editor.
3333

3434
== AI-assisted workflow
3535

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ reqstool provides components for multiple languages and build systems:
5959
| Poetry build plugin for Python projects
6060
| Python
6161

62-
| xref:reqstool-vscode-extension::index.adoc[VS Code Extension]
62+
| https://github.com/reqstool/reqstool-vscode[VS Code Extension]
6363
| Hover info and file watching for VS Code
6464
| TypeScript
6565

0 commit comments

Comments
 (0)