Skip to content

Fix possible issue with release docs pipeline - #51

Merged
sameeragunarathne merged 1 commit into
wso2:mainfrom
sameeragunarathne:docusourus-migration
May 19, 2026
Merged

Fix possible issue with release docs pipeline#51
sameeragunarathne merged 1 commit into
wso2:mainfrom
sameeragunarathne:docusourus-migration

Conversation

@sameeragunarathne

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4bbe9145-d0ea-4748-beb0-f7c484b942c0

📥 Commits

Reviewing files that changed from the base of the PR and between a144c86 and 00e61f4.

⛔ Files ignored due to path filters (1)
  • en/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • .gitignore
  • en/package.json

📝 Walkthrough

Changes

.gitignore
Updated to selectively ignore package*.json files. The file now ignores these files generally while explicitly allowing en/package.json and en/package-lock.json to be tracked in the repository.

en/package.json
Added a new package configuration file for the Docusaurus documentation site. It includes:

  • Docusaurus scripts for development, building, and deployment
  • Utility scripts for translations and heading management
  • Dependencies for Docusaurus core, preset, and React 17
  • Development tooling including TypeScript
  • Node.js engine requirement of version 18.0 or higher

Walkthrough

This PR introduces the Docusaurus documentation project structure for the en/ directory. The changes modify .gitignore to explicitly allow the en/package.json and en/package-lock.json files to be tracked in version control, then add the complete package configuration file with npm scripts for documentation build and deployment, pinned dependencies for Docusaurus 3.x with React 17, TypeScript development tooling, and Node.js engine constraints.

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Fix possible issue with release docs pipeline' is vague and does not clearly convey the main changes, which involve configuring Docusaurus dependencies and modifying .gitignore rules. Revise the title to be more specific about the actual changes, such as 'Add Docusaurus package configuration and update .gitignore for docs project' or similar.
Description check ❓ Inconclusive No pull request description was provided by the author, making it impossible to assess whether the intent aligns with the changeset. Add a description explaining the purpose of the changes, such as why the .gitignore was modified and what the new package.json configuration addresses.
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


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.

@sameeragunarathne
sameeragunarathne merged commit 49e9aae into wso2:main May 19, 2026
3 checks passed
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.

2 participants