-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
105 lines (96 loc) · 2.49 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
site_name: ISCC Evaluation
site_description: Universal Benchmark for Near-Duplicate and similarity search with compact binary
codes.
site_author: Titusz Pan
site_url: https://twinspect.iscc.codes
# Repository
repo_name: iscc/twinspect
repo_url: https://github.com/iscc/twinspect
edit_uri: edit/main/docs/
# Copyright
copyright: Copyright © 2023 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
icon:
logo: material/content-copy
language: en
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.tabs.sticky
# - toc.integrate
plugins:
- search
- glightbox
- git-revision-date-localized:
type: iso_date
locale: en
enable_creation_date: true
enabled: true
exclude:
- index.md
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: '#'
toc_depth: 3
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.magiclink
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Similarity: similarity.md
- Datasets: datasets.md
- Algorithms: algorithms.md
- Results: results.md
# - Similarity: similarity.md
# - Algorithms:
# - Audio-Code v0 64-Bit: algorithms/iscc-audio-code-64.md
# - Image-Code v0 64-Bit: algorithms/iscc-image-code-64.md
# - Datasets:
# - Pinterest 1000: datasets/pin-100.md
# - Evaluation Metrics: metrics.md
# - Benchmark Results: results.md
# - About Similarity: about.md
# - Terms & Definitions: terms.md
# - Outlook: outlook.md