-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathmkdocs.yml
69 lines (62 loc) · 2.44 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
58
59
60
61
62
63
64
65
66
67
68
69
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:
- SaaS: '/Mastering-the-Marketplace/saas/general-topics/'
- SaaS for developers: '/Mastering-the-Marketplace/saas/dev'
- SaaS Accelerator: '/Mastering-the-Marketplace/saas-accelerator'
- Managed Applications: '/Mastering-the-Marketplace/ama'
- Virtual Machines: '/Mastering-the-Marketplace/vm'
- Container offers for K8s apps: '/Mastering-the-Marketplace/container'
- Professional Service offers: '/Mastering-the-Marketplace/pro-services'
- Partner Center:
- Private offers: '/Mastering-the-Marketplace/partner-center/private-offers'
- General topics: '/Mastering-the-Marketplace/partner-center/pc-general'
- Creating offers: '/Mastering-the-Marketplace/partner-center/pc-create-offers'
- Reporting and insights: '/Mastering-the-Marketplace/partner-center/pc-insights'
- Bonus content:
- For customers: '/Mastering-the-Marketplace/customers'
- Doing business in the marketplace: '/Mastering-the-Marketplace/biz'
# - Marketplace Minis: '/Mastering-the-Marketplace/misc/marketplace-minis'
- More resources:
- 🌐 Choose your offer type: '/Mastering-the-Marketplace/biz/select-offer-type'
- 🖥️ Live webinars: 'https://aka.ms/MTMwebinars'
# - ⚙️ Technical Accelerators: '/Mastering-the-Marketplace/misc/accelerators'
# - 🚦 Learning paths: '/Mastering-the-Marketplace/learning-paths/'
- 🗒️ Site change log: '/Mastering-the-Marketplace/misc/change-log'
- ✉️ Contact us: 'https://forms.office.com/r/0gCrzhSMkw'
theme:
features:
- navigation.sections
- navigation.expand
name: material
custom_dir: overrides
palette:
primary: '#0078D4'
accent: 'light blue'
icon:
repo: fontawesome/brands/github
logo: fontawesome/brands/microsoft
favicon: favicon.ico
extra:
homepage: https://microsoft.github.io/Mastering-the-Marketplace/
generator: false
analytics:
provider: google
property: G-QFBKKPKXNV
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
plugins:
- search:
indexing: 'titles'