mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
load api subendpoints
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user