forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
d3b6c090f3
commit
332f960f86
57 changed files with 2884 additions and 1972 deletions
|
@ -235,12 +235,7 @@ function generateProjectsOverview(files: string[]) {
|
|||
const projectList = readFileSync(tagInfoList, { encoding: "utf8" })
|
||||
.split("\n")
|
||||
.filter((entry) => entry.indexOf("mapcomplete_") < 0)
|
||||
.concat(
|
||||
files.map(
|
||||
(f) =>
|
||||
`${f} https://docs.mapcomplete.org/TagInfo/${f}.json`
|
||||
)
|
||||
)
|
||||
.concat(files.map((f) => `${f} https://docs.mapcomplete.org/TagInfo/${f}.json`))
|
||||
.sort()
|
||||
.filter((entry) => entry != "")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue