Skip to content

Conversation

Aviatorscode2
Copy link
Contributor

@Aviatorscode2 Aviatorscode2 commented Jul 30, 2025

Updated the content for the page

Summary by CodeRabbit

  • Documentation
    • Improved and expanded the explanation of Development and Production environments.
    • Updated instructions and added screenshots for creating custom environments.
    • Clarified the distinction between environment-specific resources and centrally managed assets.
    • Replaced "Sync Workflow" with a new "Publish changes" workflow, including detailed step-by-step instructions and screenshots.
    • Reformatted and clarified the credentials section.

@linear
Copy link

linear bot commented Jul 30, 2025

@netlify
Copy link

netlify bot commented Jul 30, 2025

Deploy Preview for docs-novu ready!

Name Link
🔨 Latest commit 8c6f763
🔍 Latest deploy log https://app.netlify.com/projects/docs-novu/deploys/688b3afa3bf5630008d528b5
😎 Deploy Preview https://deploy-preview-915--docs-novu.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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 30, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

The documentation for Novu environments was updated to provide clearer and more detailed explanations of environment usage, management, and the process for promoting changes. It introduces a new "Publish changes" workflow, replaces the older sync method, and includes updated instructions, reorganized sections, and additional screenshots.

Changes

Cohort / File(s) Change Summary
Documentation: Environments
content/docs/platform/concepts/environments.mdx
Revised and expanded documentation for environments, clarified environment roles, updated promotion workflow, reorganized resource explanations, added screenshots, and improved procedural instructions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~7 minutes

Possibly related PRs

  • fix: topics, environments, preferences, tenants #878: Related update to environment documentation focusing on clarifying environment usage and workflow promotion, refining the sync method via dashboard UI, overlapping in scope with the current publishing workflow changes.

Suggested reviewers

  • jainpawan21

Poem

In the warren of docs, a fresh path appears,
With screenshots and steps, it quiets old fears.
Publish your changes, hop workflow to flow,
From Development’s burrow to Production’s bright glow.
The rabbit approves, with a twitch of his nose—
Clearer instructions, as everyone knows! 🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e2cd4bc and 8c6f763.

📒 Files selected for processing (1)
  • content/docs/platform/concepts/environments.mdx (2 hunks)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch MRK-966-update-environment-page

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (3)
content/docs/platform/concepts/environments.mdx (3)

23-25: Capitalize “Development environment” for consistency

Everywhere else in the doc you treat the default environments as proper nouns (“Development” / “Production”). Let’s keep that convention here as well.

-Changes are not made here directly but are pushed from the development environment via the publishing process.
+Changes are not made here directly but are pushed from the Development environment via the publishing process.

83-83: Fix typo and apply consistent capitalization

-Novu provides a publish mechanism that allows you to promote changes from your dvelopment environment to production or other custom environments.
+Novu provides a publish mechanism that allows you to promote changes from your Development environment to the Production or other custom environments.

95-96: Correct spelling of “available”

-4. A menu will open showing all the availabl workflows. Select the checkboxes next to the workflows you want to publish.
+4. A menu will open showing all the available workflows. Select the checkboxes next to the workflows you want to publish.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between eaa670f and 296c63e.

⛔ Files ignored due to path filters (4)
  • public/images/developer-tools/create-environment.png is excluded by !**/*.png
  • public/images/developer-tools/list-of-environment.png is excluded by !**/*.png
  • public/images/developer-tools/publish-changes-modal.png is excluded by !**/*.png
  • public/images/developer-tools/publish-changes.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • content/docs/platform/concepts/environments.mdx (2 hunks)
🧰 Additional context used
🪛 LanguageTool
content/docs/platform/concepts/environments.mdx

[grammar] ~83-~83: Ensure spelling is correct
Context: ...allows you to promote changes from your dvelopment environment to production or other cust...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)


[grammar] ~95-~95: Ensure spelling is correct
Context: ...ng) 4. A menu will open showing all the availabl workflows. Select the checkboxes next t...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: Redirect rules - docs-novu
  • GitHub Check: Header rules - docs-novu
  • GitHub Check: Pages changed - docs-novu
  • GitHub Check: Build and Lint

@Aviatorscode2 Aviatorscode2 requested a review from scopsy July 30, 2025 21:46
Copy link
Member

@jainpawan21 jainpawan21 left a comment

Choose a reason for hiding this comment

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

@Aviatorscode2

Change the directory for images to images/platform/concepts/environments an update the paths accordingly

@Aviatorscode2
Copy link
Contributor Author

@Aviatorscode2

Change the directory for images to images/platform/concepts/environments an update the paths accordingly

The environment page will live in the developer tools section of the docs in the new information architecture, which is why I created a new folder for it, so that I won't need to worry about that when it's moved.

@jainpawan21 jainpawan21 merged commit baf41c0 into main Jul 31, 2025
5 of 7 checks passed
@jainpawan21 jainpawan21 deleted the MRK-966-update-environment-page branch July 31, 2025 09:45

Changes are not made here directly but are pushed from the non production environment via the publishing process.

## Custom Environments
Copy link
Contributor

Choose a reason for hiding this comment

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

@Aviatorscode2 - Please update this heading.

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.

4 participants