Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Armel Soro <[email protected]>
  • Loading branch information
feloy and rm3l authored Aug 3, 2023
1 parent 9f853b0 commit f5b48a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/website/docs/user-guides/advanced/using-gui.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Using the GUI to edit the Devfile
title: Using the Web UI to edit the Devfile
sidebar_position: 3
---

Expand Down Expand Up @@ -31,11 +31,11 @@ The only supported Devfile Schema version is 2.2.0.

When you create an object (either a command, a container or an image) from the graphical representation, you can fill in a limited number of parameters for the object, as only the more common parameters are presented in the creation form.

You can add parameters to the object after is has been created by editing it from the YAML representation.
You can add parameters to the object after it has been created by editing it from the YAML representation.

### Limited support for parent devfile

When the current Devfile is defining a parent Devfile (using the `.parent` field into the YAML), this parent is not represented into the GUI.
When the current Devfile is referencing a parent Devfile (using the `.parent` field into the YAML), this parent is not represented into the GUI.

It is still possible to add a parent information to the YAML representation. It will be taken into account by the `odo dev` session once saved.

Expand Down

0 comments on commit f5b48a0

Please sign in to comment.