-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
110 lines (101 loc) · 2.64 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
106
107
108
109
110
site_name: "ISCC - Software Development Kit"
site_description: 'International Standard Content Code - Software Development Kit.'
site_author: 'Titusz Pan'
site_url: 'https://sdk.iscc.codes'
# Repository
repo_name: 'iscc/iscc-sdk'
repo_url: 'https://github.com/iscc/iscc-sdk'
edit_uri: 'edit/main/docs/'
# Copyright
copyright: 'Copyright © 2016-2022 The Authors
| <a href="https://iscc.foundation/privacy">Privacy Policy</a>
| <a href="https://iscc.foundation/cookies">Cookie Policy</a>
| <a href="https://iscc.foundation/imprint">Imprint</a>
| <a href="https://iscc.foundation/disclaimer">Disclaimer</a>'
extra_css:
- stylesheets/extra.css
extra:
analytics:
provider: custom
theme:
name: material
custom_dir: docs/overrides
logo: images/iscc-logo-icon-white.svg
favicon: images/iscc-logo-icon-black.svg
language: en
font:
text: Readex Pro
code: JetBrains Mono
palette:
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- toc.integrate
- navigation.indexes
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
show_root_heading: false
show_root_toc_entry: false
show_root_full_path: true
show_object_full_path: false
show_root_members_full_path: false
show_category_heading: false
show_if_no_docstring: false
show_signature_annotations: true
show_source: false
show_bases: false
group_by_category: false
heading_level: 3
members_order: source
markdown_extensions:
- meta
- admonition
- pymdownx.details
- abbr
- attr_list
- md_in_html
- footnotes
- toc:
permalink: "#"
- 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.magiclink
nav:
- Overview: index.md
- Main: main.md
- Mediatype: mediatype.md
- Metadata: metadata.md
- Text: text.md
- Image: image.md
- Audio: audio.md
- Video: video.md
- Options: options.md
- Other:
- EPUB: other/epub.md
- PDF: other/pdf.md
- IPFS: other/ipfs.md
- Tools: other/tools.md
- Changelog: changelog.md