This commit is contained in:
2020-03-11 22:52:51 +00:00
parent b26571f185
commit 642841cd62
4 changed files with 21 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
AUTOCOMPLETE PICKLIST TEMPLATE SYSTEM SPECS AUTOCOMPLETE PICKLIST TEMPLATE SYSTEM SPECS
PICKLISTS: PICKLISTS:
AUTOCOMPLETE AUTOCOMPLETE

View File

@@ -0,0 +1,6 @@
# FORM BASICS
## How to use forms in AyaNova
TODO Anatomy of a form with all possible control types and common elements and how they work
This is a good page to have images on for examples

View File

@@ -0,0 +1,11 @@
# NAVIGATION
## How to move around in AyaNova
### Login
### Navigation panel
### Help system
TODO could use some images here as well

View File

@@ -17,7 +17,9 @@ markdown_extensions:
nav: nav:
- Home: 'index.md' - Home: 'index.md'
- User guide: - User guide:
- 'Introduction': 'user-intro.md' - 'Start here': 'user-intro.md'
- 'Navigation': 'ay-start-navigate.md'
- 'Form basics': 'ay-start-form-basics.md'
- Forms: - Forms:
- Home: - Home:
- 'Dashboard': 'form-home-dashboard.md' - 'Dashboard': 'form-home-dashboard.md'