diff --git a/config/id/mkdocs.yml b/config/id/mkdocs.yml index 133567370..a04947884 100644 --- a/config/id/mkdocs.yml +++ b/config/id/mkdocs.yml @@ -133,9 +133,7 @@ plugins: assets: false links_attr_map: target: _blank - - search: - lang: - - en # id (Indonesian) is not supported as of June 2025. See https://www.mkdocs.org/user-guide/configuration/#search + - search - redirects: redirect_maps: 'getting-started/what-is-GTFS.md': 'index.md' diff --git a/config/zh-TW/mkdocs.yml b/config/zh-TW/mkdocs.yml index 394091e6f..52c10c8dd 100644 --- a/config/zh-TW/mkdocs.yml +++ b/config/zh-TW/mkdocs.yml @@ -133,11 +133,7 @@ plugins: assets: false links_attr_map: target: _blank - - search: - lang: - - en # Lunr Languages does not currently include support for Chinese or other Asian languages. However, some users have reported decent results using Japanese. - # Option search.lang 'zh-TW' is not supported, falling back to 'en'. Possible fix: - # https://squidfunk.github.io/mkdocs-material/blog/2022/05/05/chinese-search-support/ + - search - redirects: redirect_maps: 'getting-started/what-is-GTFS.md': 'index.md' diff --git a/config/zh/mkdocs.yml b/config/zh/mkdocs.yml index 111233b65..d64b09994 100644 --- a/config/zh/mkdocs.yml +++ b/config/zh/mkdocs.yml @@ -133,9 +133,7 @@ plugins: assets: false links_attr_map: target: _blank - - search: - lang: - - zh # Lunr Languages does not currently include support for Chinese or other Asian languages. However, some users have reported decent results using Japanese. + - search - redirects: redirect_maps: 'getting-started/what-is-GTFS.md': 'index.md'