-
Notifications
You must be signed in to change notification settings - Fork 51
/
mkdocs.yml
59 lines (57 loc) · 2.42 KB
/
mkdocs.yml
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
site_name: Teams App Camp
site_url: https://microsoft.github.io/app-camp
repo_url: https://github.com/microsoft/app-camp
repo_name: microsoft/app-camp
edit_uri: '' # Disable edit button
extra_css:
- assets/labStyles.css
nav:
- Home: 'index.md'
- New Adventure:
- Welcome to another App Camp adventure!: 'new-adventure/00-welcome.md'
- 1 - Create a new app with Teams Toolkit: 'new-adventure/01-create-app.md'
- 2 - Integrate business data with your app: 'new-adventure/02-integrate-web-service.md'
- 3 - Link Unfurling: 'new-adventure/03-add-link-unfurling.md'
- 4 - Action message extensions with Open AI: 'new-adventure/04-add-ai.md'
- 5 - Single Sign-on and Microsoft Graph: 'new-adventure/05-add-sso.md'
- 6 - Run your app in Microsoft Outlook: 'new-adventure/06-run-in-outlook.md'
- A Path:
- A01 - Start with Azure Active Directory: 'aad/A01-begin-app.md'
- A02 - Create a Teams app with Azure AD Teams SSO: 'aad/A02-after-teams-sso.md'
- A03 - Teams styling and themes: 'aad/A03-after-apply-styling.md'
- B Path:
- B01 - Start with a non-Azure Active Directory Identity System: 'bespoke/B01-begin-app.md'
- B02 - Teams App with Bespoke Authentication: 'bespoke/B02-after-teams-login.md'
- B03 - Enable Azure AD Single Sign-On: 'bespoke/B03-after-teams-sso.md'
- B04 - Teams styling and themes: 'bespoke/B04-after-apply-styling.md'
- Extended labs:
- Choose your own adventure!: 'aad/ExtendedLabs.md'
- Add a configurable tab: 'aad/ConfigurableTab.md'
- Add a Deep link to a personal Tab: 'aad/Deeplink.md'
- Add a Dialog: 'aad/Dialog.md'
- Add a Meeting app: 'aad/MeetingConfigurableTab.md'
- Add a Message Extension: 'aad/MessagingExtension.md'
- Selling Your SaaS-based Teams Extension: 'aad/Monetization.md'
- Extend teams app to Outlook and Microsoft365 app: 'aad/ExtendTeamsApp.md'
- Resources:
- More Information: 'Resources.md'
- Lead your own App Camp: 'in-a-box/index.md'
theme:
name: 'material'
palette:
primary: '#35258F'
accent: '#091F2C'
logo: 'assets/microsoftteams_appcamp-webheader3.png'
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs # Top nav
- navigation.tabs.sticky # Make top nav stay vaisible
- navigation.sections
- toc.integrate # Integrate sections into left nav
markdown_extensions:
- pymdownx.snippets:
base_path: docs/includes
- admonition
- pymdownx.details
- attr_list