pulp / pulp-docs

Python Package to help aggregating Pulp's multirepo ecosystem into a unified doc.
https://pedro-psb.github.io/pulp-docs/
2 stars 4 forks source link

Add internal link checker #34

Open pedro-psb opened 4 months ago

pedro-psb commented 4 months ago

Although link checking will not be strictly static (it may try to build the site), I'd like to put it under a general linting category of commands. For now, the only "linter" would be internal link checker (should we add external as well?)

# run all linting on all code
pulp-docs lint

# run link-check on all code
pulp-docs lint --linters link-check

# run link-check on pulp-docs only
pulp-docs lint --linters link-check --repos pulp-docs

Approaches Considered