-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs_push.yml
89 lines (83 loc) · 3.32 KB
/
mkdocs_push.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
site_name: XComponent AppControl
docs_dir: 'docs/en' # Where to find the English markdown files
site_dir: 'site/en' # Where to put the English HTML files
site_url: https://xcomponent.github.io/appcontrol-documentation/
repo_url: https://github.com/xcomponent/appcontrol-documentation
repo_name: 'GitHub Project'
nav:
- Introduction: index.md
- Getting Started:
- Introduction to AppControl SaaS: gettingStarted.md
- Demo setup with no connection to local infrastructure: gettingStarted/#try-demo
- Connecting local infrastructure: gettingStarted/#connecting-to-local-infrastructure
- Core Concepts: coreconcepts.md
- Main Features: mainfeatures.md
- Create your own application manually:
- Introduction: map.md
- YAML Format: map#yaml-format
- XML Format: map#xml-format
- Enrich your application with dynamic informations: dynamicMapInformations.md
- Create your own application using wizard:
- Auto-Generate Application from Running Processes: map/#auto-generate-application-from-running-processes
- Auto-Generate Application from Azure Tenant: map/#auto-generate-application-from-azure-tenant
- Gateways and Agents Installation in Local Infrastructure:
- Introduction: x4bcli.md
- Quick installation: x4bcli/#quick-deployment-of-agents-and-gateways-windows-and-macos
- Gateway installation: x4bcli/#x4b-gateway-custom-installation
- Agent installation: agents.md
- Automatic Deployment of Agents: agentsdeployment.md
- Gateways and Agents Installation in Azure: agentazure.md
- Git integration: repo.md
- Contact Us: contact.md
- Advanced:
- Install standalone: standalone.md
- How to import your Centreon setup into AppControl: centreon.md
- How to integrate AppControl with a ServiceNow Cmdb: cmdb.md
markdown_extensions:
- attr_list
theme:
favicon: favicon.png
name: material
logo: logo2.svg
repo: 'github'
language: en
repo_url: 'https://github.com/xcomponent/appcontrol-documentation'
palette:
primary: 'green' # Change this to any supported color
accent: '#532699' # Secondary color
toggle:
icon: material/toggle-switch
name: Toggle dark mode
features:
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.instant.preview
- navigation.tracking
- tabs # Enable tabs for navigation
- navigation.expand # Automatically expand navigation sections
copyright: '© 2024 XComponent AppControl. All rights reserved.'
extra:
generator: false
social:
- icon: fontawesome/brands/slack
link: https://slack.xcomponent.com
- icon: fontawesome/brands/readme
link: https://ask.invivoo.com/appcontrol
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
plugins:
- mkdocstrings
- ultralytics:
verbose: True
enabled: True
default_image: 'https://appcontrol.xcomponent.com/favicon.ico'
add_desc: True
add_image: True
add_keywords: True
add_share_buttons: True
add_authors: False
add_json_ld: False
add_css: True
- search:
lang: en