-
Notifications
You must be signed in to change notification settings - Fork 51
A couple of small fixes #1611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v0.53
Are you sure you want to change the base?
A couple of small fixes #1611
Conversation
* Autogenerate reference docs Signed-off-by: rad-ci-bot <[email protected]> * fixing spellcheck Signed-off-by: Vishwanath Hiremath <[email protected]> --------- Signed-off-by: rad-ci-bot <[email protected]> Signed-off-by: Vishwanath Hiremath <[email protected]> Co-authored-by: rad-ci-bot <[email protected]> Co-authored-by: Vishwanath Hiremath <[email protected]>
…adius-project#1569) * Add @radius-project/on-call ownership for dependabot files Assign @radius-project/on-call group as owners for dependency files that are automatically updated by dependabot (package.json and package-lock.json). This ensures proper review and approval of dependency updates by the on-call team. Signed-off-by: Karishma Chawla <[email protected]> * Include maintainers and approvers in dependabot file ownership Add @radius-project/maintainers-docs and @radius-project/approvers-docs to dependabot managed files to preserve existing access rights alongside the on-call team. Signed-off-by: Karishma Chawla <[email protected]> --------- Signed-off-by: Karishma Chawla <[email protected]>
* Autogenerate reference docs Signed-off-by: rad-ci-bot <[email protected]> * Add spellcheck exceptions for recipe pack terminology (radius-project#1593) * Initial plan * Add spellcheck exceptions for new terms Co-authored-by: willtsai <[email protected]> * Remove line numbers from spellcheck exception list Co-authored-by: willtsai <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: willtsai <[email protected]> --------- Signed-off-by: rad-ci-bot <[email protected]> Signed-off-by: Will <[email protected]> Co-authored-by: rad-ci-bot <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: willtsai <[email protected]>
* Update docs for v0.53.0 * update ACI deployment prereqs to add requirement for role on the subscription (radius-project#1595) * update ACI deployment prereqs to add requirement for role on the subscription Signed-off-by: Will Tsai <[email protected]> * minor fix Signed-off-by: Will Tsai <[email protected]> --------- Signed-off-by: Will Tsai <[email protected]> --------- Signed-off-by: Will Tsai <[email protected]> Signed-off-by: Radius CI Bot <[email protected]> Co-authored-by: Will <[email protected]>
* Update docs for v0.53.0 * Bump js-yaml from 3.14.1 to 3.14.2 in /docs Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * revert config changes Signed-off-by: Reshma Abdul Rahim <[email protected]> * revert changes Signed-off-by: Reshma Abdul Rahim <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Reshma Abdul Rahim <[email protected]> Co-authored-by: Radius CI Bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reshma Abdul Rahim <[email protected]>
* ci(workflows): pin actions to full sha Signed-off-by: Dariusz Porowski <[email protected]> * ci(dependabot): add configuration for GitHub Actions updates Signed-off-by: Dariusz Porowski <[email protected]> * ci(workflows): ensure deployment skips when secrets are missing Signed-off-by: Dariusz Porowski <[email protected]> * fix(workflows): correct syntax for Azure DevOps token retrieval step Signed-off-by: Dariusz Porowski <[email protected]> --------- Signed-off-by: Dariusz Porowski <[email protected]>
Signed-off-by: Dariusz Porowski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR corrects two documentation errors: a typo in the CLI reference and an incorrect command name in the workspaces guide.
- Fixed duplicate word "as as" to "as" in the rad deploy CLI documentation
- Corrected command name from "rad workspace init" to "rad workspace create" in the workspaces overview guide
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/content/reference/cli/rad_deploy.md | Fixed typo by removing duplicate word "as" in the synopsis section |
| docs/content/guides/operations/workspaces/overview/index.md | Corrected command name from "init" to "create" in both the command description and code example |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks for the contribution. Can you fix DCO by signing your commits. |
|
Will do so next week. Thanks! |
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
A couple of small fixes.
Issue reference
N/A