-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (60 loc) · 1.47 KB
/
mkdocs.yml
File metadata and controls
67 lines (60 loc) · 1.47 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
repo_url: https://github.com/dpmland/dpm
site_name: DPM Docs
site_url: https://nvim-lsp.github.io/
edit_uri: https://github.com/dpmland/docsland/edit/main/docs
theme:
name: material
logo: assets/logo.png
favicon: assets/images/favicon.ico
palette:
- media: '(prefers-color-scheme: light)'
accent: blue
primary: blue
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
accent: blue
primary: blue
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.expand
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.magiclink
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- meta
extra:
social:
- icon: fontawesome/brands/discord
link: https://dpmland.deno.dev/discord
- icon: fontawesome/brands/github
link: https://github.com/dpmland/dpm
- icon: fontawesome/brands/twitter
link: https://twitter.com
- icon: material/home
link: https://dpmland.deno.dev
extra_css:
- assets/extra.css
nav:
- Home: index.md
- Install: installation.md
- Commands:
- commands/index.md
- '... | commands/*.md'
- '...'
plugins:
- search
- meta-descriptions
- awesome-pages