diff --git a/develop/_sources/how-tos/app-development/interactive.rst.txt b/develop/_sources/how-tos/app-development/interactive.rst.txt index 8f1608206..10f09e0e0 100644 --- a/develop/_sources/how-tos/app-development/interactive.rst.txt +++ b/develop/_sources/how-tos/app-development/interactive.rst.txt @@ -9,12 +9,14 @@ currently provided for all Open OnDemand applications but requires further An Interactive App is a plugin that follows a custom file/directory structure and API that can be described by the five stages: -:ref:`app-development-manifest` +:ref:`app-development-manifest`, :ref:`app-development-interactive-form`, :ref:`app-development-interactive-template`, -:ref:`app-development-interactive-submit`, and +:ref:`app-development-interactive-submit` and :ref:`app-development-interactive-view`. +Additionally, there is :ref:`app-development-interactive-additional-info`. + A typical file/directory structure for an Interactive App can look like:: my_app/ @@ -24,7 +26,9 @@ A typical file/directory structure for an Interactive App can look like:: ├── template │ ├── before.sh.erb │ └── script.sh.erb - └── view.html.erb + ├── view.html.erb + ├── info.{md,html}.erb + └── completed.{md,html}.erb Each of these files/directories are described below in their respective stage. @@ -41,3 +45,4 @@ Each of these files/directories are described below in their respective stage. interactive/view interactive/sub-apps interactive/conn-params + interactive/additional-info diff --git a/develop/_sources/how-tos/app-development/interactive/additional-info.rst.txt b/develop/_sources/how-tos/app-development/interactive/additional-info.rst.txt new file mode 100644 index 000000000..94a4d60fb --- /dev/null +++ b/develop/_sources/how-tos/app-development/interactive/additional-info.rst.txt @@ -0,0 +1,47 @@ +.. _app-development-interactive-additional-info: + +Adding Additional Information to the session cards +================================================== + +.. _bc_info_html_md_erb: + +info.{md,html}.erb +------------------ + +It's possible for you to add additional information to this session's card. + +You can do so by creating a Markdown file ``info.md.erb`` or an html file +``info.html.erb`` in the applications folder. Markdown files get generated +into html with # turning into an