From 7922ebd1a894490826f1acc72006b0b2f72fd5f8 Mon Sep 17 00:00:00 2001 From: Oleksandr Dzhychko Date: Fri, 3 Nov 2023 12:18:03 +0100 Subject: [PATCH 1/2] docs: remove the version from the component The version will be determined by a playbook. --- docs/global/antora.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/global/antora.yml b/docs/global/antora.yml index 199e27d..fbbc1da 100644 --- a/docs/global/antora.yml +++ b/docs/global/antora.yml @@ -1,4 +1 @@ name: modelix -version: - (v2@({0..9}).+({0..9})): $1 - From 565e25ca2421119371ba7a44c20cfb08e3e64b46 Mon Sep 17 00:00:00 2001 From: Oleksandr Dzhychko Date: Fri, 3 Nov 2023 12:53:22 +0100 Subject: [PATCH 2/2] fix: use links that resolve to the correct version We used refs, that explicitly specified the component, and the module. If the component is specified, then the version should have been specified. Instead of specifying the version, we used refs without an explicit component. See https://docs.antora.org/antora/latest/navigation/xrefs-and-link-text/#page-xrefs --- docs/global/modules/platform/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/global/modules/platform/pages/index.adoc b/docs/global/modules/platform/pages/index.adoc index cc62ac5..487d69b 100644 --- a/docs/global/modules/platform/pages/index.adoc +++ b/docs/global/modules/platform/pages/index.adoc @@ -8,5 +8,5 @@ include::platform:partial$short-description.adoc[] == Getting Started -include::modelix:ROOT:tutorial/build-component.adoc[leveloffset=+2] +include::ROOT:tutorial/build-component.adoc[leveloffset=+2]