Commit 2e0888e 1 parent 8ac1398 commit 2e0888e Copy full SHA for 2e0888e
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,10 @@ tasks:
72
72
- mkdir -p content/Developer
73
73
- cp ../DEV.md content/Developer/DEV.md
74
74
- mkdir -p content/User
75
- - cp ../README.md content/User/README.md
76
- - mkdir -p content/User/images
77
- - cp ../images/* content/User/images
75
+ - mkdir -p content/User/README
76
+ - cp ../README.md content/User/README/index.md
77
+ - mkdir -p content/User/README/images
78
+ - cp ../images/DockerDesktop.png content/User/README/images/DockerDesktop.png
78
79
79
80
install :
80
81
cmds :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ geekdocDescription: Home page for Solo Documentation
21
21
22
22
Solo is an opinionated CLI tool to deploy and manage standalone test networks.
23
23
24
- {{< button size="large" relref="User/README.md" >}}Getting Started{{< /button >}}
24
+ {{< button size="large" relref="User/README/index .md" >}}Getting Started{{< /button >}}
25
25
26
26
## Feature overview
27
27
Original file line number Diff line number Diff line change 1
1
---
2
2
main :
3
3
- name : Getting Started
4
- ref : " /User/README.md"
4
+ ref : " /User/README/index .md"
5
5
- name : Start solo network with single command
6
6
ref : " /User/TaskTool.md"
7
7
- name : Hedera Developer
You can’t perform that action at this time.
0 commit comments