-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
135 lines (128 loc) · 3.61 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
132
133
134
135
site_name: IntelOwl Project Documentation
site_description: "A centralized documentation for all the projects under IntelOwl."
site_author: "IntelOwl Project"
copyright: |
© IntelOwl Project
repo_name: intelowlproject/IntelOwl
repo_url: https://github.com/intelowlproject/IntelOwl
nav:
- Home: "index.md"
- IntelOwl:
- Introduction: "IntelOwl/introduction.md"
- Installation: "IntelOwl/installation.md"
- Advanced Configuration: "IntelOwl/advanced_configuration.md"
- Usage: "IntelOwl/usage.md"
- Advanced Usage: "IntelOwl/advanced_usage.md"
- Contribute: "IntelOwl/contribute.md"
- API docs: "IntelOwl/api_docs.md"
- GreedyBear:
- Introduction: "GreedyBear/Introduction.md"
- Installation: "GreedyBear/Installation.md"
- Usage: "GreedyBear/Usage.md"
- Contribute: "GreedyBear/Contribute.md"
- API docs: "GreedyBear/Api-docs.md"
- PyIntelOwl:
- Quickstart: "pyintelowl/index.md"
- Usage:
- Modules:
- IntelOwlClass: "pyintelowl/IntelOwlClass.md"
- IntelOwlClientException: "pyintelowl/IntelOwlClientException.md"
- Development:
- Tests: "pyintelowl/Tests.md"
- GoIntelOwl:
- index: "GoIntelOwl/index.md"
- Guides:
- Documentation guide: "Guide-documentation.md"
- Docstrings guide: "Guide-docstrings.md"
- Submodules: "Submodules.md"
plugins:
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- monorepo
- mkdocstrings
- swagger-ui-tag:
background: transparent
text: white
docExpansion: none
filter: true
syntaxHighlightTheme: monokai
extra_css:
- assets/css/SwaggerDark.css
# tryItOutEnabled: true
theme:
name: material
logo: static/intel_owl_negative.png
features:
- navigation.tabs
- navigation.path
- navigation.footer
- navigation.expand
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- search.highlight
palette:
scheme: DARKUI
font:
text: IBM Plex Sans
code: Roboto Mono
# CSS
extra_css:
- assets/css/custom.css
- assests/css/SwaggerDark.css
extra:
version:
provider: mike
analytics:
provider: google
property: G-DB4K9LZPDZ
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/intelowlproject
- icon: fontawesome/brands/slack
link: https://honeynetpublic.slack.com/archives/C01KVGMAKL6
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/intelowl
- icon: fontawesome/brands/twitter
link: https://x.com/intel_owl
markdown_extensions:
- mdx_truly_sane_lists
- attr_list
- md_in_html
- tables
- admonition
- def_list
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.superfences
- pymdownx.smartsymbols
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: false
auto_title: false
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets:
url_download: true