JuliaDocs / DocumentationGenerator.jl

MIT License
21 stars 7 forks source link

Use RegistryInstances #201

Open mortenpi opened 1 year ago

mortenpi commented 1 year ago

I'm not actually that knowledgeable about RegistryInstances, but I think (hope) that it would allow us to get rid of all the custom registry parsing we do here:

https://github.com/JuliaDocs/DocumentationGenerator.jl/blob/e553973f0387f3136a1066b67d6020ce27b462d9/src/utils/pkgtools.jl#L312-L354

And also it would hopefully support the zipped up registry format out of the box as well.