toc-patching #61

Merged
fred.boniface merged 4 commits from toc-patching into main 2024-11-10 19:09:00 +00:00
Showing only changes of commit fbfb97f71f - Show all commits

View File

@ -39,7 +39,7 @@ function sortAndMergeYAMLFiles() {
if (item.stops.length > 0) {
outputString += ` - code: "${item.code}"\n`;
outputString += ` stops: [${item.stops.map(stop => `${stop}`).join(',')}]\n`;
outputString += ` toc: "gw"\n`;
outputString += ` toc: "${item.toc || "gw"}"\n`;
}
});