-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathmkdocs.yml
More file actions
177 lines (174 loc) · 10.4 KB
/
mkdocs.yml
File metadata and controls
177 lines (174 loc) · 10.4 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
site_name: Copilot Developer Camp
site_url: https://microsoft.github.io/copilot-camp
repo_url: https://github.com/microsoft/copilot-camp
repo_name: microsoft/copilot-camp
edit_uri: '' # Disable edit button
theme:
name: 'material'
palette:
scheme: default
primary: custom
logo: assets/images/tent-small.png
favicon: assets/images/favicon.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs # Top nav
- navigation.tabs.sticky # Make top nav stay vaisible
- navigation.sections
- toc.integrate
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.snippets:
base_path: docs/includes
- attr_list
- toc:
toc_depth: 2
extra_javascript:
- javascripts/cc-award.js
- javascripts/cc-next.js
- javascripts/cc-lab-step.js
- javascripts/cc-card.js
extra_css:
- stylesheets/labStyles.css
- stylesheets/extra.css
plugins:
- search:
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
nav:
- Home: 'index.md'
- Declarative Agents:
- Welcome: 'pages/extend-m365-copilot/index.md'
- Setup:
- Lab E0 - Prerequisites and Environment Setup: 'pages/extend-m365-copilot/00-prerequisites.md'
- Declarative Agent Fundamentals :
- Lab E1 - Build a Declarative Agent using TypeSpec: 'pages/extend-m365-copilot/01-typespec-declarative-agent.md'
- Lab E1a - Build a game agent: 'pages/extend-m365-copilot/01a-geolocator.md'
- Build and Integrate API from scratch:
- Lab E2 - Build a Backend API: 'pages/extend-m365-copilot/02-build-the-api.md'
- Lab E3 - Add Declarative Agent and API Plugin: 'pages/extend-m365-copilot/03-add-declarative-agent.md'
- Lab E4 - Enhance API and Plugin: 'pages/extend-m365-copilot/04-enhance-api-plugin.md'
- Lab E5 - Add Adaptive Cards: 'pages/extend-m365-copilot/05-add-adaptive-card.md'
- Lab E6a - Add Entra ID Authentication (Toolkit): 'pages/extend-m365-copilot/06a-add-authentication-ttk.md'
- Integration:
- Lab E7 - Add Copilot Connector: 'pages/extend-m365-copilot/07-add-graphconnector.md'
- Lab E8 - Connect Declarative agent to MCP Server (Preview): 'pages/extend-m365-copilot/08-mcp-server.md'
- Lab E9 - Connected Agents using VS Code (Preview): 'pages/extend-m365-copilot/09-connected-agent.md'
- Lab E10 - Connect Declarative Agent to OAuth-Protected MCP Server (Preview): 'pages/extend-m365-copilot/10-mcp-auth.md'
- Custom Engine Agents:
- Welcome : 'pages/custom-engine/index.md'
- Start with Microsoft Foundry:
- Introduction : 'pages/custom-engine/agents-sdk/index.md'
- Lab BMA0 - Setup: 'pages/custom-engine/agents-sdk/00-prerequisites.md'
- Lab BMA1 - Prepare your agent in Microsoft Foundry: 'pages/custom-engine/agents-sdk/01-agent-in-foundry.md'
- Lab BMA2 - Build your first agent using M365 Agents SDK: 'pages/custom-engine/agents-sdk/02-agent-with-agents-sdk.md'
- Lab BMA3 - Configure agent properties and test on Teams: 'pages/custom-engine/agents-sdk/03-agent-configuration.md'
- Lab BMA4 - Bring your agent to Copilot Chat: 'pages/custom-engine/agents-sdk/04-bring-agent-to-copilot.md'
- Start with Agent Framework:
- Introduction : 'pages/custom-engine/agent-framework/index.md'
- Lab BAF0 - Prerequisites: 'pages/custom-engine/agent-framework/00-prerequisites.md'
- Lab BAF1 - Build and Run Your First Agent: 'pages/custom-engine/agent-framework/01-build-and-run.md'
- Lab BAF2 - Add Document Search with Azure AI Search: 'pages/custom-engine/agent-framework/02-add-claim-search.md'
- Lab BAF3 - Add Vision Analysis with Mistral AI: 'pages/custom-engine/agent-framework/03-add-vision-analysis.md'
- Lab BAF4 - Add Policy Search: 'pages/custom-engine/agent-framework/04-add-policy-search.md'
- Lab BAF5 - Add Communication Capabilities: 'pages/custom-engine/agent-framework/05-add-communication.md'
- Lab BAF6 - Add Microsoft 365 Work IQ API Integration: 'pages/custom-engine/agent-framework/06-add-copilot-api.md'
- Lab BAF7 - Add MCP Tools Integration: 'pages/custom-engine/agent-framework/07-add-mcp-tools.md'
- No-code/low-code agents:
- Welcome: 'pages/make/index.md'
- Lab MAB - Agent Builder: 'pages/make/agent-builder/index.md'
- Lab MAB1 - Agent Builder: 'pages/make/agent-builder/01-first-agent.md'
- Lab MCS - Microsoft Copilot Studio: 'pages/make/copilot-studio/index.md'
- Lab MCS0 - Setup: 'pages/make/copilot-studio/00-prerequisites.md'
- Lab MCS1 - First agent: 'pages/make/copilot-studio/01-first-agent.md'
- Lab MCS2 - Defining Topics: 'pages/make/copilot-studio/02-topics.md'
- Lab MCS3 - Defining Tools: 'pages/make/copilot-studio/03-actions.md'
- Lab MCS4 - Extending Microsoft 365 Copilot: 'pages/make/copilot-studio/04-extending-m365-copilot.md'
- Lab MCS5 - Consuming a custom connector: 'pages/make/copilot-studio/05-connectors.md'
- Lab MCS6 - Consuming an MCP server: 'pages/make/copilot-studio/06-mcp.md'
- Lab MCS7 - Creating Autonomous Agents: 'pages/make/copilot-studio/07-autonomous.md'
- Lab MCS8 - Integrating Azure AI Search for RAG: 'pages/make/copilot-studio/08-rag.md'
- Lab MCS9 - Connected Agents (Preview): 'pages/make/copilot-studio/09-connected-agents.md'
- Lab MCS10 - Consuming an MCP server with OAuth 2.0: 'pages/make/copilot-studio/10-mcp-oauth.md'
- Lab MSA - Custom SharePoint agents: 'pages/make/sharepoint-agents/index.md'
- Lab MSA1 - Build your first Custom SharePoint agent: 'pages/make/sharepoint-agents/01-first-agent.md'
- Lab MSA2 - Sharing Custom SharePoint agents: 'pages/make/sharepoint-agents/02-sharing-agents.md'
- Work IQ:
- Introduction : 'pages/work-iq/index.md'
- Agent 365:
- Introduction : 'pages/agent-365/index.md'
- Beyond Agents - AI concepts:
- Introduction : 'pages/beyond-agents/index.md'
- Level 1 - Simple agent instructions: 'pages/beyond-agents/beginner-agent.md'
- Awards: 'awards.md'
# - Resources: 'resources.md'
- locale: ja
name: Japanese (日本語)
build: true
nav:
- ようこそ: 'index.md'
- Maker 向けエージェントの作成:
- pages/make/index.md
- pages/make/agent-builder/index.md
- pages/make/agent-builder/01-first-agent.md
- pages/make/copilot-studio/index.md
- pages/make/copilot-studio/00-prerequisites.md
- pages/make/copilot-studio/01-first-agent.md
- pages/make/copilot-studio/02-topics.md
- pages/make/copilot-studio/03-actions.md
- pages/make/copilot-studio/04-extending-m365-copilot.md
- pages/make/copilot-studio/05-connectors.md
- pages/make/copilot-studio/06-mcp.md
- pages/make/copilot-studio/07-autonomous.md
- pages/make/copilot-studio/08-rag.md
- pages/make/copilot-studio/09-connected-agents.md
- pages/make/sharepoint-agents/index.md
- pages/make/sharepoint-agents/01-first-agent.md
- pages/make/sharepoint-agents/02-sharing-agents.md
- 宣言型エージェントの構築:
- pages/extend-m365-copilot/index.md
- セットアップ:
- pages/extend-m365-copilot/00-prerequisites.md
- 宣言型エージェントの基礎:
- pages/extend-m365-copilot/01-typespec-declarative-agent.md
- pages/extend-m365-copilot/01a-geolocator.md
- API をゼロから構築して統合:
- pages/extend-m365-copilot/02-build-the-api.md
- pages/extend-m365-copilot/03-add-declarative-agent.md
- pages/extend-m365-copilot/04-enhance-api-plugin.md
- pages/extend-m365-copilot/05-add-adaptive-card.md
- pages/extend-m365-copilot/06a-add-authentication-ttk.md
- インテグレーション:
- pages/extend-m365-copilot/07-add-graphconnector.md
- pages/extend-m365-copilot/08-mcp-server.md
- pages/extend-m365-copilot/09-connected-agent.md
- カスタム エンジン エージェントの構築:
- pages/custom-engine/index.md
- Microsoft Foundry で構築する:
- pages/custom-engine/agents-sdk/index.md
- pages/custom-engine/agents-sdk/00-prerequisites.md
- pages/custom-engine/agents-sdk/01-agent-in-foundry.md
- pages/custom-engine/agents-sdk/02-agent-with-agents-sdk.md
- pages/custom-engine/agents-sdk/03-agent-configuration.md
- pages/custom-engine/agents-sdk/04-bring-agent-to-copilot.md
- Agent Framework で構築する:
- pages/custom-engine/agent-framework/index.md
- pages/custom-engine/agent-framework/01-build-and-run.md
- pages/custom-engine/agent-framework/02-add-claim-search.md
- pages/custom-engine/agent-framework/03-add-vision-analysis.md
- pages/custom-engine/agent-framework/04-add-policy-search.md
- pages/custom-engine/agent-framework/05-add-communication.md
- pages/custom-engine/agent-framework/06-add-copilot-api.md
- pages/custom-engine/agent-framework/07-add-mcp-tools.md
- AI の概念と手法:
- pages/beyond-agents/index.md
- pages/beyond-agents/beginner-agent.md
- 動画など: 'resources.md'