File tree 1 file changed +11
-1
lines changed
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="$
163
163
This tutorial will be using the the ` hpcadmin` credentials listed in
164
164
[Accessing the Applications](../docs/applications.md).
165
165
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
+
166
176
# ## Getting Started
167
177
168
178
# ### Login
@@ -327,7 +337,7 @@ The items in the form.yml directly create what's shown to the users in the form
327
337
Let's take a closer look at the `form.yml` that created the form you just submitted to get an
328
338
understanding of how they relate to what's shown in the UI.
329
339
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.
331
341
332
342
` ` ` yaml
333
343
cluster: "hpc"
You can’t perform that action at this time.
0 commit comments