Remove note_import_layers from theme documentation

This commit is contained in:
Pieter Vander Vennet 2022-11-30 21:42:29 +01:00
parent 8cb02da127
commit 327a01cb7c
54 changed files with 1 additions and 124 deletions

View file

@ -218,7 +218,7 @@ export class AllKnownLayouts {
new Title(new Combine([theme.title, "(", theme.id + ")"]), 2),
theme.description,
"This theme contains the following layers:",
new List(theme.layers.map((l) =>
new List(theme.layers.filter(l => !l.id.startsWith("note_import_")).map((l) =>
new Link(l.id, "../Layers/"+l.id+".md"))),
"Available languages:",
new List(theme.language.filter(ln => ln !== "_context")),