-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
68 lines (63 loc) · 1.51 KB
/
mkdocs.yaml
File metadata and controls
68 lines (63 loc) · 1.51 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
site_name: Dyana
site_description: Sandbox and profiling docs for Dyana.
site_author: Dreadnode
site_url: https://dreadnode.github.io/dyana/
repo_url: https://github.com/dreadnode/dyana
nav:
- Home:
- Overview: index.md
- Install: install.md
- Basic Usage: basic-usage.md
- Topics:
- Loaders: topics/loaders.md
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
plugins:
- search
- section-index
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: "#"
extra:
homepage: https://dreadnode.io
social:
- icon: fontawesome/brands/github
link: https://github.com/dreadnode
- icon: fontawesome/brands/x-twitter
link: https://x.com/dreadnode