Docs: improve documentation with quick overview table of the most important questions

This commit is contained in:
Pieter Vander Vennet 2025-04-10 04:52:38 +02:00
parent 4078b33a87
commit aa5c309887
6 changed files with 78 additions and 20 deletions

View file

@ -406,6 +406,7 @@ class LayerOverviewUtils extends Script {
for (const tr of sharedQuestions.tagRenderings) {
const tagRendering = <QuestionableTagRenderingConfigJson>tr
tagRendering._definedIn = ["questions", tr["id"]]
dict.set(tagRendering["id"], tagRendering)
}