-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (37 loc) · 987 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
site_name: graph-guard
repo_name: c-fraser/graph-guard
repo_url: https://github.com/c-fraser/graph-guard
site_description: 'Graph query validation proxy server'
site_author: c-fraser
copyright: 'Copyright © 2023 c-fraser'
theme:
name: 'material'
icon:
repo: fontawesome/brands/github
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: 'blue grey'
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: 'blue grey'
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- toc.integrate
- content.code.copy
- content.code.select
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences