Chore: regenerate docs

This commit is contained in:
Pieter Vander Vennet 2023-07-27 01:56:36 +02:00
parent 9303227ddf
commit 40f82c1080

View file

@ -68,8 +68,8 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
The language to display MapComplete in.
The user display language is determined in the following order:
1. Use the language as set by the URL-parameter `language`. This will _disable_ setting the language by the user
1. If the user did log in and did set their language before with MapComplete, use this language. This language selection is synchronized accross devices using the openstreetmap.org user preferences.
2. Use the language as set by the URL-parameter `language` (following ISO 639-1 | ex. `language=nl`). This will _disable_ saving the language to localStorage in case a non-logged-in user changes their language
3. If the user visited MapComplete before and did change their language manually, this changed language will be saved in local storage. Use the language from local storage
4. Use the navigator-language (if available)
5. Use English
@ -343,11 +343,8 @@ This documentation is defined in the source code at [FeatureSwitchState.ts](/Log
Wether or not the layer with id <layer-id> is shown
<<<<<<< HEAD
This documentation is defined in the source code at [QueryParameterDocumentation.ts](/UI/QueryParameterDocumentation.ts#L52)
The default value is _true_
=======
>>>>>>> 124cfad8f (Docs: Improve docs, fix doc script)
This document is autogenerated from [src/Logic/Web/QueryParameters.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/Logic/Web/QueryParameters.ts), [src/UI/QueryParameterDocumentation.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/UI/QueryParameterDocumentation.ts)