Skip to content

Commit f817dd0

Browse files
Update Claude Code docs - 2025-11-06 | Updated: amazon-bedrock.md,analytics.md checkpointing.md,claude-code-on-the-web.md cli-reference.md,common-workflows.md costs.md,data-usage.md devcontainer.md,github-actions.md gitlab-ci-cd.md,headless.md hooks-guide.md,hooks.md iam.md,interactive-mode.md jetbrains.md,llm-gateway.md mcp.md,model-config.md monitoring-usage.md,network-config.md output-styles.md,overview.md plugin-marketplaces.md,plugins-reference.md plugins.md,quickstart.md sandboxing.md,sdk__migration-guide.md security.md,settings.md setup.md,skills.md slash-commands.md,sub-agents.md terminal-config.md,third-party-integrations.md troubleshooting.md,vs-code.md
1 parent 5236420 commit f817dd0

41 files changed

Lines changed: 452 additions & 452 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/amazon-bedrock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Bedrock API keys provide a simpler authentication method without needing full AW
5858

5959
#### Advanced credential configuration
6060

61-
Claude Code supports automatic credential refresh for AWS SSO and corporate identity providers. Add these settings to your Claude Code settings file (see [Settings](/en/docs/claude-code/settings) for file locations).
61+
Claude Code supports automatic credential refresh for AWS SSO and corporate identity providers. Add these settings to your Claude Code settings file (see [Settings](/en/settings) for file locations).
6262

6363
When Claude Code detects that your AWS credentials are expired (either locally based on their timestamp or when Bedrock returns a credential error), it will automatically run your configured `awsAuthRefresh` and/or `awsCredentialExport` commands to obtain new credentials before retrying the request.
6464

@@ -106,7 +106,7 @@ When enabling Bedrock for Claude Code, keep the following in mind:
106106

107107
* `AWS_REGION` is a required environment variable. Claude Code does not read from the `.aws` config file for this setting.
108108
* When using Bedrock, the `/login` and `/logout` commands are disabled since authentication is handled through AWS credentials.
109-
* You can use settings files for environment variables like `AWS_PROFILE` that you don't want to leak to other processes. See [Settings](/en/docs/claude-code/settings) for more information.
109+
* You can use settings files for environment variables like `AWS_PROFILE` that you don't want to leak to other processes. See [Settings](/en/settings) for more information.
110110

111111
### 4. Model configuration
112112

docs/analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ Tool acceptance rates and code metrics help you:
8383

8484
## Related resources
8585

86-
* [Monitoring usage with OpenTelemetry](/en/docs/claude-code/monitoring-usage) for custom metrics and alerting
87-
* [Identity and access management](/en/docs/claude-code/iam) for role configuration
86+
* [Monitoring usage with OpenTelemetry](/en/monitoring-usage) for custom metrics and alerting
87+
* [Identity and access management](/en/iam) for role configuration

docs/checkpointing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Checkpoints are designed for quick, session-level recovery. For permanent versio
6060

6161
## See also
6262

63-
* [Interactive mode](/en/docs/claude-code/interactive-mode) - Keyboard shortcuts and session controls
64-
* [Slash commands](/en/docs/claude-code/slash-commands) - Accessing checkpoints using `/rewind`
65-
* [CLI reference](/en/docs/claude-code/cli-reference) - Command-line options
63+
* [Interactive mode](/en/interactive-mode) - Keyboard shortcuts and session controls
64+
* [Slash commands](/en/slash-commands) - Accessing checkpoints using `/rewind`
65+
* [CLI reference](/en/cli-reference) - Command-line options

docs/claude-code-on-the-web.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ When you start a session in Claude Code on the web, here's what happens under th
129129

130130
### Dependency management
131131

132-
Configure automatic dependency installation using [SessionStart hooks](/en/docs/claude-code/hooks#sessionstart). This can be configured in your repository's `.claude/settings.json` file:
132+
Configure automatic dependency installation using [SessionStart hooks](/en/hooks#sessionstart). This can be configured in your repository's `.claude/settings.json` file:
133133

134134
```json theme={null}
135135
{
@@ -178,7 +178,7 @@ pip install -r requirements.txt
178178

179179
#### Persisting environment variables
180180

181-
SessionStart hooks can persist environment variables for subsequent bash commands by writing to the file specified in the `CLAUDE_ENV_FILE` environment variable. For details, see [SessionStart hooks](/en/docs/claude-code/hooks#sessionstart) in the hooks reference.
181+
SessionStart hooks can persist environment variables for subsequent bash commands by writing to the file specified in the `CLAUDE_ENV_FILE` environment variable. For details, see [SessionStart hooks](/en/hooks#sessionstart) in the hooks reference.
182182

183183
## Network access and security
184184

@@ -464,12 +464,12 @@ Claude Code on the web shares rate limits with all other Claude and Claude Code
464464

465465
## Best practices
466466

467-
1. **Use Claude Code hooks**: Configure [sessionStart hooks](/en/docs/claude-code/hooks#sessionstart) to automate environment setup and dependency installation.
467+
1. **Use Claude Code hooks**: Configure [sessionStart hooks](/en/hooks#sessionstart) to automate environment setup and dependency installation.
468468
2. **Document requirements**: Clearly specify dependencies and commands in your `CLAUDE.md` file. If you have an `AGENTS.md` file, you can source it in your `CLAUDE.md` using `@AGENTS.md` to maintain a single source of truth.
469469

470470
## Related resources
471471

472-
* [Hooks configuration](/en/docs/claude-code/hooks)
473-
* [Settings reference](/en/docs/claude-code/settings)
474-
* [Security](/en/docs/claude-code/security)
475-
* [Data usage](/en/docs/claude-code/data-usage)
472+
* [Hooks configuration](/en/hooks)
473+
* [Settings reference](/en/settings)
474+
* [Security](/en/security)
475+
* [Data usage](/en/data-usage)

0 commit comments

Comments
 (0)