-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
81 lines (71 loc) · 2.07 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
# Project information
site_name: 'ISCC - Content Identifiers'
site_description: 'International Standard Content Code - Specification'
site_author: 'Titusz Pan'
site_url: 'http://iscc.codes'
# Repository
repo_name: 'iscc/iscc-specs'
repo_url: 'https://github.com/iscc/iscc-specs'
edit_uri: 'edit/master/docs/'
# Copyright
copyright: 'Copyright © 2016-2020 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>'
# Documentation and Theme
theme:
name: 'material'
language: 'en'
logo: 'images/logo-white.svg'
favicon: 'images/favicon.png'
palette:
primary: 'blue'
accent: 'pink'
feature:
tabs: false
extra_css:
- 'stylesheets/custom.css'
nav:
- Overview: 'index.md'
- Features: 'features.md'
- Concept: 'concept.md'
- Specification: 'specification.md'
- Resources: 'resources.md'
- Versions:
- Version 1.x: 'specification.md'
- Version 1.0: 'https://github.com/iscc/iscc-specs/blob/version-1.0/docs/specification.md'
- License: 'license.md'
# Options
extra:
search:
language: 'en'
social:
- type: 'home'
link: 'https://iscc.codes'
- type: 'github'
link: 'https://github.com/iscc'
- type: 'telegram'
link: 'https://t.me/iscc_dev'
markdown_extensions:
- markdown.extensions.abbr
- markdown.extensions.admonition
- markdown.extensions.codehilite:
linenums: false
guess_lang: false
- markdown.extensions.attr_list
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: '#'
- pymdownx.magiclink
plugins:
- search
- git-revision-date-localized:
type: iso_datetime
- minify:
minify_html: true
- redirects:
redirect_maps:
'implementations.md': 'resources.md'