Skip to content

feat(docs): Update all config file references to say cedar.toml#1132

Merged
Tobbe merged 4 commits intomainfrom
tobbe-docs-cedar-toml
Feb 2, 2026
Merged

feat(docs): Update all config file references to say cedar.toml#1132
Tobbe merged 4 commits intomainfrom
tobbe-docs-cedar-toml

Conversation

@Tobbe
Copy link
Member

@Tobbe Tobbe commented Feb 2, 2026

Now that we've switched to shipping with cedar.toml by default, the docs should be updated to match

@netlify
Copy link

netlify bot commented Feb 2, 2026

Deploy Preview for cedarjs ready!

Name Link
🔨 Latest commit 564fd46
🔍 Latest deploy log https://app.netlify.com/projects/cedarjs/deploys/6980bf3563e6dc0008d6b599
😎 Deploy Preview https://deploy-preview-1132--cedarjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added this to the next-release milestone Feb 2, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 2, 2026

Greptile Overview

Greptile Summary

This PR systematically updates all references to redwood.toml to cedar.toml across 29 documentation files, aligning the docs with the project's recent switch to shipping with cedar.toml by default.

Changes made:

  • Updated 83 config file references from redwood.toml to cedar.toml
  • Updated code block titles (e.g., ```toml title="cedar.toml")
  • Updated inline references in prose and configuration instructions
  • Updated section headers (e.g., "## cedar.toml Config")
  • Updated table headers and documentation metadata

Scope:
The PR correctly focuses only on config file name changes (redwood.tomlcedar.toml) and does not modify CLI command references (e.g., yarn redwood) or other product naming, which appears intentional and appropriate for this focused update.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - it's a straightforward documentation update
  • The changes are purely textual documentation updates with consistent find-and-replace patterns across all files. The scope is well-defined and limited to config file name references.
  • No files require special attention - all changes follow a consistent pattern

Important Files Changed

Filename Overview
docs/docs/cli-commands.md Updated 15 references from redwood.toml to cedar.toml in CLI documentation
docs/docs/environment-variables.md Updated all config file references and table headers from redwood.toml to cedar.toml
docs/docs/docker.md Updated 6 references to cedar.toml in Docker configuration documentation
docs/docs/deploy/baremetal.md Updated config file references in bare metal deployment guide
docs/docs/project-configuration-dev-test-build.mdx Updated config file references in project configuration guide

Sequence Diagram

sequenceDiagram
    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
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 Tobbe merged commit fe216a1 into main Feb 2, 2026
28 checks passed
@Tobbe Tobbe deleted the tobbe-docs-cedar-toml branch February 2, 2026 15:19
@Tobbe Tobbe modified the milestones: next-release, v2.5.0 Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant