customer docs
This commit is contained in:
25
docs/8.0/customer/mkdocs.yml
Normal file
25
docs/8.0/customer/mkdocs.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
scheme: default
|
||||
favicon: 'img/favicon.ico'
|
||||
logo: 'img/logo.svg'
|
||||
copyright: 'Copyright 2022 Ground Zero Tech-Works Inc.'
|
||||
site_name: AyaNova Customer manual
|
||||
site_dir: '../../../server/AyaNova/wwwroot/cust'
|
||||
strict: true
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.superfences
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- User guide:
|
||||
- User interface:
|
||||
- Customer User interface:
|
||||
- 'Workorders': 'customer-workorders.md'
|
||||
- 'Customer service requests': 'customer-csr.md'
|
||||
Reference in New Issue
Block a user