-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
66 lines (60 loc) · 1.79 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
site_name: ""
copyright: Copyright © 2010 – 2022 CREATIVE MOBILE OÜ
repo_url: https://github.com/creative-mobile/CME.Documentation
edit_uri: edit/main/docs/
repo_name: CME.Documentation
nav:
- "User Guide":
- "What is CME CloudPurchase?": index.md
- "Getting Started": user_guide/getting_started.md
- "Managing Cloud Environments": user_guide/managing_cloud_environments.md
- "Usage Statistics & Monitoring": user_guide/usage_statistics.md
- "Developer Guide":
- "Making Validation Requests": user_guide/making_validation_requests.md
- "API Reference":
- "Namespaces":
- api_reference/CME.CloudPurchase.md
theme:
name: material
custom_dir: theme/
features:
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- toc.follow
- content.code.annotate
palette:
primary: white
accent: light green
logo: assets/CM_Elements_Logotype_full.svg
favicon: assets/CM_Elements_Favicon.svg
extra:
social:
- icon: fontawesome/solid/house-chimney
link: https://cme.dev
name: CME
- icon: fontawesome/brands/twitter
link: https://twitter.com/CM_Elements
name: CME on Twitter
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/CMElements
name: CME on Facebook
- icon: fontawesome/brands/discord
link: https://link.cme.dev/feedback
name: CME on Discord
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCmVqOVnAbXFNFRKTvihcrgg
name: CME on Youtube
extra_css:
- stylesheets/style.css
markdown_extensions:
- attr_list
- lightgallery
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences
- md_in_html