-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
47 lines (39 loc) · 1.11 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
site_name: Myth:collection
site_description: Documentation for a Collection library for PHP projects.
theme:
name: material
features:
- navigation.sections
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep-purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep-purple
toggle:
icon: material/brightness-4
name: Switch to light mode
# highlight_js: true
# hljs_style: github_dark
# hljs_languages:
# - php
extra:
homepage: https://lonnieezell.github.io/myth-collection
social:
- icon: fontawesome/brands/github
link: https://github.com/lonnieezell/myth-collection
name: GitHub
repo_url: https://github.com/lonnieezell/myth-collection
edit_uri: edit/develop/docs/
extra_css:
- assets/github-dark-dimmed.css
extra_javascript:
- https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js
nav:
- Home: index.md