-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
50 lines (50 loc) · 1.43 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
site_name: Hocrox
site_description: Hocrox is an image preprocessing and augmentation library. It provides a Keras like simple interface to make preprocessing and augmentation pipelines.
site_author: Abhishek Chatterjee
copyright: Copyright 2021 Abhishek Chatterjee
repo_url: https://github.com/imdeepmind/hocrox
edit_uri: https://github.com/imdeepmind/hocrox/tree/main/docs/
plugins:
- search
- mkdocstrings
- mkdocs-video
theme:
name: material
palette:
- sheme: default
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
nav:
- Home: "index.md"
- Install: "install.md"
- Get Started: "get-started.md"
- Docs:
- Layers: "docs/layers.md"
- Models: "docs/models.md"
- Utils: "docs/utils.md"
- Blogs: "blogs.md"
- Contributors: "contributors.md"
site_url: https://hocrox.imdeepmind.com/
docs_dir: docs
site_dir: site
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/imdeepmind
- icon: fontawesome/brands/twitter
link: https://twitter.com/imdeepmind
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/imdeepmind/
- icon: fontawesome/brands/instagram
link: https://instagram.com/imdeepmind