-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Plugin
@knodes/typedoc-plugin-pages
Typedoc plugin(s) version(s)
@knodes/[email protected]
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.