-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (39 loc) · 1.07 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
# pip install mkdocs mkdocs-material
# mkdocs serve
# mkdocs gh-deploy
site_name: dagger-rules
repo_name: dagger-rules
repo_url: https://github.com/WhosNickDoglio/dagger-rules
site_description: Static analysis checks for using Dagger, Anvil, or Hilt.
site_author: WhosNickDoglio
remote_branch: gh-pages
copyright: 'Copyright © 2024 Nicholas Doglio'
theme:
name: 'material'
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: 'white'
accent: 'green'
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: 'black'
accent: 'green'
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: 'Lato'
code: 'Fira Code'
extra_css:
- 'css/app.css'
nav:
- 'Overview': index.md
- 'Rules': rules.md
- 'Discussions ⏏': https://github.com/WhosNickDoglio/dagger-rules/discussions
- 'Change Log': CHANGELOG.md
- 'Contributing': CONTRIBUTING.md
- 'CoC': CODE_OF_CONDUCT.md