This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
74 lines (67 loc) · 1.73 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
# Project information
site_name: 'ISCC Foundation'
site_description: 'Open and decentralized content identification.'
site_author: 'Sebastian Posth, Titusz Pan'
site_url: 'https://iscc.foundation'
# Repository
repo_name: 'iscc/foundation'
repo_url: 'https://github.com/iscc/foundation'
edit_uri: 'edit/main/docs/'
# Copyright
copyright: 'Copyright © 2019-2022 ISCC Foundation
| <a href="/privacy">Privacy Policy</a>
| <a href="/cookies">Cookie Policy</a>
| <a href="/imprint">Imprint</a>
| <a href="/disclaimer">Disclaimer</a>'
# Docs and Theme
theme:
name: material
custom_dir: docs/overrides
language: en
logo: images/iscc-logo-icon-white.svg
favicon: images/iscc-logo-icon-black.svg
font: false
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:
- navigation.tracking
- navigation.tabs
- navigation.top
extra_css:
- 'styles/extra.css'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.magiclink
- pymdownx.tabbed
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: '#'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/iscc
- icon: fontawesome/brands/telegram
link: https://t.me/iscc_dev
- icon: fontawesome/brands/twitter
link: https://twitter.com/iscc_foundation
analytics:
provider: custom
nav:
- Home: index.md
- ISCC: iscc.md
- Board: board.md
- Supporters: support.md
- News:
- "2020-02-16": news/2020-02-16.md
- "2019-05-22": news/2019-05-23.md