Skip to content

Commit

Permalink
Add ability to switch to other sister projects
Browse files Browse the repository at this point in the history
This change does repurpose the language selector of mkdocs-material
to allow user to switch from one project to another.
  • Loading branch information
ssbarnea committed Dec 12, 2023
1 parent 913f03e commit f39d7c1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ theme:
- search.share
- search.suggest
- toc.integrate
icon:
alternate: fontawesome/solid/diagram-project

extra:
generator: false
Expand All @@ -55,6 +57,31 @@ extra:
- icon: fontawesome/brands/github-alt
link: https://github.com/ansible/ansible-dev-tools
name: GitHub
alternate:
- name: ansible-dev-tools
link: https://ansible.readthedocs.io/projects/dev-tools/
- name: ansible-lint
link: https://ansible.readthedocs.io/projects/lint/
- name: ansible-navigator
link: https://ansible.readthedocs.io/projects/navigator/
- name: molecule
link: https://ansible.readthedocs.io/projects/molecule/
- name: vscode-ansible (github marketplace)
link: https://marketplace.visualstudio.com/items?itemName=redhat.ansible
- name: creator-ee (github)
link: https://github.com/ansible/creator-ee
- name: pytest-ansible
link: https://github.com/ansible-community/pytest-molecule
- name: tox-ansible
link: https://ansible.readthedocs.io/projects/tox-ansible/
- name: creator
linke: https://github.com/ansible/ansible-creator
- name: ansible-compat
link: https://github.com/ansible/ansible-compat
- name: team-devtools
link: https://github.com/ansible/team-devtools
- name: mkdocs-ansible
link: https://github.com/ansible/mkdocs-ansible

nav:
- Home: index.md
Expand Down

0 comments on commit f39d7c1

Please sign in to comment.