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
PICKLISTS:
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,8 +17,10 @@ markdown_extensions:
nav:
- Home: 'index.md'
- User guide:
- 'Introduction': 'user-intro.md'
- Forms:
- 'Start here': 'user-intro.md'
- 'Navigation': 'ay-start-navigate.md'
- 'Form basics': 'ay-start-form-basics.md'
- Forms:
- Home:
- 'Dashboard': 'form-home-dashboard.md'
- 'Search': 'form-home-search.md'