-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (42 loc) · 1.08 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: Jestspectation
site_description: Pattern matching tools to test complex data structures
repo_name: Jestspectation
repo_url: https://github.com/MaddyGuthridge/Jestspectation
copyright: © 2023 <a href="https://github.com/MaddyGuthridge">Maddy Guthridge</a>.
theme:
name: material
palette:
- media: '(prefers-color-scheme: dark)'
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
# logo: assets/logo-monochrome.png
# favicon: assets/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tracking
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
paths:
- jestspectation
options:
show_source: false
show_root_toc_entry: false
markdown_extensions:
- toc:
title: Contents
toc_depth: 2
# extra_css:
# - stylesheets/extra.css
docs_dir: docs