You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/ame-guide/modules/ROOT/pages/namespace/workspace.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ The workspace is a simple folder structure on your local machine.
6
6
By default, the Aspect Model Editor file directory is located at following path:
7
7
8
8
* `+C:\Users\<YOUR-USER-NAME>\aspect-model-editor+` (on Windows)
9
-
* `+/Users/<YOUR-USER-NAME>/aspect-model-editor+` (on Mac or Linux)
9
+
* `+/Users/<YOUR-USER-NAME>/aspect-model-editor+` (on MacOs )
10
+
* `+/home/<YOUR-USER-NAME>/aspect-model-editor+` (on Linux)
10
11
11
-
On your local file directory, you can manually add, edit, and delete the folder structure for all your Aspect Models.
12
+
On your local file directory, you can manually add, edit, and delete the folder structure for all your Aspect Models.
12
13
13
14
Of course, this is also possible with the Aspect Model Editor. The same folder structure is displayed in the xref:getting-started/ui-overview.adoc#workspace-sidebar[Workspace sidebar].
0 commit comments