buildpacks / docs

Web content for Cloud Native Buildpacks
https://buildpacks.io
Apache License 2.0
29 stars 154 forks source link

Add Vale linter for doc quality checks #699

Open Ayush9026 opened 2 months ago

Ayush9026 commented 2 months ago

Summary

The Vale Linter (natural language linter) implements spell check and other basic rules.

_https://github.com/errata-ai/vale

Proposed Changes:

1.Integrate a natural language linter like Vale into the CNB documentation workflow. 2.Implement spell check and grammar rules to ensure consistent language usage across all documentation pages. 3.Define style libraries and extension points within the linter to enforce project-specific writing guidelines and conventions. 4.Configure the linter to check for common writing errors, improve readability, and suggest enhancements for technical content. 5.Provide guidelines and documentation on how contributors can use the linter during the documentation writing and review process.

What questions should this documentation answer?

Who is the target audience for this documentation?

Additional Information

Benefits:

Ayush9026 commented 2 months ago

/assign @Ayush9026