-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (39 loc) · 863 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (39 loc) · 863 Bytes
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
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
site_name: OSCAL Compass
site_url: https://oscal-compass.dev
plugins:
- search
- awesome-pages
theme:
name: material
custom_dir: custom_theme/
palette:
- scheme: slate
primary: black
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: black
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
favicon: img/oscal-compass-icon-1200x1200.png
logo: img/oscal-compass-icon-1200x1200.png
font:
text: Sen
code: Azeret Mono
features:
- navigation.footer
- navigation.tabs
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/oscal-compass
extra_css:
- css/extra.css