docs: fill long-tail admin gaps — localization, notifications, audit logs#43
Merged
Conversation
…logs New pages for Setup admin surfaces that had no documentation, verified against the live Setup console: Localization settings, admin-side Notifications (the emit → event → route → inbox pipeline and its three system-managed objects), and the immutable Audit Logs trail. Adds an Operate section landing page and expands System Settings with Branding and Feature Flags subsections. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0145MY7RdJr8KuRMyn5oKAR6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Documents Setup admin surfaces that had UI but no docs, all verified against the live Setup console (showcase app):
New pages
configure/localization— Setup → Configuration → Localization: Region (default timezone / language / country) and Formats (date / time / number / currency); tenant defaults vs. per-user override.configure/notifications— admin-side notification config: the pipeline (emit()→ Notification Event → routed by Subscription + Preference + Template → user Inbox Message) and the three system-managed objects with their field tables. Cross-links the end-user side (use/notifications) and the email channel.operate/audit-logs— the immutablesys_audit_logtrail: read-only, preset views (Recent / Writes / Auth / Config), full field list, reading old/new values; plus Notification Events (theemit()ingress log) and Sessions.operate/index— Operate section landing page (the section had none), linking production / observability / audit-logs / backup / upgrade / troubleshooting.Expanded
configure/system-settings— added proper Branding and Feature Flags subsections (were one-line table rows); Feature Flags notesOS_FEATURE_FLAGS_*env vars take precedence over UI toggles.operate/observability— one-line pointer from its Audit Logs section to the new deep-reference page.Navigation
configure/meta*.json(7 locales): insertedlocalization,notificationsaftersystem-settingsoperate/meta*.json(7 locales): addedindexfirst andaudit-logsafterobservabilityVerification
npm run type-checkandnpm run buildpass (740 pages)English only; translations follow via the normal sync pass.
🤖 Generated with Claude Code
https://claude.ai/code/session_0145MY7RdJr8KuRMyn5oKAR6
Generated by Claude Code