-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
105 lines (93 loc) · 2.54 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: "Nevermined Contracts Documentation"
site_description: "Nevermined, The world's first enterprise-grade unstoppable data sharing ecosystem"
site_author: Nevermined
site_url: http://docs.nevermined.io/
# Repository
repo_name: nevermined-io/contracts
repo_url: https://github.com/nevermined-io/contracts
# Copyright
copyright: "Copyright © 2021 Nevermined"
theme:
name: material
language: en
features:
- toc.integrate
# - navigation.expand
# - navigation.tabs
font:
text: Roboto
code: Roboto Mono
palette:
scheme: default
primary: black
accent: indigo
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
favicon: assets/nevermined/favicon-nvm.ico
logo: assets/nevermined/favicon-32.png
icon:
repo: fontawesome/brands/git-alt
# Plugins
plugins:
- search
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.attr_list
- markdown.extensions.toc:
permalink: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: textileio
repo: docs
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- markdown_captions
# Customization
extra:
social:
- icon: fontawesome/solid/globe
link: https://nevermined.io
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/nevermined
- icon: fontawesome/brands/medium
link: https://medium.com/nevermined-io
- icon: fontawesome/brands/github
link: https://github.com/nevermined-io
- icon: fontawesome/brands/twitter
link: https://twitter.com/nevermined_io
- icon: fontawesome/brands/discord
link: https://discord.gg/GZju2qScKq
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCaDKPgnEk4ekvQo2vO6FIBQ
- icon: fontawesome/regular/paper-plane
link: mailto:[email protected]
nav:
google_analytics:
- G-H5FH0N6N2E
- auto