feat(docs): Update all config file references to say cedar.toml#1132
Merged
feat(docs): Update all config file references to say cedar.toml#1132
Conversation
✅ Deploy Preview for cedarjs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Greptile OverviewGreptile SummaryThis PR systematically updates all references to Changes made:
Scope: Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Docs as Documentation
participant User as End User
Note over Dev,Docs: PR #1132: Config File Rename
Dev->>Docs: Find all references to redwood.toml
Dev->>Docs: Replace with cedar.toml (29 files)
Note over Docs: Updated sections:
Note over Docs: - Auth guides (8 files)
Note over Docs: - Deployment guides (3 files)
Note over Docs: - CLI commands
Note over Docs: - Docker setup
Note over Docs: - Environment variables
Note over Docs: - GraphQL config (3 files)
Note over Docs: - How-to guides (3 files)
Note over Docs: - Other config docs (9 files)
Docs->>User: Display updated cedar.toml references
User->>User: Follow docs with correct config filename
|
docs/docs/cli-commands.md
Outdated
| @@ -1091,7 +1091,7 @@ will output the following files, with the components and pages nested in a `Post | |||
| ``` | |||
|
|
|||
| If it is not desired to nest the components and pages, then redwood provides an option that you can set to disable this for your project. | |||
Contributor
There was a problem hiding this comment.
Consider updating "redwood provides" to "cedar provides" for consistency with the rebranding
Suggested change
| If it is not desired to nest the components and pages, then redwood provides an option that you can set to disable this for your project. | |
| If it is not desired to nest the components and pages, then cedar provides an option that you can set to disable this for your project. |
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/docs/cli-commands.md
Line: 1093:1093
Comment:
Consider updating "redwood provides" to "cedar provides" for consistency with the rebranding
```suggestion
If it is not desired to nest the components and pages, then cedar provides an option that you can set to disable this for your project.
```
How can I resolve this? If you propose a fix, please make it concise.
Tobbe
added a commit
that referenced
this pull request
Feb 2, 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.
Now that we've switched to shipping with cedar.toml by default, the docs should be updated to match