forked from intel-retail/rtsf-at-checkout-reference-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
31 lines (31 loc) · 773 Bytes
/
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
site_name: Real Time Sensor Fusion for Loss Detection at Checkout
docs_dir: ./docs_src
site_dir: ./docs
theme:
name: 'material'
plugins: []
nav:
- 'index.md'
- Phases:
- './phases/phase1.md'
- './phases/phase2.md'
- './phases/phase3.md'
- "RTSF at Checkout Events":
- './rtsf_at_checkout_events/checkout_events.md'
- './rtsf_at_checkout_events/event_simulation.md'
- 'device_services.md'
- 'configuration.md'
- 'notifications.md'
- 'troubleshooting.md'
- 'references.md'
google_analytics:
- 'UA-154731555-1'
- 'auto'
extra_css:
- 'https://fonts.googleapis.com/icon?family=Material+Icons'
- './stylesheets/extra.css'
extra_javascript:
- 'https://unpkg.com/lunr/lunr.js'
markdown_extensions:
- codehilite
- admonition