NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
453 stars 102 forks source link

Fix docusaurus example to work with beta release #235

Closed chris-stetter closed 2 years ago

chris-stetter commented 2 years ago

Since some beta version new files and folders with a prefix underscore will be excluded by docusarus (https://github.com/facebook/docusaurus/issues/6044). The example generates underscore files from the corresponding Python files though. I have updated doscusaurus and the documentation.

NiklasRosenstein commented 2 years ago

Thanks @chrisstetter , happy to merge after the little fix I requested. 👍

lucacorbucci commented 2 years ago

Hi @chrisstetter I am trying to run the example with docusaurus but I am having some problems. Do you know if the latest version of docusaurus has broken anything?

chris-stetter commented 2 years ago

I have not tried the latest version yet, so unfortunately I do not know. It is on my agenda but will take some time to be honest.

lucacorbucci commented 2 years ago

Thank you for your reply @chrisstetter