-
Notifications
You must be signed in to change notification settings - Fork 77
/
mkdocs.yml
65 lines (59 loc) · 1.74 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: Roboflow Python
site_url: https://roboflow.github.io/roboflow-python
site_author: Roboflow
site_description: The official Roboflow Python package.
repo_name: roboflow/roboflow-python
repo_url: https://github.com/roboflow/roboflow-python
edit_uri: https://github.com/roboflow/roboflow-python/tree/main/docs
copyright: Roboflow 2023. All rights reserved.
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/roboflow
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/roboflow
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/roboflow-ai/mycompany/
- icon: fontawesome/brands/twitter
link: https://twitter.com/roboflow
analytics:
provider: google
property: G-P7ZG0Y19G5
extra_css:
- styles.css
nav:
- Home: index.md
- Quickstart: quickstart.md
- API reference:
- Core:
- Datasets: core/dataset.md
- Models: core/model.md
- Projects: core/project.md
- Workspaces: core/workspace.md
- Versions: core/version.md
- Models:
- Object Detection: models/object-detection.md
- Classification: models/classification.md
- Instance Segmentation: models/instance-segmentation.md
- Semantic Segmentation: models/semantic-segmentation.md
- Changelog: changelog.md
theme:
name: 'material'
logo: https://media.roboflow.com/roboflow_logomark_white.png
favicon: https://media.roboflow.com/roboflow_logomark_white.png
font:
text: Roboto
code: Roboto Mono
plugins:
- mkdocstrings
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true