-
Notifications
You must be signed in to change notification settings - Fork 21
/
mkdocs.yml
57 lines (57 loc) · 1.5 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
site_name: Intel® Automated Self-Checkout Reference Package
site_url: "https://intel-retail.github.io/automated-self-checkout/"
repo_name: "intel-retail/automated-self-checkout"
repo_url: "https://github.com/intel-retail/automated-self-checkout"
docs_dir: ./docs_src
site_dir: ./docs
copyright: 'Copyright © 2023 Intel Corporation'
use_directory_urls: false
theme:
name: 'material'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'images/logo-white-75px.png'
features:
- content.code.copy
- content.code.select
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.tracking
- search.suggest
- search.highlight
- navigation.top
- toc.follow
- toc.integrate
plugins:
- search
repo_url: https://github.com/intel-retail/automated-self-checkout
repo_name: intel-retail/automated-self-checkout
nav:
- Home: 'index.md'
- Getting Started: 'getting_started.md'
- Advanced Settings: 'advanced.md'
- Performance: 'performance.md'
extra_css:
- ./stylesheets/index.css
- https://fonts.googleapis.com/icon?family=Material+Icons
- ./stylesheets/branding.css
- ./stylesheets/extra.css
extra_javascript:
- 'https://unpkg.com/lunr/lunr.js'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
extra:
version:
provider: 'mike'