Skip to content

Extract Claude config from Bedrock doc#820

Merged
braginini merged 1 commit into
mainfrom
docs/extract-claude-config
Jun 30, 2026
Merged

Extract Claude config from Bedrock doc#820
braginini merged 1 commit into
mainfrom
docs/extract-claude-config

Conversation

@braginini

@braginini braginini commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Documentation
    • Expanded integration guides for Claude Code with clearer setup paths for AWS Bedrock and Vertex AI.
    • Added a new configuration step showing how to open Agent Config from a NetBird endpoint and copy a prefilled Claude Code setup.
    • Updated quickstart visuals to match the latest Claude Code configuration flow.
  • Refactor
    • Simplified the Bedrock setup instructions by replacing a long, detailed walkthrough with a pointer to the main Claude Code guide.

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f6d0ea96-7450-4feb-afa3-aa0b393a2076

📥 Commits

Reviewing files that changed from the base of the PR and between 3ba16e8 and 93dda19.

⛔ Files ignored due to path filters (1)
  • public/docs-static/img/agent-network/integrations/agent-network-configure-agent-claude-code.png is excluded by !**/*.png
📒 Files selected for processing (4)
  • src/pages/agent-network/integrations/bedrock.mdx
  • src/pages/agent-network/integrations/claude-code.mdx
  • src/pages/agent-network/integrations/vertex-ai.mdx
  • src/pages/agent-network/quickstart.mdx

📝 Walkthrough

Walkthrough

Detailed Claude Code + AWS Bedrock setup instructions are moved from bedrock.mdx into claude-code.mdx, which gains a new "Use Claude on AWS Bedrock" section and an Agent Config dashboard step. bedrock.mdx and vertex-ai.mdx are updated with short cross-reference stubs, and the quickstart screenshot is updated.

Claude Code integration docs consolidation

Layer / File(s) Summary
Claude Code page: Agent Config step + Bedrock section
src/pages/agent-network/integrations/claude-code.mdx
Adds a NetBird dashboard Agent Config step (with screenshot) to the settings.json instructions, and introduces a full "Use Claude on AWS Bedrock" section documenting keyless Bedrock routing, required env vars, and model ID/region guidance.
Cross-reference stubs and quickstart screenshot
src/pages/agent-network/integrations/bedrock.mdx, src/pages/agent-network/integrations/vertex-ai.mdx, src/pages/agent-network/quickstart.mdx
Replaces the removed Bedrock Claude Code content with a short pointer to claude-code.mdx, adds an equivalent Vertex AI stub, and swaps the quickstart screenshot to the Claude Code config modal image.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • netbirdio/docs#813: Introduces the Claude Code integration page that this PR extends with the Bedrock section and Agent Config step.
  • netbirdio/docs#819: Adds the initial Bedrock + Claude-on-Bedrock documentation in bedrock.mdx that this PR partially replaces with a cross-reference.
  • netbirdio/docs#818: Adds Vertex AI integration docs including a "Use Claude on Vertex AI" section, which this PR references via the new stub in vertex-ai.mdx.

Suggested reviewers

  • mlsmaycon

🐇 Hop, hop, the docs got neat,
Bedrock moved to Claude's own street,
Vertex points with just one line,
Screenshots fresh and looking fine,
One page rules them all — divine! 🌟

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: Claude config guidance was moved out of the Bedrock doc into the Claude Code docs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/extract-claude-config

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

src/pages/agent-network/integrations/bedrock.mdx

Oops! Something went wrong! :(

ESLint: 9.39.4

TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'configs' -> object with constructor 'Object'
| property 'flat' -> object with constructor 'Object'
| ...
| property 'plugins' -> object with constructor 'Object'
--- property 'react' closes the circle
Referenced from:
at JSON.stringify ()
at file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:308:45
at Array.map ()
at ConfigValidator.formatErrors (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:299:23)
at ConfigValidator.validateConfigSchema (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:330:84)
at ConfigArrayFactory._normalizeConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:676:19)
at ConfigArrayFactory._loadConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:641:21)
at ConfigArrayFactory._loadExtendedShareableConfig (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:946:21)
at ConfigArrayFactory._loadExtends (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:814:25)
at ConfigArrayFactory._normalizeObjectConfigDataBody (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:752:25)

src/pages/agent-network/integrations/claude-code.mdx

Oops! Something went wrong! :(

ESLint: 9.39.4

TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'configs' -> object with constructor 'Object'
| property 'flat' -> object with constructor 'Object'
| ...
| property 'plugins' -> object with constructor 'Object'
--- property 'react' closes the circle
Referenced from:
at JSON.stringify ()
at file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:308:45
at Array.map ()
at ConfigValidator.formatErrors (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:299:23)
at ConfigValidator.validateConfigSchema (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:330:84)
at ConfigArrayFactory._normalizeConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:676:19)
at ConfigArrayFactory._loadConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:641:21)
at ConfigArrayFactory._loadExtendedShareableConfig (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:946:21)
at ConfigArrayFactory._loadExtends (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:814:25)
at ConfigArrayFactory._normalizeObjectConfigDataBody (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:752:25)

src/pages/agent-network/integrations/vertex-ai.mdx

Oops! Something went wrong! :(

ESLint: 9.39.4

TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'configs' -> object with constructor 'Object'
| property 'flat' -> object with constructor 'Object'
| ...
| property 'plugins' -> object with constructor 'Object'
--- property 'react' closes the circle
Referenced from:
at JSON.stringify ()
at file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:308:45
at Array.map ()
at ConfigValidator.formatErrors (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:299:23)
at ConfigValidator.validateConfigSchema (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:330:84)
at ConfigArrayFactory._normalizeConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:676:19)
at ConfigArrayFactory._loadConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:641:21)
at ConfigArrayFactory._loadExtendedShareableConfig (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:946:21)
at ConfigArrayFactory._loadExtends (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:814:25)
at ConfigArrayFactory._normalizeObjectConfigDataBody (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:752:25)

  • 1 others

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@braginini braginini merged commit 1bfa2d1 into main Jun 30, 2026
3 checks passed
@braginini braginini deleted the docs/extract-claude-config branch June 30, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants