Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix navigation and internal links for SDD0031 #178

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Loading