mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-07-26 22:22:08 +00:00
Docs(deploy): Fix: language switcher
This commit is contained in:
parent
21e82e8143
commit
a2ab339f99
2 changed files with 10 additions and 8 deletions
|
|
@ -7,4 +7,6 @@ To push docs deployment action commit must start with `Docs(deploy):` prefix and
|
|||
## v1.0.1
|
||||
- Fix: ...
|
||||
## v1.0.2
|
||||
- Fix: ...
|
||||
- Fix: ...
|
||||
## v1.0.3
|
||||
- Fix: language switcher
|
||||
14
mkdocs.yml
14
mkdocs.yml
|
|
@ -48,13 +48,13 @@ extra:
|
|||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/LimeDrive/stream-fusion
|
||||
alternate:
|
||||
- name: Français
|
||||
link: /fr/
|
||||
lang: fr
|
||||
- name: English
|
||||
link: /en/
|
||||
lang: en
|
||||
# alternate:
|
||||
# - name: Français
|
||||
# link: /fr/
|
||||
# lang: fr
|
||||
# - name: English
|
||||
# link: /en/
|
||||
# lang: en
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
|
|
|
|||
Loading…
Reference in a new issue