This commit is contained in:
2019-12-19 23:07:37 +00:00
parent a0aa8f3829
commit 239a86a148
12 changed files with 143 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
# DOCUMENTATION Placeholder
This is a placeholder page for sections that are not written yet

View File

@@ -0,0 +1,3 @@
# DOCUMENTATION Placeholder
This is a placeholder page for sections that are not written yet

View File

@@ -0,0 +1,3 @@
# DOCUMENTATION Placeholder
This is a placeholder page for sections that are not written yet

View File

@@ -0,0 +1,3 @@
# DOCUMENTATION Placeholder
This is a placeholder page for sections that are not written yet

View File

@@ -0,0 +1,3 @@
# DOCUMENTATION Placeholder
This is a placeholder page for sections that are not written yet

View File

@@ -0,0 +1,3 @@
# DOCUMENTATION Placeholder
This is a placeholder page for sections that are not written yet

View File

@@ -0,0 +1,3 @@
# DOCUMENTATION Placeholder
This is a placeholder page for sections that are not written yet

View File

@@ -0,0 +1,3 @@
# DOCUMENTATION Placeholder
This is a placeholder page for sections that are not written yet

View File

@@ -19,21 +19,67 @@ nav:
- User guide:
- 'Introduction': 'user-intro.md'
- Forms:
- 'Customize': 'user-form-customize.md'
- 'Widget': 'user-form-widget.md'
- Operations guide:
- 'Installation': '_placeholder.md'
- 'Logging': 'common-log.md'
- 'Language / locale': 'ops-config-default-language.md'
- 'Backup files folder': 'ops-config-folder-backup-files.md'
- 'User files folder': 'ops-config-folder-user-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'
- 'Importing from older AyaNova': 'ops-import-v7.md'
- 'Metrics': 'ops-metrics.md'
- Home:
- 'Dashboard': 'form-home-dashboard.md'
- 'Schedule': 'form-home-schedule.md'
- 'Memos': 'form-home-memos.md'
- 'Reminders': 'form-home-reminders.md'
- 'XXXX': 'XXX.md'
- 'XXXX': 'XXX.md'
- 'XXXX': 'XXX.md'
- 'XXXX': 'XXX.md'
- Customers:
- Service:
- Inventory:
- Accounting:
- 'Accounting': 'form-acc-accounting.md'
- Administration:
- 'Vendors': 'form-vendors.md'
- Misc:
- 'About': 'form-misc-about.md'
- 'Customize': 'form-misc-customize.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
# - 'XXXX': 'XXX.md'
- 'Widget': 'form-widget.md'
- Server operations guide:
- 'Introduction': 'ops-intro.md'
- Forms:
- 'Backup': 'ops-form-backup.md'
- Technical:
- 'Installation': '_placeholder.md'
- 'Logging': 'common-log.md'
- 'Language / locale': 'ops-config-default-language.md'
- 'Backup files folder': 'ops-config-folder-backup-files.md'
- 'User files folder': 'ops-config-folder-user-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'
- 'Importing from older AyaNova': 'ops-import-v7.md'
- 'Metrics': 'ops-metrics.md'
- Developer guide:
- 'Introduction': 'api-intro.md'
- 'API developers console': 'api-console.md'