-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
85 lines (76 loc) · 1.87 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
site_name: "ISCC - Schema"
site_description: 'International Standard Content Code - Schema Definitions.'
site_author: 'Titusz Pan'
site_url: 'https://schema.iscc.codes'
# Repository
repo_name: 'iscc/iscc-schema'
repo_url: 'https://github.com/iscc/iscc-schema'
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
markdown_extensions:
- abbr
- pymdownx.snippets:
base_path: ["docs/includes"]
auto_append: ["abbreviations.md"]
- tables
- meta
- admonition
- pymdownx.details
- attr_list
- md_in_html
- footnotes
- toc:
permalink: "#"
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.magiclink
nav:
- Overview: index.md
- Terms: terms/index.md
- Schema: schema/index.md
- Examples: examples/index.md
- Changelog: changelog.md