-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
38 lines (38 loc) · 882 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
38
site_name: minswap-py
nav:
- Home: index.md
- Reference: reference/
- About: about.md
repo_url: https://github.com/theeldermillenial/minswap-py
repo_name: theeldermillenial/minswap-py
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
options:
show_signature_annotations: true
docstring_section_style: spacy
separate_signature: true
paths: [src]
theme:
name: material
logo: img/minswap-logo-white.png
favicon: images/minswap-logo-white.png
palette:
scheme: slate
primary: indigo
accent: purple
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- content.action.view
icon:
repo: fontawesome/brands/github