Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions config/id/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 1 addition & 5 deletions config/zh-TW/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 1 addition & 3 deletions config/zh/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down