customer docs
This commit is contained in:
2
docs/8.0/customer/docs/customer-csr.md
Normal file
2
docs/8.0/customer/docs/customer-csr.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Service requests
|
||||
|
||||
3
docs/8.0/customer/docs/customer-workorders.md
Normal file
3
docs/8.0/customer/docs/customer-workorders.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# CUSTOMER-WORKORDERS
|
||||
|
||||
UNDERCONSTRUCTION
|
||||
BIN
docs/8.0/customer/docs/img/cust-csr-data-table.png
Normal file
BIN
docs/8.0/customer/docs/img/cust-csr-data-table.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/8.0/customer/docs/img/favicon.ico
Normal file
BIN
docs/8.0/customer/docs/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 KiB |
1
docs/8.0/customer/docs/img/logo.svg
Normal file
1
docs/8.0/customer/docs/img/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.5 KiB |
10
docs/8.0/customer/docs/index.md
Normal file
10
docs/8.0/customer/docs/index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Welcome to AyaNova
|
||||
|
||||
This manual is accessible locally from the AyaNova `Help` links.
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
<h6>Documentation version: 8.0.0-beta.4, Copyright © 2022 Ground Zero Tech-Works Inc.</h6>
|
||||
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