File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,16 @@ jupyter <%= context.jupyterlab_switch == "1" ? "lab" : "notebook" %> --config="$
163163This tutorial will be using the the ` hpcadmin` credentials listed in
164164[Accessing the Applications](../docs/applications.md).
165165
166+ It covers :
167+
168+ - Initializing the developer application.
169+ - Debugging the app and getting it to run correctly.
170+ - Changing an existing form option.
171+ - Adding new form options.
172+ - Explanations on important files.
173+ - Editing the manifest.yml.
174+ - Promoting the application to production.
175+
166176# ## Getting Started
167177
168178# ### Login
@@ -327,7 +337,7 @@ The items in the form.yml directly create what's shown to the users in the form
327337Let's take a closer look at the `form.yml` that created the form you just submitted to get an
328338understanding of how they relate to what's shown in the UI.
329339
330- This is the `form.yml` you at this point without all the comments.
340+ This is the `form.yml` you should have at this point without all the comments.
331341
332342` ` ` yaml
333343cluster: "hpc"
You can’t perform that action at this time.
0 commit comments