Skip to content

Commit 5e2c638

Browse files
committed
docs update - move security to bonus
1 parent 8ced7b0 commit 5e2c638

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Take a moment to familiarize yourself with the workshop document layout:
22

3-
### Page Navigation Elements
3+
## Page Navigation Elements
44

55
- The main navigation menu on the left side contains links to all sections of the documentation.
66
- The top bar provides search, theme toggle, and language options.
77
- The top-right includes a link to the workshop GitHub repository.
88
- The bottom shows Next/Previous page links.
99

10-
### Expanding an Image
10+
## Expanding an Image
1111

1212
Click any image to open a larger view in a new tab.
1313

1414
![Workshop documentation layout](media/document-layout.png)
1515

16-
### Copying Code Snippets
16+
## Copying Code Snippets
1717

1818
Throughout the workshop, you'll often copy text snippets from the docs.
1919

@@ -23,7 +23,7 @@ Snippets appear in gray boxes. Hover to reveal the copy icon, then click to copy
2323
# Example text snippet
2424
```
2525

26-
### Deeper dive for Developers
26+
## Deeper dive for Developers
2727

2828
Some sections include additional info for developers. Expand these by clicking the blue info icon. The examples also assume familiarity with Python, VS Code, and the debugger.
2929

@@ -33,3 +33,10 @@ Some sections include additional info for developers. Expand these by clicking t
3333
## Open the Lab Instructions in Your Computer's Browser
3434

3535
If the lab instructions are slow to scroll in the lab environment, try copying the instructions’ URL and opening it in **your computer’s local browser** for a smoother experience.
36+
37+
## Bonus Content
38+
39+
There are two bonus labs at the end of the workshop for those who want to explore further:
40+
41+
- **Securing Agent Data**: Learn how to enhance data security for your agent.
42+
- **Local Tracing with Aspire**: Explore local tracing techniques using Aspire.

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ nav:
2323
- Lab 1 Agent Instructions: lab-1-agent-instructions.md
2424
- Lab 2 Start your Agent: lab-2-start-the-agent.md
2525
- Lab 3 Semantic Search: lab-3-mcp-semantic-search.md
26-
- Lab 4 Securing Agent Data: lab-4-secure-agent-data.md
2726
- Observability Labs:
2827
- Observability Overview: observability-overview.md
2928
- Lab 5 Service Monitoring: lab-5-monitoring.md
@@ -34,6 +33,7 @@ nav:
3433
- Summary: summary.md
3534
- Resources: resources.md
3635
- Bonus content:
36+
- Securing Agent Data: lab-4-secure-agent-data.md
3737
- Local Tracing with Aspire: lab-7-local-tracing-with-aspire.md
3838
- About: about.md
3939

0 commit comments

Comments
 (0)