diff --git a/devdocs/specs/core-picklist-autocomplete-template-system.txt b/devdocs/specs/core-picklist-autocomplete-template-system.txt index 9189d13a..9358a5a3 100644 --- a/devdocs/specs/core-picklist-autocomplete-template-system.txt +++ b/devdocs/specs/core-picklist-autocomplete-template-system.txt @@ -1,7 +1,6 @@ AUTOCOMPLETE PICKLIST TEMPLATE SYSTEM SPECS - PICKLISTS: AUTOCOMPLETE diff --git a/docs/8.0/ayanova/docs/ay-start-form-basics.md b/docs/8.0/ayanova/docs/ay-start-form-basics.md new file mode 100644 index 00000000..b811d6ae --- /dev/null +++ b/docs/8.0/ayanova/docs/ay-start-form-basics.md @@ -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 diff --git a/docs/8.0/ayanova/docs/ay-start-navigate.md b/docs/8.0/ayanova/docs/ay-start-navigate.md new file mode 100644 index 00000000..cd7369b8 --- /dev/null +++ b/docs/8.0/ayanova/docs/ay-start-navigate.md @@ -0,0 +1,11 @@ +# NAVIGATION + +## How to move around in AyaNova + +### Login + +### Navigation panel + +### Help system + +TODO could use some images here as well \ No newline at end of file diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index fc65f7ef..922168c4 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -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'