Document Atom v1 capabilities - #111
arvindh123 wants to merge 2 commits into
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. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
atom-docs | 933c4a9 | Commit Preview URL Branch Preview URL |
Sep 08 2026, 08:40 AM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 933c4a9c17
ℹ️ 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".
| - graceful shutdown; | ||
| - startup validation for security-sensitive configuration. | ||
|
|
||
| See [Operations](/operations). |
There was a problem hiding this comment.
Point Operations links at an existing page
This link, as well as the repeated /operations link at the end of the page, resolves to a 404: docs/content/docs/operations/ contains only meta.json and pkcs11.mdx, with no index.mdx for the /operations route. Link to an existing operations page or add an operations landing page.
Useful? React with 👍 / 👎.
|
|
||
| Atom includes an optional web administration UI built on the public GraphQL | ||
| surface. Operators can manage and inspect tenants, entities, credentials, | ||
| resources, groups, roles, policies, profiles, invitations, audit records, and |
There was a problem hiding this comment.
Remove invitations from the UI capability list
Operators cannot currently manage or inspect invitations through the administration UI: a repository-wide search of ui/ finds no invitation route, component, or GraphQL operation, and the tenant UI only lists active members through TenantMembersPanel. Advertising invitation management here sends users looking for a UI workflow that only exists in the backend API; either add that UI surface or omit invitations from this list.
Useful? React with 👍 / 👎.
Summary
Add a dedicated Atom v1 capabilities page so the complete feature inventory lives in the documentation rather than in release marketing copy.
The page groups the v1 surface into:
It is also surfaced near the top of the Atom docs navigation.
This complements the shorter Atom v1.0.0 LTS release blog in
absmach/websitePR #186.