diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-02-16 12:09:09 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-02-16 12:09:09 -0500 |
commit | 131cca2b51867a5b4d80b8fa5cd0c200d08fc754 (patch) | |
tree | 516e0c920fd216c3eadc030462f3bbc00d6f1d4e | |
parent | d94d690d67a2682ca552a27fe65760141685dcfa (diff) | |
download | kutter-131cca2b51867a5b4d80b8fa5cd0c200d08fc754.tar.gz kutter-131cca2b51867a5b4d80b8fa5cd0c200d08fc754.tar.xz kutter-131cca2b51867a5b4d80b8fa5cd0c200d08fc754.zip |
docs: Change the klipper3d.org "language selection" icon
Change from the "material translate icon" to the "material language
icon" for the language selection icon. (The "material language icon"
is an alias for the "material web icon" and it seems we can't use the
alias, so we directly set the icon to "material/web".)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/_klipper3d/mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_klipper3d/mkdocs.yml b/docs/_klipper3d/mkdocs.yml index a47ddbc8..539e3264 100644 --- a/docs/_klipper3d/mkdocs.yml +++ b/docs/_klipper3d/mkdocs.yml @@ -49,6 +49,7 @@ theme: favicon: img/favicon.ico icon: repo: fontawesome/brands/github + alternate: material/web features: #- navigation.tabs #- navigation.expand |