-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
37 lines (37 loc) · 906 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: Iris
repo_name: dioptra-io/iris
repo_url: https://github.com/dioptra-io/iris
theme:
name: material
features:
- navigation.tabs
icon:
logo: material/spider-web
repo: fontawesome/brands/github
plugins:
- search
markdown_extensions:
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- index.md
- concepts.md
- api.md
- deployment.md
- dev.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