Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request systematically renames documentation files and their references from camelCase to kebab-case naming convention, improving consistency and following common URL conventions for documentation websites.
Key Changes:
- Implemented a
camelToKebabhelper function inConfigOverview.tsxto dynamically convert camelCase configuration names to kebab-case URLs - Renamed all config/test and api/rstest documentation files from camelCase to kebab-case (e.g.,
setupFiles.mdx→setup-files.mdx) - Updated all internal documentation links to reference the new kebab-case filenames
- Updated
_meta.jsonfiles to reflect the new kebab-case structure
Reviewed Changes
Copilot reviewed 29 out of 67 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/theme/components/ConfigOverview.tsx | Added camelToKebab function to dynamically convert config names to kebab-case URLs |
| website/docs/zh/guide/start/quick-start.mdx | Updated link from /config/test/includeSource to /config/test/include-source |
| website/docs/zh/guide/start/features.mdx | Updated links from camelCase to kebab-case format |
| website/docs/zh/guide/migration/jest.mdx | Updated setupFiles link to kebab-case |
| website/docs/zh/guide/basic/test-filter.mdx | Updated testNamePattern link to kebab-case |
| website/docs/zh/guide/basic/cli.mdx | Updated multiple CLI parameter documentation links to kebab-case |
| website/docs/zh/config/test/*.mdx (19 files) | Created new kebab-case documentation files for test configuration options |
| website/docs/zh/config/test/_meta.json | Updated file list from camelCase to kebab-case |
| website/docs/zh/api/rstest/*.mdx (4 files) | Created new kebab-case documentation files for rstest API |
| website/docs/zh/api/rstest/_meta.json | Updated file list from camelCase to kebab-case |
| website/docs/en/guide/start/quick-start.mdx | Updated link from /config/test/includeSource to /config/test/include-source |
| website/docs/en/guide/start/features.mdx | Updated links from camelCase to kebab-case format |
| website/docs/en/guide/migration/jest.mdx | Updated setupFiles link to kebab-case |
| website/docs/en/guide/basic/test-filter.mdx | Updated testNamePattern link to kebab-case |
| website/docs/en/guide/basic/cli.mdx | Updated multiple CLI parameter documentation links to kebab-case |
| website/docs/en/config/test/*.mdx (19 files) | Created new kebab-case documentation files for test configuration options |
| website/docs/en/config/test/_meta.json | Updated file list from camelCase to kebab-case |
| website/docs/en/api/rstest/*.mdx (4 files) | Created new kebab-case documentation files for rstest API |
| website/docs/en/api/rstest/_meta.json | Updated file list from camelCase to kebab-case |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SoonIter
approved these changes
Nov 19, 2025
Member
Merged
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
rename filename from camel to kebab.
Related Links
Checklist