Skip to content

Commit 92fc7f0

Browse files
authored
Add ability to switch to other sister projects (#77)
This change does repurpose the language selector of mkdocs-material to allow user to switch from one project to another.
1 parent b449402 commit 92fc7f0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

mkdocs.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ theme:
3333
- search.share
3434
- search.suggest
3535
- toc.integrate
36+
icon:
37+
alternate: fontawesome/solid/diagram-project
3638

3739
extra:
3840
generator: false
@@ -55,6 +57,33 @@ extra:
5557
- icon: fontawesome/brands/github-alt
5658
link: https://github.com/ansible/ansible-dev-tools
5759
name: GitHub
60+
alternate:
61+
- name: ansible-dev-tools
62+
link: https://ansible.readthedocs.io/projects/dev-tools/
63+
- name: ansible-lint
64+
link: https://ansible.readthedocs.io/projects/lint/
65+
- name: ansible-navigator
66+
link: https://ansible.readthedocs.io/projects/navigator/
67+
- name: molecule
68+
link: https://ansible.readthedocs.io/projects/molecule/
69+
- name: vscode-ansible (github marketplace)
70+
link: https://marketplace.visualstudio.com/items?itemName=redhat.ansible
71+
- name: creator-ee (github)
72+
link: https://github.com/ansible/creator-ee
73+
- name: pytest-ansible
74+
link: https://github.com/ansible-community/pytest-molecule
75+
- name: tox-ansible
76+
link: https://ansible.readthedocs.io/projects/tox-ansible/
77+
- name: creator
78+
linke: https://github.com/ansible/ansible-creator
79+
- name: ansible-compat
80+
link: https://github.com/ansible/ansible-compat
81+
- name: ansible-development-environment
82+
link: https://github.com/ansible/ansible-development-environment
83+
- name: team-devtools
84+
link: https://github.com/ansible/team-devtools
85+
- name: mkdocs-ansible
86+
link: https://github.com/ansible/mkdocs-ansible
5887

5988
nav:
6089
- Home: index.md

0 commit comments

Comments
 (0)