Plugin
@knodes/typedoc-plugin-pages
Typedoc plugin(s) version(s)
@knodes/typedoc-plugin-pages@0.23.4
Typedoc version
0.24.6
Describe the problem
Hi, thanks for all your work on this plugin!
I am having trouble with the menu in the output.
Here is my config:
{
"pluginPages": {
"source": "docs",
"pages": [
{
"name": "Configuration",
"childrenSourceDir": "./docs",
"children": [
{
"name": "CLI usage",
"source": "cli.md"
},
{
"name": "Node.js usage",
"source": "node.md"
},
{
"name": "Templates",
"source": "templates.md"
},
{
"name": "Configuration Files",
"source": "configuration_files.md"
}
]
}
]
}
}
But the output looks like this (notice the duplication, highlighted in red):

What did you expected ?
I expect the pages to be the bottom of the navigation in these subsections. Not sure what I've done wrong.
I have toyed around with childrenDir, childrenSourceDir and children sub-grouping but to no avail.
Plugin
@knodes/typedoc-plugin-pages
Typedoc plugin(s) version(s)
@knodes/typedoc-plugin-pages@0.23.4
Typedoc version
0.24.6
Describe the problem
Hi, thanks for all your work on this plugin!
I am having trouble with the menu in the output.
Here is my config:
{ "pluginPages": { "source": "docs", "pages": [ { "name": "Configuration", "childrenSourceDir": "./docs", "children": [ { "name": "CLI usage", "source": "cli.md" }, { "name": "Node.js usage", "source": "node.md" }, { "name": "Templates", "source": "templates.md" }, { "name": "Configuration Files", "source": "configuration_files.md" } ] } ] } }But the output looks like this (notice the duplication, highlighted in red):
What did you expected ?
I expect the pages to be the bottom of the navigation in these subsections. Not sure what I've done wrong.
I have toyed around with
childrenDir,childrenSourceDirandchildrensub-grouping but to no avail.