You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a check that runs regularly in CI (e.g. at least once daily) that crawls all deployed versions (even those not accessible from the nav) of the docs site and notifies us of any broken links.
Failure of the workflow is sufficient notification for now.
The text was updated successfully, but these errors were encountered:
Link checking will soon happen from the CometBFT docs repo, as per cometbft/cometbft-docs#54.
Already, the Jekyll build restructures the documentation, resulting in broken links in Markdown that will be correctly rendered only once deployed to the docs site (e.g. the `/spec` directory is moved into `/docs/spec`, and the `rpc/openapi/*` contents are moved into `/docs/rpc/` during the build for each version of the docs).
---
#### PR checklist
- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
Follow-up to #25.
We need a check that runs regularly in CI (e.g. at least once daily) that crawls all deployed versions (even those not accessible from the nav) of the docs site and notifies us of any broken links.
Failure of the workflow is sufficient notification for now.
The text was updated successfully, but these errors were encountered: