Remove note_import_layers from theme documentation
This commit is contained in:
parent
8cb02da127
commit
327a01cb7c
54 changed files with 1 additions and 124 deletions
|
@ -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")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue