docs: move budgets and Cost & Usage references to the Governance sidebar group#99
Merged
JakeSCahill merged 1 commit intoJun 15, 2026
Conversation
✅ Deploy Preview for redpanda-agentic-data-plane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…bar group cloudv2 4e93fb34fb split Cost & Usage and Budgets out of the LLM Providers page into a new Governance sidebar group, leaving LLM Providers as a single-purpose providers list. Update every doc that pointed at the old tab locations: - budgets.adoc: walkthrough now opens Governance > Budgets and describes the default-budget banner plus the per-agent overrides table that replaced the single budgets list - configure-provider.adoc: the view-cost-and-usage section is now anchored to the Governance page; provider-detail KPI cards say "View more" and open an in-page drawer instead of linking to the removed tab - overview.adoc: add a Governance bullet to the sidebar tour and trim budgets/cost-usage from the LLM Providers bullet - claude-code.adoc, transcripts.adoc, bedrock-setup.adoc: point Cost & Usage mentions at the new location Verified against cloudv2 origin/main and the adp-production sidebar (Governance > Cost & Usage live; Budgets still gated on adp-agent-budgets, TODO retained). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3db74d5 to
ec41b26
Compare
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
Updates every page that pointed at the old Budgets / Cost & Usage tabs on the LLM Providers page. cloudv2
4e93fb34fbmoved both into a new Governance sidebar group and made LLM Providers a single-purpose providers list.Changes
control/pages/budgets.adoc— the walkthrough now opens Governance > Budgets and describes the current page layout: the default budget as a banner with an agent-distribution view, and the Per-agent overrides table below it. TheWarn atslider wording is unchanged — the slider still exists (0–100% with a numeric input, 80% default).gateway/pages/configure-provider.adoc— theview-cost-and-usagesection is anchored to the Governance page; the provider-detail KPI strip is corrected: cards now say View more and open an in-page drawer filtered to the provider, instead of linking to the removed tab.gateway/pages/overview.adoc— adds a Governance bullet to the "What's in the UI" tour, trims budgets/cost-usage from the LLM Providers bullet, and adds agent to the Cost & Usage filter list (the page filters by agent).connect/pages/claude-code.adoc— the verify step now opens Governance > Cost & Usage filtered to the provider; two more tab→page mentions.monitor/pages/transcripts.adoc,gateway/pages/bedrock-setup.adoc— tab→page location fixes.Verification
apps/adp-uion cloudv2origin/main(governance routes,budget-fields.tsx,budgets-tab.tsx, provider detail page).adp-agent-budgets, so the existing pre-publication TODO inbudgets.adocis retained.npm run buildpasses with no new warnings; leak sweep on the diff is clean.🤖 Generated with Claude Code