-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
131 lines (122 loc) · 4.53 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
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
130
131
site_name: dem
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: axem_light
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: axem_dark
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
code: Inconsolata
features:
- navigation.instant
- navigation.tracking
- navigation.footer
- content.code.copy
icon:
repo: fontawesome/brands/github
logo: wp-content/uploads/2023/03/x_w.png
favicon: wp-content/uploads/2023/03/logo2.png
extra_css:
- stylesheets/scheme.css
- stylesheets/extra.css
extra_javascript:
- |
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/9cb3c89bff7c933104c900f1c/c08e31824bbfc07d7880976a8.js");</script>
extra:
consent:
title: Cookie consent
description: >-
We need some cookies to make axem work. axem and our social media, advertising, analytics etc.
partners would like to use additional cookies to store your preferences, gather statistics and
assist with our marketing - this helps us improve axem. By clicking [Acccept] you consent
to the use of these cookies and you acknowledge that you read and understood our Cookie and
Privacy Policy.
<br>
<a href="/policies.html">Read Privacy and Cookie Policy</a>
actions:
- accept
- reject
social:
- icon: fontawesome/brands/github
link: https://github.com/axem-solutions
- icon: fontawesome/brands/discord
link: https://discord.com/invite/Nv6hSzXruK
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/axemsolutions/
generator: false
homepage: https://axemsolutions.io
analytics:
provider: google
property: G-MCWQMMXY3W
version:
provider: mike
copyright: >
Copyright 2024 - axem solutions - All rights reserved |
<a href="#__consent">Change cookie settings</a> |
Made with <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a>
repo_url: https://github.com/axem-solutions/dem
repo_name: dem
markdown_extensions:
- tables
- admonition
- attr_list
- toc
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- 'index.md'
- 'installation.md'
- 'basics.md'
- 'quickstart.md'
- Commands:
- 'DevEnv Management':
- 'add-task': 'commands/#dem-add-task-dev_env_name-task_name-command'
- 'assign': 'commands/#dem-assign-dev_env_name-project_path'
- 'clone': 'commands/#dem-clone-dev_env_name'
- 'cp': 'commands/#dem-cp-dev_env_name-new_dev_env_name'
- 'create': 'commands/#dem-create-dev_env_name'
- 'delete': 'commands/#dem-delete-dev_env_name'
- 'del-task': 'commands/#dem-del-task-dev_env_name-task_name'
- 'export': 'commands/#dem-export-dev_env_name-path_to_export'
- 'import': 'commands/#dem-import-path_to_dev_env'
- 'info': 'commands/#dem-info-dev_env_name-options-catalog_names'
- 'init': 'commands/#dem-init-project_path'
- 'install': 'commands/#dem-install-dev_env_name'
- 'list': 'commands/#dem-list-options-catalog_names'
- 'list-tools': 'commands/#dem-list-tools-options-registry_names'
- 'modify': 'commands/#dem-modify-dev_env_name'
- 'rename': 'commands/#dem-rename-dev_env_name-new_dev_env_name'
- 'run': 'commands/#dem-run-dev_env_name-task_name'
- 'set-default': 'commands/#dem-set-default-dev_env_name'
- 'uninstall': 'commands/#dem-uninstall-dev_env_name'
- 'Catalog Management':
- 'add-cat': 'commands/#dem-add-cat-name-url'
- 'del-cat': 'commands/#dem-del-cat-name'
- 'list-cat': 'commands/#dem-list-cat'
- 'Registry Management':
- 'add-reg': 'commands/#dem-add-reg-name-url-namespace'
- 'del-reg': 'commands/#dem-del-reg-name'
- 'list-reg': 'commands/#dem-list-reg'
- 'Host Management':
- 'add-host': 'commands/#dem-add-host-name-address'
- 'del-host': 'commands/#dem-del-host-name'
- 'list-host': 'commands/#dem-list-host'
- 'configuration.md'
- 'design.md'
- Join us on Discord : 'https://discord.gg/3aHuJBNvrJ'