Chore: update docs

This commit is contained in:
Pieter Vander Vennet 2023-10-07 03:04:29 +02:00
parent a06e513c4f
commit cda5805307
165 changed files with 12878 additions and 401 deletions

View file

@ -31,6 +31,7 @@
+ [translation](#translation)
+ [icon](#icon)
+ [fediverse](#fediverse)
+ [id](#id)
@ -320,6 +321,14 @@ Makes sure that a valid .svg-path is added
Validates fediverse addresses and normalizes them into `@username@server`-format
Validates fediverse addresses and normalizes them into `@username@server`-format
### id
Checks for valid identifiers for layers, will automatically replace spaces and uppercase
This document is autogenerated from [src/UI/InputElement/Validators.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/UI/InputElement/Validators.ts)