Sebastián Ramírez
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
1 deletions
-
docs/en/mkdocs.yml
-
scripts/docs.py
|
|
|
@ -331,6 +331,8 @@ extra: |
|
|
|
name: tr - Türkçe |
|
|
|
- link: /uk/ |
|
|
|
name: uk - українська мова |
|
|
|
- link: /zh-hant/ |
|
|
|
name: zh-hant - 繁體中文 |
|
|
|
extra_css: |
|
|
|
- css/termynal.css |
|
|
|
- css/custom.css |
|
|
|
|
|
|
|
@ -31,7 +31,7 @@ SUPPORTED_LANGS = { |
|
|
|
"tr", |
|
|
|
"uk", |
|
|
|
# "zh", |
|
|
|
# "zh-hant", |
|
|
|
"zh-hant", |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|