jean-humann / docs-to-pdf

Generate PDF for document website 🧑‍🔧
https://www.npmjs.com/package/docs-to-pdf
MIT License
87 stars 14 forks source link

Add support for Docusaurus v3.x #338

Open jetamartin opened 7 months ago

jetamartin commented 7 months ago

I think the title says it all.

rishabmahesh commented 6 months ago

It seems to be working for Docusaurus version 3.0.1. I haven't tried the other versions in 3.x

patrykgz commented 6 months ago

works on v3.1.1 - should the readme be updated?

herodrigues commented 2 months ago

It works on v3, but not using /docs as the initial URL. It has to be an actual page.

In the Docusaurus tutorial example project, the URL would be http://docusaurus.io/docs/intro or something else.