docs(website): add contribution workflow - #533
Santiago (stgomoyaa) wants to merge 1 commit into
Conversation
Signed-off-by: Santiago <stgomoya@gmail.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
@microsoft-github-policy-service rerun |
There was a problem hiding this comment.
Santiago (@stgomoyaa) thanks, lgtm! do you mind signing the cla and we can merge
|
Santiago (@stgomoyaa) please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Summary
website/README.mdwith the website prerequisites, Yarn setup, documentation editing workflow, and development and production preview commands.CONTRIBUTING.mdso website and dashboard workflows are clearly separated.Verification
corepack yarn install --frozen-lockfileinwebsite/(Yarn 1.22.22)corepack yarn buildinwebsite//orka/and/orka/docs/getting-startedreturned HTTP 200/orka/and/orka/docs/getting-startedreturned HTTP 200git diff --checkThe repository workflow uses Node.js 24; the local build and preview checks ran with Node.js 22.23.2, which satisfies the website's declared Node.js engine requirement.
Closes #525