Skip to content

Commit eaa4954

Browse files
authored
Merge pull request #221285 from qingc/qingc/remove-acc-template-editor
Update how-to-use-accelerator.md
2 parents abf7386 + d8aa74f commit eaa4954

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

articles/spring-apps/how-to-use-accelerator.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,6 @@ Use to following steps to create and maintain your own accelerators:
205205
First, create a file named *accelerator.yaml* in the root directory of your Git repository.
206206

207207
You can use the *accelerator.yaml* file to declare input options that users fill in using a form in the UI. These option values control processing by the template engine before it returns the zipped output files. If you don't include an *accelerator.yaml* file, the repository still works as an accelerator, but the files are passed unmodified to users. For more information, see [Creating an accelerator.yaml file](https://docs.vmware.com/en/VMware-Tanzu-Application-Platform/1.3/tap/GUID-application-accelerator-creating-accelerators-accelerator-yaml.html).
208-
209-
You can also use **Template Editor** in Dev Tools Portal to edit your *accelerator.yaml* file for visualization and syntax check.
210-
211-
:::image type="content" source="media/how-to-use-accelerator/template-editor-entry.png" alt-text="Screenshot of the Application Accelerators page in Dev Tools Portal." lightbox="media/how-to-use-accelerator/template-editor-entry.png":::
212-
213-
You can use Template Editor to preview the input options and steps of accelerators. During creation of a new accelerator, you can confirm that the input options and steps are correct and the YAML file is valid. You can also copy and paste the content of an existing *accelerator.yaml* file and edit it to see the updated view.
214-
215-
:::image type="content" source="media/how-to-use-accelerator/template-editor.png" alt-text="Screenshot of the Template Editor." lightbox="media/how-to-use-accelerator/template-editor.png":::
216208

217209
Next, publish the new accelerator.
218210

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)