Update Resource Groups docs for the redesigned UI - #2751
Conversation
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. |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e4ed6491f5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| - **Spaces**: cost is automatically attributed to the resource group the Space belongs to. | ||
| - **Jobs**: pass the resource group's ID as the `namespace` when creating a job. See [Bill to a resource group](./jobs-pricing#bill-to-a-resource-group). | ||
| - **Jobs**: pass the resource group's ID as the `resourceGroupId` field when creating a job. See [Bill to a resource group](./jobs-pricing#bill-to-a-resource-group). |
There was a problem hiding this comment.
| - **Jobs**: pass the resource group's ID as the `resourceGroupId` field when creating a job. See [Bill to a resource group](./jobs-pricing#bill-to-a-resource-group). | |
| - **Jobs**: set `namespace` to the owning organization and pass the resource group's ID using `resource_group_id` in Python, `--resource-group-id` in the CLI, or `resourceGroupId` in the HTTP request body. See [Bill to a resource group](./jobs-pricing#bill-to-a-resource-group). |
| - **All org members**: check **Include no_access members** to include every member, including members with the `no_access` organization role. | ||
| - **Read+ members only** (default): leave **Include no_access members** unchecked to exclude members with the `no_access` organization role. |
There was a problem hiding this comment.
| - **All org members**: check **Include no_access members** to include every member, including members with the `no_access` organization role. | |
| - **Read+ members only** (default): leave **Include no_access members** unchecked to exclude members with the `no_access` organization role. | |
| - **All org members** (default): leave **Include no_access members** unchecked to exclude members with the `no_access` organization role. | |
| - **All org members including no_access**: check **Include no_access members** to include every member, including members with the `no_access` organization role. |
The Resource Groups pages in org settings were redesigned recently, this updates the docs to match.
Changes
The enterprise-resource-groups page gets updated screenshot alt text.
Note
Low Risk
Documentation-only changes with no runtime or API code; risk is limited to readers following outdated Jobs CLI/API examples if docs were wrong before.
Overview
Updates Hub documentation so Resource Groups org-settings guidance matches the redesigned UI and correct product behavior.
The getting started flow now documents the per-group page with Overview, Resources, Users, and Settings tabs, retaken light/dark screenshots (overview, add-resources modal, auto-include, spend limits, granular access), and clearer image alt text on the enterprise overview page.
Accuracy fixes: Jobs cost attribution uses
resourceGroupId(org name staysnamespace); Read+ creation excludesno_accessorg members; granular feature access is described as a membership gate org-wide, not a requirement that resources live in allowed groups. Auto-join and spend limits instructions point to the Settings tab; copy is tightened (bold terms, role labels like Write+/Contributor+).Reviewed by Cursor Bugbot for commit e3dd1b6. Bugbot is set up for automated code reviews on this repo. Configure here.