@@ -139,25 +139,25 @@ nav:
139139
140140plugins :
141141 - search :
142- lang :
143- - en
144- - uk
145- - zh-TW
142+ lang : [en, uk, zh-TW]
146143 - macros
147144 - ezlinks
148145 - glightbox
149146 - section-index
150147
151- # This part is for organising languages in specific folders
152- # Using a folder per language structure
153- # https://ultrabug.github.io/mkdocs-static-i18n/
148+ # This part is for organising languages in specific folders
149+ # Using a folder per language structure
150+ # https://ultrabug.github.io/mkdocs-static-i18n/
154151 - i18n :
155152 docs_structure : folder
156153 reconfigure_material : true
157154 languages :
158- - locale : en
155+ - # ISO code of your language
156+ locale : en
157+ # Name of your languge
159158 name : English
160159 default : true
160+ # Day/Night toggle
161161 theme :
162162 palette :
163163 - toggle :
@@ -166,28 +166,46 @@ plugins:
166166 name : Switch to dark mode
167167 - toggle :
168168 name : Switch to system preference
169+ # Translate copyright statement
169170 copyright : © 2013–2023 OpenStreetMap and contributors, <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/2.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank">Creative Commons Attribution-ShareAlike 2.0 Generic License</a>.
170171 nav_translations :
172+ # Menu item name for the /index.md
171173 Home : Switch2OSM
174+ # Menu item name for the /why-switch.md
172175 Why : Why Switch?
176+ # Menu item name for the /case-studies.md
173177 Cases : Case Studies
178+ # Menu item name for the /the-basics.md
174179 Basics : The Basics
180+ # Menu item name for the "Using Tiles" tab
175181 Using : Using Tiles
176- # Own tiles: Switch to using OSM tiles
182+ # Menu item name for the side menu
177183 Leaflet : Getting started with Leaflet
184+ # Menu item name for the side menu
178185 OpenLayers : Getting started with OpenLayers
186+ # Menu item name for the side menu
179187 Vector Tiles : Power of Vector Map Tiles
188+ # Menu item name for the "Serving Tiles" tab
180189 Serving : Serving Tiles
181- # Serving tiles: Serving your own tiles
190+ # Serving tiles: Manually building a tile server
182191 Manually : Manually building a tile server
192+ # Serving tiles: Using a Docker container
183193 Docker : Using a Docker container
194+ # Serving tiles: Monitoring using Munin
184195 Munin : Monitoring using Munin
196+ # Serving tiles: Updating your database as people edit OpenStreetMap
185197 Updating : Updating your database as people edit OpenStreetMap
198+ # Serving tiles: Vector Map Tiles
186199 Serving vector tiles : Vector Map Tiles
200+ # Vector Map Tiles: Steps to Serve Vector Map Tiles
187201 Steps : General steps
202+ # Vector Map Tiles: Getting started with TileServer GL
188203 TileServer GL : Getting started with TileServer GL
204+ # Menu item name for the /other-uses.md
189205 Other : Other Uses
206+ # Menu item name for the /providers.md
190207 Providers : Providers
208+ # Menu item name for the /find-out-more.md
191209 More : Getting help
192210 - locale : uk
193211 name : Українська
0 commit comments