load api subendpoints

This commit is contained in:
Pascal Fischer
2023-05-10 01:57:25 +02:00
parent 6131138e65
commit fb20ff54e2
20 changed files with 88 additions and 166 deletions

View File

@@ -101,7 +101,8 @@ function getSections(node) {
sections.push(`{
title: ${JSON.stringify(toString(child))},
id: ${JSON.stringify(child.properties.id)},
tagName: ${JSON.stringify(child.tagName)},
tagName: ${JSON.stringify(child.tagName)},
tag: ${JSON.stringify(child.tag)},
...${child.properties.annotation}
}`)
} else if (child.children) {