forked from intel-retail/performance-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (42 loc) · 972 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (42 loc) · 972 Bytes
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: Intel® Automated Self-Checkout Reference Package
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:
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- search.highlight
- navigation.top
- toc.integrate
plugins:
- search
plugins: []
nav:
- Home: 'index.md'
- Setup:
- 'camera_serial_number.md'
- 'environment_variables.md'
- 'pipelinebenchmarking.md'
- 'run_camera_simulator.md'
- Release Notes:
- 'roadmap.md'
- 'faq.md'
- 'references.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:
- codehilite
- admonition