Remove unused keywords frontmatter - #5162
Closed
lennessyy wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
lennessyy
force-pushed
the
add-ai-review-rules
branch
from
August 21, 2026 22:04
af44c2d to
fd0898f
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds focused documentation-review guidance and removes unused keywords frontmatter.
Changes:
- Adds review rules covering collateral changes, structure, and tone.
- Removes
keywordsfrom 627 documentation and fixture pages. - Normalizes trailing blank lines in several generated pages.
Reviewed changes
Copilot reviewed 300 out of 627 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
AGENTS.md |
Adds documentation-review guidance. |
docs/**/*.mdx |
Removes unused keywords frontmatter. |
fixtures/docs/**/*.mdx |
Updates Markdown-pipeline fixtures accordingly. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -5,9 +5,6 @@ sidebar_label: Overview | |||
| description: Complete command reference for the Temporal CLI, including the cloud extension. | |||
| slug: /cli/command-reference | |||
| toc_max_heading_level: 4 | |||
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.
Summary
keywordsfrontmatter fields from documentation and Markdown-pipeline fixturesValidation
yarn testyarn buildvale --config .vale-ci.ini docs/The Vale check reports no errors or warnings; its suggestion-level findings are pre-existing.