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
Manually configuring nav: for mkdocs is an anti-pattern. It creates inconsistency and removes part of the value of mkdocs - implicit naming based on directory structures.
Rework the automation specifically for the api docs and use mkdocs-awesome-pages to create selective overrides for just what is required.
Caveats / Assumptions
Documentation content should not be changed
Completion Criteria
nav: is removed
content is not changed
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity within 90 days. It will be automatically closed if no further activity occurs within 30 days.
Issue description / feature objectives
Manually configuring
nav:
for mkdocs is an anti-pattern. It creates inconsistency and removes part of the value of mkdocs - implicit naming based on directory structures.Rework the automation specifically for the api docs and use
mkdocs-awesome-pages
to create selective overrides for just what is required.Caveats / Assumptions
Completion Criteria
nav:
is removedThe text was updated successfully, but these errors were encountered: