What problem does it solve?
Maintaining a large Docusaurus documentation site makes it easy to ship broken links, missing images, and unresolved reST cross-references that degrade the reader experience. This Skill provides the exact commands to build, preview, and verify the Flet documentation website before publishing.
Core Features & Use Cases
- Production Build with Link Checking: Runs
yarn build in the website directory, which automatically fails on broken links and anchors.
- Broken Image Detection: Scans generated HTML for image references that do not exist in the build output.
- Unresolved reST Reference Detection: Greps built pages for raw
:attr:, :class:, :meth:, and :func: roles that failed to resolve into links.
- Use Case: After editing Flet documentation pages, run the full build and verification checks to confirm no broken links, missing images, or unresolved cross-references were introduced before merging.
Quick Start
Build the Flet documentation website and check it for broken links, broken images, and unresolved reST cross-references.