-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yaml
67 lines (62 loc) · 1.67 KB
/
mkdocs.yaml
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
site_name: ddex
site_description: A Python DDEX implementation.
site_url: https://ddex.corletti.xyz
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: cyan
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: cyan
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
icon:
repo: fontawesome/brands/github-alt
logo: material/playlist-music
favicon: material/playlist-music
repo_name: anthonycorletti/ddex
repo_url: https://github.com/anthonycorletti/ddex
edit_uri: ""
nav:
- Welcome: index.md
- Get Started: get-started.md
- Development & Contributing: contributing.md
- Release Notes: release-notes.md
markdown_extensions:
- toc:
title: On this page
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ""
- pymdownx.tabbed:
alternate_style: true
- mdx_include:
base_path: docs
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
# analytics:
# provider: google
# property: UA-ABC1234567-1
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/anthonycorletti/ddex
- icon: fontawesome/solid/globe
link: https://ddex.corletti.xyz