forked from MapComplete/MapComplete
Studio: fix: include last section of intro
This commit is contained in:
parent
f1a1565eb8
commit
d9b8d7613b
4 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,6 @@ import questions from "../src/assets/generated/layers/questions.json"
|
||||||
import { LayerConfigJson } from "../src/Models/ThemeConfig/Json/LayerConfigJson"
|
import { LayerConfigJson } from "../src/Models/ThemeConfig/Json/LayerConfigJson"
|
||||||
import { Utils } from "../src/Utils"
|
import { Utils } from "../src/Utils"
|
||||||
import { TagUtils } from "../src/Logic/Tags/TagUtils"
|
import { TagUtils } from "../src/Logic/Tags/TagUtils"
|
||||||
|
|
||||||
function WriteFile(
|
function WriteFile(
|
||||||
filename,
|
filename,
|
||||||
html: string | BaseUIElement,
|
html: string | BaseUIElement,
|
||||||
|
@ -324,6 +323,7 @@ function studioDocs() {
|
||||||
line = line.replace('src="../../', 'src="./')
|
line = line.replace('src="../../', 'src="./')
|
||||||
currentSection.push(line)
|
currentSection.push(line)
|
||||||
}
|
}
|
||||||
|
sections.push(currentSection)
|
||||||
writeFileSync(
|
writeFileSync(
|
||||||
"./src/assets/studio_introduction.json",
|
"./src/assets/studio_introduction.json",
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
|
|
0
src/UI/Studio/EditTheme.svelte
Normal file
0
src/UI/Studio/EditTheme.svelte
Normal file
0
src/UI/Studio/ShowConversionMessages.svelte
Normal file
0
src/UI/Studio/ShowConversionMessages.svelte
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue