Skip to content

Commit 1415eb3

Browse files
sundargthbSundar Raghavan
andauthored
docs: add identity CLI quickstart and fix claude SDK path (#353)
* docs: add identity CLI quickstart and fix claude SDK path * docs: fix claude SDK agent.py include path --------- Co-authored-by: Sundar Raghavan <sdraghav@amazon.com>
1 parent 70c4dee commit 1415eb3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% include-markdown "https://raw.githubusercontent.com/awslabs/amazon-bedrock-agentcore-samples/refs/heads/main/03-integrations/agentic-frameworks/claude-sdk/README.md" start="#" %}
1+
{% include-markdown "https://raw.githubusercontent.com/awslabs/amazon-bedrock-agentcore-samples/refs/heads/main/03-integrations/agentic-frameworks/claude-agent/claude-sdk/README.md" start="#" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
```python
2-
{% include "https://raw.githubusercontent.com/awslabs/amazon-bedrock-agentcore-samples/refs/heads/main/03-integrations/agentic-frameworks/claude-sdk/agent.py" %}
2+
{% include "https://raw.githubusercontent.com/awslabs/amazon-bedrock-agentcore-samples/refs/heads/main/03-integrations/agentic-frameworks/claude-agent/claude-sdk/agent.py" %}
33
```

documentation/mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ nav:
8484
- Memory Quickstart: user-guide/memory/quickstart.md
8585
- Identity:
8686
- Identity Quickstart: user-guide/identity/quickstart.md
87+
- Identity CLI Quickstart: user-guide/identity/quickstart-with-cli.md
8788
- Built-in Tools:
8889
- Quickstart Browser Tool: user-guide/builtin-tools/quickstart-browser.md
8990
- Quickstart Code Interpreter: user-guide/builtin-tools/quickstart-code-interpreter.md

0 commit comments

Comments
 (0)