feat(docs): Evolve and standardize the documentation workflow - #88
Merged
Conversation
erinecon
commented
Aug 25, 2025
weiiwang01
approved these changes
Aug 26, 2025
srbouffard
approved these changes
Aug 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This PR builds upon our team's commitment to high-quality documentation by formalizing and standardizing our style-checking workflow.
It evolves our existing efforts of checking against the Canonical Documentation Style Guide (
praecepta) into a fully integrated,vale-nativeprocess. This more streamlined approach unlocks powerful new capabilities for the team, including:maketargets for reliable local validation, in line with CI validation.Key Changes
CI Automation:
Layered Vale Configuration:
.vale.iniandaccept.txtallow for project-specific vocabulary and rule overrides.praecepta), ensuring we stay aligned with broader company standards.Improved Local Experience:
MakefileandMakefile.docsprovide simple targets for authors to validate their work locally before pushing.make vale,make lycheeormake docs-checklocally is now identical to the checks run in CI, eliminating surprises.Interested in adding this workflow to a project?
You can add this entire standardized workflow to your own repository with a single command.
First, ensure you are in the root of your project on a new branch (not
main), then run:bash <(curl -sSL "https://raw.githubusercontent.com/srbouffard/vale-workflow-template/main/bootstrap.sh?$(date +%s)")The script is interactive and will guide you through the setup.
Juju events changes
None
Module changes
None
Library changes
None
Checklist
urgent,trivial,complex)Either discourse-gatekeeper will update the documentation, or I will upon the approval of this PR.