Files
raven/docs/8.0/ayanova/mkdocs.yml
2021-07-30 22:59:08 +00:00

151 lines
5.9 KiB
YAML

theme:
name: 'material'
favicon: 'img/favicon.ico'
logo: 'img/ayanovaicon60x60.png'
palette:
primary: '#00205B'
accent: '#db7022'
site_name: AyaNova manual
site_dir: '../../../server/AyaNova/wwwroot/docs'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
nav:
- Home: 'index.md'
- User guide:
- 'Start here': 'ay-start-user-intro.md'
- 'Changes from AyaNova 7': 'ay-start-changes-from-v7.md'
- 'Trial mode login': 'ay-start-trial-login.md'
- Forms:
- Introduction:
- 'Overview': 'ay-start-form-overview.md'
- 'Login': 'ay-start-login.md'
- 'Form controls': 'ay-start-common-controls.md'
- 'Common menu options': 'ay-start-common-menu-options.md'
- 'Select lists': 'ay-start-form-select-list.md'
- 'Tags': 'ay-start-form-tags.md'
- 'Wiki': 'ay-start-form-wiki.md'
- 'Attachments': 'ay-start-form-attachments.md'
- 'Event log': 'ay-start-event-log.md'
- Home:
- 'Dashboard': 'home-dashboard.md'
- 'Search': 'home-search.md'
- 'Schedule': 'home-schedule.md'
- 'Memos': 'home-memos.md'
- 'Reminders': 'home-reminders.md'
- 'User settings': 'home-user-settings.md'
- 'Translation': 'home-translation.md'
- 'Set password': 'home-password.md'
- 'Notification subscriptions': 'home-notify-subscriptions.md'
- 'Notifications list': 'home-notifications.md'
- Customers:
- 'Customers': 'customers.md'
- 'Head offices': 'head-offices.md'
- Service:
- 'Schedule': 'svc-schedule.md'
- 'Workorders': 'svc-workorders.md'
- 'Quotes': 'svc-quotes.md'
- 'Preventive maintenance': 'svc-pms.md'
- 'Customer units': 'svc-units.md'
- 'Unit models': 'svc-unit-models.md'
- 'Loan items': 'svc-loaners.md'
- 'Contracts': 'svc-contracts.md'
- 'Customer service requests': 'svc-csr.md'
- Inventory:
- 'Parts': 'inv-parts.md'
- 'Part warehouses': 'inv-part-warehouses.md'
- 'Part serial numbers': 'inv-part-serials.md'
- 'Part stock levels': 'inv-part-stock-levels.md'
- 'Part assemblies': 'inv-part-assemblies.md'
- 'Part inventory': 'inv-part-inventory.md'
- 'Part requests': 'inv-part-requests.md'
- 'Purchase orders': 'inv-purchase-orders.md'
- 'Purchase order receipts': 'inv-purchase-order-receipts.md'
- 'Adjustments / transactions': 'inv-part-inventory-transactions.md'
- Accounting:
- 'Service rates': 'acc-service-rates.md'
- 'Travel rates': 'acc-travel-rates.md'
- 'Tax codes': 'acc-tax-codes.md'
- Administration:
- 'Global settings': 'adm-global-settings.md'
- 'License': 'adm-license.md'
- 'Users': 'adm-users.md'
- 'Translations': 'adm-translations.md'
- 'Report templates': 'adm-report-templates.md'
- 'Attached files': 'adm-attachments.md'
- 'History': 'adm-history.md'
- 'Import': 'adm-import.md'
- 'Vendors': 'vendors.md'
- Misc:
- 'About': 'ay-about.md'
- 'Report': 'ay-report.md'
- 'Review': 'ay-review.md'
- 'History': 'ay-history.md'
- 'Customize': 'ay-customize.md'
- 'Data list columns': 'ay-data-list-column-view.md'
- 'Log': 'ay-log.md'
- 'Report editor': 'ay-report-edit.md'
- Extensions:
- 'Tags extension': 'ay-ex-tags.md'
- 'Export extension': 'ay-ex-export.md'
- 'Delete extension': 'ay-ex-delete.md'
- Customer:
- 'Workorders': 'customer-workorders.md'
- 'Customer service requests': 'customer-csr-list.md'
- 'Widgets (testing)': 'widgets.md'
- Features:
- 'Translation': 'ay-translation.md'
- 'Notification': 'ay-notification.md'
- Business administration and Customization:
- 'Start here': 'ay-biz-admin-intro.md'
- 'Authorization roles': 'ay-biz-admin-roles.md'
- 'Select list templates': 'adm-global-select-templates.md'
- 'Business logos': 'adm-global-logo.md'
- 'Importing from v7': 'ay-biz-admin-import-v7.md'
- Trying out AyaNova:
- 'Evaluate': 'ay-evaluate.md'
- Server operations guide:
- Forms:
- 'Introduction': 'ops-intro.md'
- 'Server state': 'ops-server-state.md'
- 'Backup': 'ops-backup.md'
- 'Job queue': 'ops-jobs.md'
- 'Server log': 'ops-log.md'
- 'Server metrics': 'ops-metrics.md'
- 'Profile': 'ops-profile.md'
- 'Notification settings': 'ops-notification-settings.md'
- 'Backup': 'ops-form-backup.md'
- Technical:
- 'Installation': '_placeholder.md'
- 'Restore backup': 'ops-restore.md'
- 'Logging': 'common-log.md'
- 'Translation / Language': 'ops-config-default-translation.md'
- 'Backup config PGDUMP path': 'ops-config-backup-pgdump-path.md'
- 'Backup config folder': 'ops-config-folder-backup-files.md'
- 'User files folder': 'ops-config-folder-user-files.md'
- 'Server temporary files folder': 'ops-config-folder-temporary-files.md'
- 'Database configuration': 'ops-config-db.md'
- 'PORT and URL configuration': 'ops-config-use-urls.md'
- 'Environment variable reference': 'ops-config-environment-variables.md'
- 'Security and JWT web tokens': 'ops-config-jwt-secret.md'
- 'Server error codes': 'ops-error-codes.md'
- 'Technical changes from v7': 'ops-technical-changes-from-v7.md'
- 'Importing from older AyaNova': 'ops-import-v7.md'
- 'Metrics': 'ops-metrics.md'
- 'Notification system': 'ops-notification-system.md'
- Developer guide:
- 'Introduction': 'api-intro.md'
- 'API developers console': 'api-console.md'
- 'API request format': 'api-request-format.md'
- 'API response format': 'api-response-format.md'
- 'API error codes': 'api-error-codes.md'
- 'API upload routes': 'api-upload-routes.md'
- 'API Data types': 'ay-start-data-types.md'
- Appendix:
- 'Open source credits': 'appendix-os-credits.md'
- 'Data types': 'ay-start-data-types.md'