-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (75 loc) · 2.19 KB
/
mkdocs.yml
File metadata and controls
82 lines (75 loc) · 2.19 KB
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
site_name: Armis Python SDK
site_url: !ENV READTHEDOCS_CANONICAL_URL
repo_url: https://github.com/ArmisSecurity/armis-sdk-python
nav:
- Getting started: index.md
- Entities:
- Asset: entities/Asset.md
- AsqRule: entities/AsqRule.md
- DataExport:
- Application: entities/data_export/Application.md
- DataExport: entities/data_export/DataExport.md
- RiskFactor: entities/data_export/RiskFactor.md
- Vulnerability: entities/data_export/Vulnerability.md
- Boundary: entities/Boundary.md
- CollectorImage: entities/CollectorImage.md
- Device: entities/Device.md
- DeviceCustomProperty: entities/DeviceCustomProperty.md
- DownloadProgress: entities/DownloadProgress.md
- NetworkInterface: entities/NetworkInterface.md
- Site: entities/Site.md
- Clients:
- AssetsClient: clients/AssetsClient.md
- CollectorsClient: clients/CollectorsClient.md
- DataExportClient: clients/DataExportClient.md
- DeviceCustomPropertiesClient: clients/DeviceCustomPropertiesClient.md
- SitesClient: clients/SitesClient.md
- Core:
- ArmisClient: core/ArmisClient.md
- ArmisSdk: core/ArmisSdk.md
- Errors: core/errors.md
- Enums:
- CollectorImageType: enums/CollectorImageType.md
- About Armis: about.md
theme:
name: material
favicon: images/favicon.png
logo: images/logo.png
palette:
primary: custom
theme:
features:
- content.code.annotate
- content.code.copy
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [ . ]
options:
members_order: source
show_bases: true
show_source: false
show_root_heading: true
summary: true
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-RNCS8V9TDB
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/readthedocs.js