forked from MapComplete/MapComplete
Docs: add dutch, support for generated documentation in non-repo location, remove from housekeeping
This commit is contained in:
parent
b4cb1b97cc
commit
b4d89e48f5
8 changed files with 171 additions and 45 deletions
|
@ -4,7 +4,6 @@ import { Translation } from "../src/UI/i18n/Translation"
|
|||
import { readFileSync, writeFileSync } from "fs"
|
||||
import ThemeConfig from "../src/Models/ThemeConfig/ThemeConfig"
|
||||
import LayerConfig from "../src/Models/ThemeConfig/LayerConfig"
|
||||
import { Utils } from "../src/Utils"
|
||||
import { Lists } from "../src/Utils/Lists"
|
||||
import { Strings } from "../src/Utils/Strings"
|
||||
|
||||
|
@ -239,7 +238,7 @@ function generateProjectsOverview(files: string[]) {
|
|||
.concat(
|
||||
files.map(
|
||||
(f) =>
|
||||
`${f} https://source.mapcomplete.org/MapComplete/MapComplete/raw/branch/develop/Docs/TagInfo/${f}.json`
|
||||
`${f} https://docs.mapcomplete.org/TagInfo/${f}.json`
|
||||
)
|
||||
)
|
||||
.sort()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue