-
Notifications
You must be signed in to change notification settings - Fork 269
Sentence case all nav files #1022
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
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
WalkthroughThis pull request includes extensive modifications to the casing of titles and string values across multiple JSON files within the project. The changes primarily involve converting titles from title case to sentence case to ensure consistency in formatting. No structural changes were made to the JSON objects, and the overall content remains intact. Changes
Possibly related issues
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
📒 Files selected for processing (39)
- pages/_meta.json (2 hunks)
- pages/builders/_meta.json (1 hunks)
- pages/builders/app-developers/_meta.json (1 hunks)
- pages/builders/app-developers/bridging/_meta.json (1 hunks)
- pages/builders/app-developers/contracts/_meta.json (1 hunks)
- pages/builders/app-developers/tools/_meta.json (1 hunks)
- pages/builders/app-developers/transactions/_meta.json (1 hunks)
- pages/builders/app-developers/tutorials/_meta.json (1 hunks)
- pages/builders/cex-wallet-developers/_meta.json (1 hunks)
- pages/builders/chain-operators/_meta.json (1 hunks)
- pages/builders/chain-operators/configuration/_meta.json (1 hunks)
- pages/builders/chain-operators/deploy/_meta.json (1 hunks)
- pages/builders/chain-operators/features/_meta.json (1 hunks)
- pages/builders/chain-operators/hacks/_meta.json (1 hunks)
- pages/builders/chain-operators/management/_meta.json (1 hunks)
- pages/builders/chain-operators/tools/_meta.json (1 hunks)
- pages/builders/chain-operators/tutorials/_meta.json (1 hunks)
- pages/builders/node-operators/_meta.json (1 hunks)
- pages/builders/node-operators/configuration/_meta.json (1 hunks)
- pages/builders/node-operators/management/_meta.json (1 hunks)
- pages/builders/node-operators/tutorials/_meta.json (1 hunks)
- pages/builders/notices/_meta.json (1 hunks)
- pages/builders/tools/_meta.json (1 hunks)
- pages/builders/tools/build/_meta.json (1 hunks)
- pages/builders/tools/connect/_meta.json (1 hunks)
- pages/builders/tools/monitor/_meta.json (1 hunks)
- pages/builders/tools/op-tools/_meta.json (2 hunks)
- pages/chain/_meta.json (1 hunks)
- pages/chain/identity/_meta.json (1 hunks)
- pages/chain/security/_meta.json (1 hunks)
- pages/chain/testing/_meta.json (1 hunks)
- pages/connect/contribute/_meta.json (1 hunks)
- pages/stack/_meta.json (2 hunks)
- pages/stack/beta-features/_meta.json (1 hunks)
- pages/stack/fault-proofs/_meta.json (1 hunks)
- pages/stack/interop/_meta.json (1 hunks)
- pages/stack/rollup/_meta.json (1 hunks)
- pages/stack/security/_meta.json (1 hunks)
- pages/stack/transactions/_meta.json (1 hunks)
✅ Files skipped from review due to trivial changes (38)
- pages/builders/_meta.json
- pages/builders/app-developers/_meta.json
- pages/builders/app-developers/bridging/_meta.json
- pages/builders/app-developers/contracts/_meta.json
- pages/builders/app-developers/tools/_meta.json
- pages/builders/app-developers/transactions/_meta.json
- pages/builders/app-developers/tutorials/_meta.json
- pages/builders/cex-wallet-developers/_meta.json
- pages/builders/chain-operators/_meta.json
- pages/builders/chain-operators/configuration/_meta.json
- pages/builders/chain-operators/deploy/_meta.json
- pages/builders/chain-operators/features/_meta.json
- pages/builders/chain-operators/hacks/_meta.json
- pages/builders/chain-operators/management/_meta.json
- pages/builders/chain-operators/tools/_meta.json
- pages/builders/chain-operators/tutorials/_meta.json
- pages/builders/node-operators/_meta.json
- pages/builders/node-operators/configuration/_meta.json
- pages/builders/node-operators/management/_meta.json
- pages/builders/node-operators/tutorials/_meta.json
- pages/builders/notices/_meta.json
- pages/builders/tools/_meta.json
- pages/builders/tools/build/_meta.json
- pages/builders/tools/connect/_meta.json
- pages/builders/tools/monitor/_meta.json
- pages/builders/tools/op-tools/_meta.json
- pages/chain/_meta.json
- pages/chain/identity/_meta.json
- pages/chain/security/_meta.json
- pages/chain/testing/_meta.json
- pages/connect/contribute/_meta.json
- pages/stack/_meta.json
- pages/stack/beta-features/_meta.json
- pages/stack/fault-proofs/_meta.json
- pages/stack/interop/_meta.json
- pages/stack/rollup/_meta.json
- pages/stack/security/_meta.json
- pages/stack/transactions/_meta.json
🧰 Additional context used
🔇 Additional comments (2)
pages/_meta.json (2)
3-3
: LGTM! Correct sentence case conversion.The conversion from "Getting Started" to "Getting started" follows proper sentence case formatting.
47-47
: LGTM! Correct sentence case conversion.The conversion from "Gas Tracker" to "Gas tracker" follows proper sentence case formatting.
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.
a few small fixes, but once those are updated, you're free to merge
@sbvegan sorry totally missed your review, thanks for fixing those! |
Sentence cases all
meta.json
files (nav files) in accordance with our style guide.Reviewer, please take an extra moment to make sure I correctly capitalized the files. There were some instances where I had to make a judgement call :)