Is there a way to see a preview of generated targe...
# development
p
Is there a way to see a preview of generated target / field documentation for a PR? https://github.com/pantsbuild/pants/pull/21807 is supposed to fix some markdown formatting quriks for some lists and tables. I'm hoping there's a way to make sure the rendering actually works before merging this. For example, can I preview this page for a PR? https://www.pantsbuild.org/stable/reference/targets/nfpm_rpm_package
f
Maybe generate the
docs/reference/help-all.json
file used in https://github.com/pantsbuild/pantsbuild.org/?
Then just load up the site in a browser.