forked from MapComplete/MapComplete
Docs: move theme and layer overview up
This commit is contained in:
parent
8198bd9742
commit
5f447782f9
1 changed files with 2 additions and 2 deletions
|
@ -778,11 +778,11 @@ export class GenerateDocs extends Script {
|
|||
// The directories to run over:
|
||||
const directories: [string, Translation | string][] = [
|
||||
["", ""],
|
||||
["Studio", "For theme builders"],
|
||||
["Dev", "For developers"],
|
||||
["Layers", new Translation({ en: "Overview of layers", nl: "Overzicht van de lagen" })],
|
||||
["Themes", new Translation({ en: "Overview of map themes", nl: "Overzicht van de themas" })],
|
||||
["UserTests", "Usability tests with users"],
|
||||
["Studio", "For theme builders"],
|
||||
["Dev", "For developers"],
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue