Remove unused keywords frontmatter - #5163
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
lennessyy
marked this pull request as ready for review
August 21, 2026 22:07
lennessyy
requested review from
a team,
bechols and
tlotemporal
as code owners
August 21, 2026 22:07
Contributor
There was a problem hiding this comment.
Pull request overview
Removes unused keywords frontmatter from documentation and Markdown-pipeline fixtures.
Changes:
- Removes
keywordsmetadata across documentation sections and SDK guides. - Updates corresponding Markdown fixtures.
- Removes incidental trailing blank lines from several generated references.
Reviewed changes
Copilot reviewed 300 out of 627 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
fixtures/docs/**/*.mdx |
Removes fixture keyword metadata. |
docs/{web-ui,security,integrations}.mdx |
Removes unused frontmatter. |
docs/{troubleshooting,tctl-v1,references}/**/*.mdx |
Removes unused frontmatter. |
docs/{production-deployment,evaluate,encyclopedia}/**/*.mdx |
Removes unused frontmatter. |
docs/develop/**/*.mdx |
Removes keyword metadata from SDK guides. |
docs/{demos,cloud,cli,best-practices}/**/*.mdx |
Removes unused frontmatter and incidental EOF whitespace. |
docs/guides/index.mdx |
Removes unused frontmatter. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| keywords: | ||
| - serverless | ||
| - typescript sdk | ||
| - worker | ||
| tags: |
Contributor
Author
There was a problem hiding this comment.
Don't lie. Those lines are cleaned up
Duncanma
approved these changes
Aug 21, 2026
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.