Skip to content

Conversation

@KMKR0910
Copy link

@KMKR0910 KMKR0910 commented Nov 17, 2025

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues in the following format: Resolves issue1, issue2, etc.

Goals

Describe the solutions that this feature/fix will introduce to resolve the problems described above

Approach

Describe how you are implementing the solutions. Include an animated GIF or screenshot if the change affects the UI (email [email protected] to review all UI text). Include a link to a Markdown file or Google doc if the feature write-up is too long to paste here.

User stories

Summary of user stories addressed by this change>

Release note

Brief description of the new feature or bug fix as it will appear in the release notes

Documentation

Link(s) to product documentation that addresses the changes of this PR. If no doc impact, enter “N/A” plus brief explanation of why there’s no doc impact

Training

Link to the PR for changes to the training content in https://github.com/wso2/WSO2-Training, if applicable

Certification

Type “Sent” when you have provided new/updated certification questions, plus four answers for each question (correct answer highlighted in bold), based on this change. Certification questions/answers should be sent to [email protected] and NOT pasted in this PR. If there is no impact on certification exams, type “N/A” and explain why.

Marketing

Link to drafts of marketing content that will describe and promote this feature, including product page changes, technical articles, blog posts, videos, etc., if applicable

Automation tests

  • Unit tests

    Code coverage information

  • Integration tests

    Details about the test cases and coverage

Security checks

Samples

Provide high-level details about the samples related to this feature

Related PRs

List any other related PRs

Migrations (if applicable)

Describe migration steps and platforms on which migration has been tested

Test environment

List all JDK versions, operating systems, databases, and browser/versions on which this feature/fix was tested

Learning

Describe the research phase and any blog posts, patterns, libraries, or add-ons you used to solve the problem.

Summary by CodeRabbit

  • Documentation
    • Improved deployment instruction clarity with imperative, step-by-step phrasing for better user guidance.
    • Updated external resource links and URLs for improved accessibility.
    • Enhanced documentation formatting with consistent Markdown syntax and unified terminology.
    • Refined wording and grammar throughout for better readability and technical accuracy.
    • Expanded deployment workflow guidance with additional clarification on configuration and selection steps.

@KMKR0910 KMKR0910 requested a review from rosensilva as a code owner November 17, 2025 11:50
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 17, 2025

Walkthrough

Two deployment documentation files are updated with improved clarity, grammar consistency, and URL modernization. Static HTML image tags are converted to Markdown syntax, relative URLs are replaced with external links, terminology is standardized, and workflow steps are expanded for better guidance.

Changes

Cohort / File(s) Summary
Deployment Documentation Updates
en/docs/install-and-setup/setup/deployment/deploying-wso2-mi.md
Reworded instructions to imperative form, updated URLs from relative to external paths, replaced HTML image tags with Markdown syntax, improved grammar and consistency (e.g., "most integration artifacts" instead of "most of the integration artifacts"), standardized terminology ("server instance" vs "the server"), bolded "Scheduled triggers" term.
Devant Deployment Guide
en/docs/install-and-setup/setup/deployment/devant-deployment.md
Title updated to include full form "Micro Integrator (MI)", converted relative documentation links to absolute URLs, updated deployment phrasing ("develop" vs "create"), changed GIF link block to absolute URL with improved HTML wrapping, refined test step wording ("will take you to" vs "will bring you to"), expanded workflow steps for organization and project selection, added trailing newline.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • These are documentation-only changes with no code logic modifications
  • Most updates involve wording consistency, URL corrections, and minor phrasing improvements
  • Verify that external URLs are correct and functional (particularly the WSO2 download and Devant GIF links)
  • Confirm the new workflow steps in devant-deployment.md accurately reflect the current user interface

Poem

🐰✨ The docs hop forth with clearer sight,
From static tags to Markdown bright,
Each link now points the proper way,
With better words to guide and sway,
Our deployment guides now shine so true! 📚

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description contains only the template structure with placeholder prompts but no actual content filled in for any required sections. Complete all required template sections with specific details about purpose, goals, approach, test environment, and other applicable sections. The template should guide content, not serve as the description itself.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main change: documentation updates for WSO2 MI cluster setup with corrected links and formatting improvements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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

Comment @coderabbitai help to get the list of available commands and usage tips.

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: 3

🧹 Nitpick comments (2)
en/docs/install-and-setup/setup/deployment/devant-deployment.md (2)

28-30: Maintain Markdown consistency in image references.

Lines 28-30 contain inline HTML (<a> tag) alongside Markdown image syntax. For consistency with the rest of the documentation and to align with the Markdown-first approach seen in the related deploying-wso2-mi.md updates, consider converting this to pure Markdown link syntax.

Current:

<a href="https://wso2.com/devant/docs/assets/img/deploy/devant-deploy.gif">
<img src="https://wso2.com/devant/docs/assets/img/deploy/devant-deploy.gif" alt="Deploy on Devant" width="900">
</a>

Consider refactoring to:

[![Deploy on Devant](https://wso2.com/devant/docs/assets/img/deploy/devant-deploy.gif)](https://wso2.com/devant/docs/assets/img/deploy/devant-deploy.gif)

Alternatively, if the documentation framework supports it, use a standard Markdown image with link attributes.


37-39: Refactor repetitive "Click" statements for better flow.

Lines 37–39 contain three successive sentences beginning with "Click," which creates a repetitive reading experience. Consider varying the sentence structure to improve readability.

Current:

3. You will have a single resource available **GET /**. Click to expand the resource.
4. Click **Try it out**.
5. Click **Execute**. You will see the response from the backend service as JSON.

Suggested refactor:

3. You will have a single resource available **GET /**. Expand it to see the operations.
4. Click **Try it out**.
5. Select **Execute** to trigger the request. You will see the response from the backend service as JSON.

Or:

3. Expand the available **GET /** resource.
4. Click **Try it out**.
5. Click **Execute** to see the response from the backend service as JSON.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5baa695 and 7291070.

📒 Files selected for processing (2)
  • en/docs/install-and-setup/setup/deployment/deploying-wso2-mi.md (3 hunks)
  • en/docs/install-and-setup/setup/deployment/devant-deployment.md (2 hunks)
🧰 Additional context used
🪛 LanguageTool
en/docs/install-and-setup/setup/deployment/devant-deployment.md

[style] ~39-~39: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...e resource. 4. Click Try it out. 5. Click Execute. You will see the response ...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

🔇 Additional comments (3)
en/docs/install-and-setup/setup/deployment/deploying-wso2-mi.md (2)

2-2: Documentation improvements look good.

The rewrite to imperative form (line 2), pluralization and terminology consistency (lines 6, 43), and emphasis through formatting (line 130) all enhance clarity and readability. The wording changes from "the integration artifacts in your deployment are stateless" to "Most integration artifacts in your deployment are stateless and do not require coordination when there is more than one server instance running" better aligns with the intent by specifying which artifacts are affected.

Also applies to: 6-6, 43-43, 130-130


8-8: Confirm the image URL is not a placeholder—verify it resolves to a valid WSO2 resource.

The Markdown image syntax is structurally correct with appropriate alt text. However, the URL uses example.com, a reserved domain under RFC 2606 typically used for placeholder examples. If this is intentional (a literal external URL used by WSO2), no action is needed; if it's a placeholder awaiting the actual resource URL, it must be replaced with the correct WSO2-hosted image location.

en/docs/install-and-setup/setup/deployment/devant-deployment.md (1)

1-1: Title update improves clarity.

The change from "Deploy WSO2 Integrator: MI on Devant" to "Deploy WSO2 Micro Integrator (MI) on Devant" adds clarity by including the full product name with the acronym. This aligns with documentation best practices.

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