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: src/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This is the source directory of Code-Generator App.
6
6
7
7
-`assets` - includes image files
8
8
-`components` - includes Vue components
9
+
-`components/css` - includes the common css code used in components
9
10
-`metadata` - includes the data of the app in json format (Distributed/Non-distributed training values, Ignite Handlers, and Loggers)
10
11
-`templates` - includes deep learning training template scripts
11
12
@@ -28,6 +29,7 @@ The following table explains the usage of some notable components. The component
28
29
|[`Instruction`](./components/Instruction.vue)| Use for showing how to get started |
29
30
|[`Message`](./components/Message.vue)| Use for showing the status of user input event (copying code, missing configuration values when attempting to download) |
30
31
|[`NavBar`](./components/NavBar.vue)| Use for navigation bar |
32
+
|[`NavHelp`](./components/NavHelp.vue)| Use for showing step by step guide |
31
33
|[`PaneLeft`](./components/PaneLeft.vue)| Use for everything in the left pane |
32
34
|[`PaneRight`](./components/PaneRight.vue)| Use for everything in the right pane |
33
35
|[`PaneSplit`](./components/PaneSplit.vue)| Use for how to split the left pane, right pane, and split line |
0 commit comments