You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are unable to render multiple Components or Packages with the same Antora name (name in antora.yml). This a limitation of Antora that we need to work around. Currently we decided to just drop Components with conflicting names.
Acceptance Criteria
We can render the documentation of Components and Packages with the same Antora name
Old links are still valid, especially links that point to runbooks
Implementation Ideas
Clone conflicting repositories in Python, rewrite antora name, and use local source
Currently we are unable to render multiple Components or Packages with the same Antora name (
name
inantora.yml
). This a limitation of Antora that we need to work around. Currently we decided to just drop Components with conflicting names.Acceptance Criteria
Implementation Ideas
Alternative
Document the limitation and live with not being able to have multiple Components/Packages with the same name
The text was updated successfully, but these errors were encountered: