forked from intel-retail/automated-vending
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (32 loc) · 848 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
32
site_name: Automated Checkout
docs_dir: ./docs_src
site_dir: ./docs
use_directory_urls: false
theme:
name: 'material'
plugins: []
nav:
- 'index.md'
- Phases:
- './phases/phase1.md'
- './phases/phase2.md'
- './phases/phase3.md'
- Additional Documentation:
- Automated Checkout Services:
- './automated-checkout-services/device_services.md'
- './automated-checkout-services/application_services.md'
- './automated-checkout-services/micro_services.md'
- 'events.md'
- 'configuration.md'
- 'modifying_source_code.md'
- 'notifications.md'
- 'references.md'
- 'troubleshooting.md'
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