Skip to content

Commit

Permalink
Add awesome pages plugin; use awesome pages to fix capitalization err…
Browse files Browse the repository at this point in the history
…ors in the mkdocs nav (primarily acronyms being shown in lower case) (#983)

Co-authored-by: Tess Ferrandez <[email protected]>
  • Loading branch information
day-jeff and TessFerrandez authored Aug 15, 2023
1 parent b36be65 commit 58a00e2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/automated-testing/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
nav:
- CDC testing: cdc-testing
- End-to-end testing: e2e-testing
- ...
- UI testing: ui-testing

5 changes: 5 additions & 0 deletions docs/continuous-delivery/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nav:
- Azure DevOps: azure-devops
- DevOps provider recipes: devops-provider-recipes
- GitOps: gitops
- ...
5 changes: 5 additions & 0 deletions docs/continuous-integration/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nav:
- CI in data science: ci-in-data-science
- DevSecOps: dev-sec-ops
- Dev conainters: devcontainers
- markdown-linting
3 changes: 3 additions & 0 deletions docs/design/diagram-types/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nav:
- Design diagram templates: DesignDiagramsTemplates
- ...
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ theme:
plugins:
- search
- git-revision-date-localized
- awesome-pages

markdown_extensions:
- meta
Expand Down
2 changes: 2 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ pymdown-extensions==9.4.*
markdown==3.3.*
mdx_truly_sane_lists==1.2
mkdocs-git-revision-date-localized-plugin==1.0.*
mkdocs-awesome-pages-plugin==2.9.1

0 comments on commit 58a00e2

Please sign in to comment.