-
Notifications
You must be signed in to change notification settings - Fork 129
chore: ignore docs quality checks for legal documents #1903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview for this PR was built for commit |
Preview for this PR was built for commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but let's wait for @mnmkng approval as well
This likely broke all the legal pages, I dont think you can put anything above the frontmatter. The legal page now looks like this: ![]() |
Apologies again, I should have tested it out more thoroughly 🙇♂️ |
Extracted from #1890 Context is explained by @TC-MO in this comment: #1890 (comment) > @mnmkng context for you, in `/legal` I moved `<!-- vale off --> comment before frontmantter to not have the new rule targeting H1's affect anything. Also I've added ` I don't think you were using it and it was throwing a lot of false positives when working locally on docs repo. But if you are indeed using it, we can revert this change easily. > > * The goal here is it create new rule for Vale targeting H1's to prevent issues with the LLM buttons > * It also led to issues with the custom rules I've created previously so this PR should fix that > * I also took this opporunity to update the packages for `write-good` & `msoft style guide` that we use in docs
Extracted from #1890 Context is explained by @TC-MO in this comment: #1890 (comment)