-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (69 loc) · 2.44 KB
/
mkdocs.yml
File metadata and controls
73 lines (69 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: Build AI Agents with Microsoft Foundry
site_description: A hands-on lab teaching you to build, monitor, evaluate, and orchestrate AI agents using the Microsoft Foundry SDK.
site_url: https://microsoft.github.io/FrontierWeekHack/
repo_url: https://github.com/microsoft/FrontierWeekHack
repo_name: microsoft/FrontierWeekHack
theme:
name: material
custom_dir: overrides
palette:
scheme: default
primary: custom
accent: custom
font:
text: Segoe UI
code: Cascadia Code
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
logo: assets/images/favicon.svg
favicon: assets/images/favicon.svg
icon:
repo: fontawesome/brands/github
extra_css:
- overrides/stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- attr_list
- md_in_html
- tables
- toc:
permalink: true
nav:
- Home: index.md
- 🏭 Factory:
- Overview: factory/README.md
- Challenge 0 — Setup: factory/challenge-0-setup/README.md
- Challenge 1 — Build Agents: factory/challenge-1-build/README.md
- Challenge 2 — Monitor: factory/challenge-2-monitor/README.md
- Challenge 3 — Evaluate: factory/challenge-3-evaluate/README.md
- Challenge 4 — Workflow: factory/challenge-4-deploy/README.md
- Wrap Up: factory/wrapup.md
- 📋 Claims:
- Overview: claims/README.md
- Challenge 0 — Setup: claims/challenge-0-setup/README.md
- Challenge 1 — Build Agents: claims/challenge-1-build/README.md
- Challenge 2 — Monitor: claims/challenge-2-monitor/README.md
- Challenge 3 — Evaluate: claims/challenge-3-evaluate/README.md
- Challenge 4 — Workflow: claims/challenge-4-deploy/README.md
- Wrap Up: claims/wrapup.md
- 📞 Call Center:
- Overview: callcenter/README.md
- Challenge 0 — Setup: callcenter/challenge-0-setup/README.md
- Challenge 1 — Build Agents: callcenter/challenge-1-build/README.md
- Challenge 2 — Monitor: callcenter/challenge-2-monitor/README.md
- Challenge 3 — Evaluate: callcenter/challenge-3-evaluate/README.md
- Challenge 4 — Workflow: callcenter/challenge-4-deploy/README.md
- Wrap Up: callcenter/wrapup.md