-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
50 lines (50 loc) · 1.26 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
48
49
50
site_name: Diamond-Miner
repo_name: dioptra-io/diamond-miner
repo_url: https://github.com/dioptra-io/diamond-miner
theme:
name: material
features:
- navigation.tabs
icon:
logo: material/diamond-stone
repo: fontawesome/brands/github
plugins:
- bibtex:
bib_file: "docs/bibliography.bib"
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
options:
show_root_heading: true
- search
markdown_extensions:
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- index.md
- usage.md
- dev.md
- Reference:
- reference/defaults.md
- reference/queries.md
- reference/mappers.md
- reference/generators.md
- reference/helpers.md
extra:
social:
- icon: material/web
link: http://dioptra.io
- icon: fontawesome/brands/github
link: https://github.com/dioptra-io
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/Dioptra-101576075023596/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/68485078/
- icon: fontawesome/brands/twitter
link: https://twitter.com/DioptraTech