-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
101 lines (91 loc) · 2.96 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
site_name: Nucleus
site_description: The building block for decentralized media
site_url: https://synapsemedia.io/
repo_url: https://github.com/SynapseMedia/nucleus
nav:
- Getting started: index.md
- Usage guide:
- Harvesting raw data: guide/harvest.md
- Processing multimedia: guide/processing.md
- Multimedia storage: guide/storage.md
- Metadata distribution: guide/expose.md
- Putting all together: guide/example.md
- API Reference:
- Harvest:
- Models: reference/harvest/models.md
- Media: reference/harvest/media.md
- Utilities: reference/harvest/utilities.md
- Types: reference/harvest/types.md
- Processing:
- Engines: reference/processing/engines.md
- Video:
- Settings: reference/processing/video/settings.md
- Codecs: reference/processing/video/codecs.md
- Protocols: reference/processing/video/protocols.md
- Types: reference/processing/video/types.md
- Image:
- Settings: reference/processing/image/settings.md
- Utilities: reference/processing/utilities.md
- Types: reference/processing/types.md
- Storage:
- Services: reference/storage/services.md
- Utilities: reference/storage/utilities.md
- Types: reference/storage/types.md
- Expose:
- Standard: reference/expose/standard.md
- Keys: reference/expose/keys.md
- Serializers: reference/expose/serializers.md
- Operations: reference/expose/operations.md
- Metadata: reference/expose/metadata.md
- Utilities: reference/expose/utilities.md
- Types: reference/expose/types.md
- Exceptions: reference/exceptions.md
# more here
- Developer Guide:
- Overview: dev/index.md
- Architecture: dev/arch.md
# - Metadata Standard
# - Extending Media Types and Engines: dev/arch.md
# - Release notes: dev/arch.md
extra:
analytics:
provider: google
property: G-9V6M4NPR7F
theme:
name: material
# Palette toggle for light mode
palette:
# Palette toggle for light mode
- scheme: slate
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: default
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- include-markdown
- search
- glightbox
- mkdocstrings:
handlers:
python:
paths: [nucleus] # search packages in the src folder
allow_inspection: true
annotations_path: source
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg