Anders Brams
Anders Brams
@notaphplover Let me know if I can be helpful in getting this merged or getting the project green 🙂
@dcavanagh Tried my best to resolve the conflicts. Unfortunately, the new linter lints my dist/ folder, so I can't run tests anymore to verify that everything works. In the future...
Rebased with changes from @rev42, tests now pass again - thank you! @dcavanagh Ready to merge now?
@DetachHead This touches a lot of stuff, so it will probably be a huge pain to merge with future pyright releases... Don't know how you typically handle this. Let me...
Just saw this merged in #486 , awesome stuff, let me know if you need some help getting provider documentation in place as well.
I think your plan sounds fine. AFAIK `terraform-plugin-docs` always generates Markdown files in a directory hierarchy, so storing these as-is from an upload is fine I think. There are plenty...
Oh I see, that makes sense. I thought you meant prerendering the HTML, but serving the entire documentation in a single HTTP call makes a lot of sense.