When running the Docusaurus generator with multiple packages, the generated sidebar reference only takes one package.
Expected behavior
The generated sidebar reference should take all the specified packages in the config file.
Step to reproduce
Copy the school package in example/src with another name (for instance, school_bis)
In example/docusaurus/pydoc-markdown.yml, add the field packages: [school, school_bis]
Run pydoc-markdown and observe the content of docusaurus-example/docs/reference/sidebar.json: it only contains references to the first package, not the second one. Note that the markdown files are correctly generated, it is only the references that are lacking in the sidebar.
Hello everyone :)
Environment
Describe the bug
When running the Docusaurus generator with multiple packages, the generated sidebar reference only takes one package.
Expected behavior
The generated sidebar reference should take all the specified packages in the config file.
Step to reproduce
school
package inexample/src
with another name (for instance,school_bis
)example/docusaurus/pydoc-markdown.yml
, add the fieldpackages: [school, school_bis]
pydoc-markdown
and observe the content ofdocusaurus-example/docs/reference/sidebar.json
: it only contains references to the first package, not the second one. Note that the markdown files are correctly generated, it is only the references that are lacking in the sidebar.