-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
42 lines (42 loc) · 1.07 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
site_name: aiopytesseract
repo_url: https://github.com/amenezes/aiopytesseract
repo_name: amenezes/aiopytesseract
theme:
name: material
features:
- navigation.instant
- navigation.top
- navigation.prune
- toc.integrate
- search.highlight
- search.suggest
- search.share
- content.code.annotate
- content.tooltips
- toc.follow
palette:
- scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/lightbulb-on
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/lightbulb
name: Switch to light mode
icon:
repo: fontawesome/brands/github-alt
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/amenezes/aiopytesseract
- icon: fontawesome/solid/bug
link: https://github.com/amenezes/aiopytesseract/issues
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
nav:
- Best practices: best-practices.md
- Development: development.md