forked from microsoft/Mastering-the-Marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (44 loc) · 1.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
site_name: Mastering the Marketplace
site_url: https://microsoft.github.io/Mastering-the-Marketplace/
repo_url: https://github.com/microsoft/Mastering-the-Marketplace
repo_name: microsoft/Mastering-the-Marketplace
edit_uri: ''
extra_css:
- stylesheets/extra.css
nav :
- Azure Managed Application Offers: '/Mastering-the-Marketplace/ama/'
- Container Offers for K8s apps 🆕: '/Mastering-the-Marketplace/container/'
- Partner Center: '/Mastering-the-Marketplace/partner-center/'
- SaaS Accelerator: '/Mastering-the-Marketplace/saas-accelerator/'
- SaaS Offers: '/Mastering-the-Marketplace/saas/'
- Virtual Machine Offers: '/Mastering-the-Marketplace/vm/'
- Teams Offers: '/Mastering-the-Marketplace/teams/'
- "": "/"
- "": "/"
- "": "/"
- Choose Your Offer Type: '/Mastering-the-Marketplace/select-offer-type/'
- Learning Paths: '/Mastering-the-Marketplace/learning-paths/'
theme:
name: material
custom_dir: overrides
palette:
primary: '#0078D4'
accent: 'light blue'
icon:
repo: fontawesome/brands/github
logo: fontawesome/brands/microsoft
favicon: favicon.ico
features:
- navigation.sections
extra:
homepage: https://microsoft.github.io/Mastering-the-Marketplace/
generator: false
markdown_extensions:
- meta
- attr_list
- md_in_html
- toc:
permalink: "#"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg