This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (48 loc) · 1.55 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
site_name: SecureX Engine
repo_url: https://github.com/CiscoAandI/securex_engine
site_description: The documentation pages for the SecureX Engine
site_author: Ava Thorn
copyright: Copyright © 2021 Cisco Systems, Inc.
strict: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/CiscoAandI
# extra_css:
# - css/hint.min.css
# extra_javascript:
# - js/config.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
theme:
icon:
repo: fontawesome/brands/github
name: material
logo: images/cx-logo.png
# features:
# - header.autohide
palette:
- scheme: default
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- tooltips
- macros
markdown_extensions:
- admonition # Permits admonitions
- pymdownx.details # Permits collapsible admonitions
- pymdownx.tabbed # Permits tabs in code blocks/admonitions
- pymdownx.superfences # Permits code within admonitions
- attr_list # Permits aligning images left/right
- pymdownx.emoji: # Used for displaying icons
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex: # Allows mathematical formulas (used in some of the analytics and the "how long" command)
generic: true