-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
47 lines (47 loc) · 1013 Bytes
/
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
site_name: OpenSSL Documentation
site_url: https://docs.openssl.org/
repo_url: https://github.com/openssl/openssl
extra:
version:
provider: mike
default: master
analytics:
provider: transpond_io
property: MzgyOTE%3D
extra_css:
- stylesheets/extra.css
theme:
favicon: images/favicon.ico
name: material
custom_dir: overrides
palette:
- scheme: openssl
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: light blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.prune
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- search.suggest
- toc.follow
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- tables
hooks:
- hooks.py
validation:
unrecognized_links: ignore