This commit is contained in:
2022-03-31 22:58:37 +00:00
parent 1f3f52b41e
commit bc4a0497e1
5 changed files with 8 additions and 18 deletions

View File

@@ -1,2 +0,0 @@
# Service requests

View File

@@ -1,3 +0,0 @@
# CUSTOMER-WORKORDERS
![THIS PAGE UNDER CONSTRUCTION](img/underconstruction.svg)

View File

@@ -106,9 +106,6 @@ nav:
- 'Tags extension': 'ay-ex-tags.md' - 'Tags extension': 'ay-ex-tags.md'
- 'Export extension': 'ay-ex-export.md' - 'Export extension': 'ay-ex-export.md'
- 'Delete extension': 'ay-ex-delete.md' - 'Delete extension': 'ay-ex-delete.md'
- Customer User interface:
- 'Workorders': 'customer-workorders.md'
- 'Customer service requests': 'customer-csr.md'
- Misc: - Misc:
- 'About': 'ay-about.md' - 'About': 'ay-about.md'
- 'Authorization roles': 'ay-biz-admin-roles.md' - 'Authorization roles': 'ay-biz-admin-roles.md'

View File

@@ -1,9 +1,10 @@
# Welcome to AyaNova # Welcome to AyaNova Customer user interface
This manual is accessible locally from the AyaNova `Help` links.
This Help documentation provides information on how to request service from your service company, view your existing workorders, and print workorders.
Some features described in this manual may not have been enabled by your service company.
Please contact your service company administrator if you have additional questions on how to request service and view your data.
--- ---

View File

@@ -5,7 +5,7 @@ theme:
favicon: 'img/favicon.ico' favicon: 'img/favicon.ico'
logo: 'img/logo.svg' logo: 'img/logo.svg'
copyright: 'Copyright 2022 Ground Zero Tech-Works Inc.' copyright: 'Copyright 2022 Ground Zero Tech-Works Inc.'
site_name: AyaNova Customer manual site_name: AyaNova Customer user manual
site_dir: '../../../server/AyaNova/wwwroot/cust' site_dir: '../../../server/AyaNova/wwwroot/cust'
strict: true strict: true
# Extensions # Extensions
@@ -18,8 +18,5 @@ markdown_extensions:
nav: nav:
- Home: 'index.md' - Home: 'index.md'
- User guide: - 'Customer service requests': 'customer-csr.md'
- User interface: - 'Workorders': 'customer-workorders.md'
- Customer User interface:
- 'Workorders': 'customer-workorders.md'
- 'Customer service requests': 'customer-csr.md'