Docs: move theme and layer overview up

This commit is contained in:
Pieter Vander Vennet 2025-10-08 10:24:39 +02:00
parent 8198bd9742
commit 5f447782f9

View file

@ -778,11 +778,11 @@ export class GenerateDocs extends Script {
// The directories to run over: // The directories to run over:
const directories: [string, Translation | string][] = [ const directories: [string, Translation | string][] = [
["", ""], ["", ""],
["Studio", "For theme builders"],
["Dev", "For developers"],
["Layers", new Translation({ en: "Overview of layers", nl: "Overzicht van de lagen" })], ["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" })], ["Themes", new Translation({ en: "Overview of map themes", nl: "Overzicht van de themas" })],
["UserTests", "Usability tests with users"], ["UserTests", "Usability tests with users"],
["Studio", "For theme builders"],
["Dev", "For developers"],
] ]