From d164162ceafe58e0cb3991ed705e10fb5ce640af Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Sun, 16 Aug 2026 19:46:11 +0200 Subject: [PATCH] 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 --- docs/antora-playbook.yml | 3 --- docs/local-antora-playbook.yml | 3 --- docs/modules/ROOT/pages/components.adoc | 2 +- docs/modules/ROOT/pages/getting-started.adoc | 2 +- docs/modules/ROOT/pages/index.adoc | 2 +- 5 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml index 9fc79f0..f9f9c98 100644 --- a/docs/antora-playbook.yml +++ b/docs/antora-playbook.yml @@ -37,9 +37,6 @@ content: - url: https://github.com/reqstool/reqstool-python-hatch-plugin branches: HEAD start_path: docs - - url: https://github.com/reqstool/reqstool-vscode-extension - branches: HEAD - start_path: docs - url: https://github.com/reqstool/reqstool-typescript-tags branches: HEAD start_path: docs diff --git a/docs/local-antora-playbook.yml b/docs/local-antora-playbook.yml index b2e0d38..2be6187 100644 --- a/docs/local-antora-playbook.yml +++ b/docs/local-antora-playbook.yml @@ -38,9 +38,6 @@ content: - url: ../reqstool-python-hatch-plugin branches: HEAD start_path: docs - - url: ../reqstool-vscode-extension - branches: HEAD - start_path: docs - url: ../reqstool-typescript-tags branches: HEAD start_path: docs diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc index c249419..7734121 100644 --- a/docs/modules/ROOT/pages/components.adoc +++ b/docs/modules/ROOT/pages/components.adoc @@ -78,7 +78,7 @@ |=== | Component | Description | Language -| xref:reqstool-vscode-extension::index.adoc[VS Code Extension] +| https://github.com/reqstool/reqstool-vscode[VS Code Extension] | Hover information and file watching for reqstool in VS Code | TypeScript diff --git a/docs/modules/ROOT/pages/getting-started.adoc b/docs/modules/ROOT/pages/getting-started.adoc index e6c177a..42a9eae 100644 --- a/docs/modules/ROOT/pages/getting-started.adoc +++ b/docs/modules/ROOT/pages/getting-started.adoc @@ -29,7 +29,7 @@ See the xref:reqstool-demo::index.adoc[Demo Project] for a complete working exam == VS Code integration -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. +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. == AI-assisted workflow diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 73cb2fa..c5be847 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -59,7 +59,7 @@ reqstool provides components for multiple languages and build systems: | Poetry build plugin for Python projects | Python -| xref:reqstool-vscode-extension::index.adoc[VS Code Extension] +| https://github.com/reqstool/reqstool-vscode[VS Code Extension] | Hover info and file watching for VS Code | TypeScript