Skip to content

Commit

Permalink
Fix navigation and internal links for SDD0031 (#178)
Browse files Browse the repository at this point in the history
* Fix navigation link to SDD0031
* fix internal links
  • Loading branch information
bastjan authored May 14, 2024
1 parent 3c5bdb2 commit 27b843a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/SDDs/pages/0031-component-version-tracking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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]
1 change: 1 addition & 0 deletions docs/modules/SDDs/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 27b843a

Please sign in to comment.