forked from microsoft/copilot-camp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
129 lines (125 loc) · 7.23 KB
/
Copy pathmkdocs.yml
File metadata and controls
129 lines (125 loc) · 7.23 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
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
- content.tabs.link
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
base_path: docs/includes
- pymdownx.tabbed:
alternate_style: true
- 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
- javascripts/cc-widgets.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'
- Bundle Overview: 'pages/extend-m365-copilot/bundles.md'
- Mandatory On-ramp:
- Lab E1 - Choose Foundation Path: 'pages/extend-m365-copilot/01-first-agent-new.md'
- Lab E1A - Declarative Agent Foundation with Agent Builder: 'pages/extend-m365-copilot/01-first-agent-builder.md'
- Lab E1B - Declarative Agent Foundation with Agents Toolkit: 'pages/extend-m365-copilot/01-first-agent-toolkit.md'
- Prerequisites for Pro-code bundles: 'pages/extend-m365-copilot/00-prerequisites.md'
- Bundle A - MCP Foundation:
- Start Bundle A: 'pages/extend-m365-copilot/bundle-a.md'
- Bundle B - Multi-Agent Workflows in Copilot:
- Start Bundle B: 'pages/extend-m365-copilot/bundle-b.md'
- Bundle C - MCP App:
- Start Bundle C: 'pages/extend-m365-copilot/bundle-c.md'
- Bundle D - API-Based Declarative Agent:
- Start Bundle D: 'pages/extend-m365-copilot/bundle-d.md'
- Bundle E - Declarative Agents with Copilot Connectors:
- Start Bundle E: 'pages/extend-m365-copilot/bundle-e.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 Copilot Retrieval 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'
- SharePoint Extensibility:
- Welcome: 'pages/sharepoint/index.md'
- Lab SCA - SharePoint Copilot Apps: 'pages/sharepoint/sharepoint-copilot-apps/index.md'
- Lab SCA1 - Build your first SharePoint Copilot App: 'pages/sharepoint/sharepoint-copilot-apps/01-first-copilot-app.md'
- Lab MSA - Custom SharePoint agents: 'pages/sharepoint/sharepoint-agents/index.md'
- Lab MSA1 - Build your first Custom SharePoint agent: 'pages/sharepoint/sharepoint-agents/01-first-agent.md'
- Lab MSA2 - Sharing Custom SharePoint agents: 'pages/sharepoint/sharepoint-agents/02-sharing-agents.md'
- Copilot Cowork:
- Setup and extensibility: 'pages/copilot-cowork/00-cowork-setup.md'
- Build your first skill: 'pages/copilot-cowork/01-cowork-skills.md'
- Build your first plugin: 'pages/copilot-cowork/02-cowork-plugins.md'
- Work IQ:
- Introduction : 'pages/work-iq/index.md'
- Agent 365:
- Introduction : 'pages/agent-365/index.md'
- Beyond Labs - AI concepts:
- Blogs : 'pages/beyond-labs/index.md'
- Context and Viral Prompt Impact: 'pages/beyond-labs/blogs/context-and-viral-prompt-impact.md'
- Awards: 'awards.md'
# - Resources: 'resources.md'