forked from statechannels/go-nitro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
44 lines (44 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
site_name: Nitro State Channel Framework
strict: true
repo_url: https://github.com/statechannels/go-nitro
edit_uri: blob/main/docs/
theme:
name: material
palette:
scheme: statechannels.org
logo: assets/mstile-144x144.png
favicon: assets/favicon.ico
features:
- content.code.annotate
- navigation.tracking
- navigation.tabs
- content.tabs.link
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/statechannels
- icon: fontawesome/brands/github
link: https://github.com/statechannels/go-nitro
- icon: fontawesome/brands/npm
link: https://www.npmjs.com/package/@statechannels/nitro-protocol
- icon: fontawesome/solid/envelope
link: mailto:[email protected]