Scripts: documentation script now also shows hidden themes in layer used themes
This commit is contained in:
parent
33d450047d
commit
ca1e4eba29
1 changed files with 0 additions and 3 deletions
|
@ -314,9 +314,6 @@ export class GenerateDocs extends Script {
|
|||
const themesPerLayer = new Map<string, string[]>()
|
||||
|
||||
for (const layout of Array.from(AllKnownLayouts.allKnownLayouts.values())) {
|
||||
if (layout.hideFromOverview) {
|
||||
continue
|
||||
}
|
||||
for (const layer of layout.layers) {
|
||||
if (!builtinLayerIds.has(layer.id)) {
|
||||
// This is an inline layer
|
||||
|
|
Loading…
Reference in a new issue