-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
65 lines (61 loc) · 1.65 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
site_name: OpenSight
theme:
name: 'material'
favicon: 'assets/favicon.ico'
palette:
primary: teal
accent: teal
logo:
icon: 'remove_red_eye'
repo_name: opensight-cv/opensight
repo_url: https://github.com/opensight-cv/opensight
edit_uri: https://github.com/opensight-cv/docs/edit/master/docs
nav:
- Home: index.md
- Quick Start:
- Hardware: quickstart/hardware.md
- Installation: quickstart/installation.md
- Upgrading: quickstart/upgrading.md
- Getting Started: quickstart/getting-started.md
- Modules:
- Contours: modules/contours.md
- Video IO: modules/videoio.md
- Color Operations: modules/color.md
- Mask Operations: modules/mask.md
- Drawing Operations: modules/draw.md
- NetworkTables: modules/nt.md
- Module Development:
- Introduction: module-dev/intro.md
- Basic Template: module-dev/basic-template.md
- Module Structure: module-dev/structure.md
- Glossary: module-dev/glossary.md
- Roadmap and Contributing: roadmap.md
- Planned Pages: planned.md
markdown_extensions:
- toc:
permalink: true
- admonition
- footnotes
- codehilite
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- def_list
copyright: 'Copyright © 2019. MIT License'
extra:
social:
- type: 'github'
link: 'https://github.com/opensight-cv'