Scripts: documentation script now also shows hidden themes in layer used themes

This commit is contained in:
Pieter Vander Vennet 2024-02-28 02:07:31 +01:00
parent 33d450047d
commit ca1e4eba29

View file

@ -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