From 337f2de2661e6e76523bb818b962db8a1e031c86 Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Tue, 14 May 2024 15:42:21 +0200 Subject: [PATCH 1/2] Fix navigation link to SDD0031 --- docs/modules/SDDs/pages/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/SDDs/pages/index.adoc b/docs/modules/SDDs/pages/index.adoc index 6a53cb0..52616f1 100644 --- a/docs/modules/SDDs/pages/index.adoc +++ b/docs/modules/SDDs/pages/index.adoc @@ -25,3 +25,4 @@ The all are using the xref:sdd-template.adoc[SDD Template]. * xref:0027-dynamic-cluster-facts.adoc[0027 - Dynamic Cluster Facts] * xref:0028-reusable-config-packages.adoc[0028 - Reusable Commodore Component Configuration Packages] * xref:0030-argocd-multitenancy.adoc[0030 - Project Syn ArgoCD Multi-Tenant Support] +* xref:0031-component-version-tracking.adoc[SDD 0031 - Central Component Version tracking] From eb1a90ba1543d820faaf95fed4b7febe43fc474c Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Tue, 14 May 2024 15:55:32 +0200 Subject: [PATCH 2/2] fix internal links --- docs/modules/SDDs/pages/0031-component-version-tracking.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/SDDs/pages/0031-component-version-tracking.adoc b/docs/modules/SDDs/pages/0031-component-version-tracking.adoc index c2138b8..8b33675 100644 --- a/docs/modules/SDDs/pages/0031-component-version-tracking.adoc +++ b/docs/modules/SDDs/pages/0031-component-version-tracking.adoc @@ -51,7 +51,7 @@ The `compileMeta` field lists all component versions under the `instances` key. The key is the name of the component instance, the value contains the name of the component. With aliased instances the component name can be different from the instance name. Aliased instances are defined using `alias as component` in the Commodore configuration. -See xref:reference/architecture.html#_component_instantiation[Component instantiation and aliasing] for more information. +See xref:reference/architecture.adoc#_component_instantiation[Component instantiation and aliasing] for more information. Currently Commodore only supports one version per component, but this structure allows for reporting multiple versions per component in the future. Configuration packages are tracked under the `packages` key. @@ -169,4 +169,4 @@ We want to avoid this approach since it removes some of the batteries included p * https://github.com/projectsyn/commodore/issues/389[projectsyn/commodore#389 Component version reporting] * https://github.com/projectsyn/commodore/pull/388[projectsyn/commodore#388 Draft PR] -* xref:reference/architecture.html#_component_instantiation[Component instantiation and aliasing] +* xref:reference/architecture.adoc#_component_instantiation[Component instantiation and aliasing]