File tree 7 files changed +9
-6
lines changed
7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ An opinionated CLI tool to deploy and manage standalone test networks.
25
25
26
26
To run a three-node network, you will need to set up Docker Desktop with at least 8GB of memory and 4 CPUs.
27
27
28
- ![ alt text] ( /docs/content/User /DockerDesktop.png)
28
+ ![ alt text] ( images /DockerDesktop.png)
29
29
30
30
## Setup
31
31
Original file line number Diff line number Diff line change @@ -72,7 +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
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
76
79
77
80
install :
78
81
cmds :
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ For Developers working on Hedera Application and platform development:
8
8
9
9
* [ Hedera developer] ( HederaDeveloper.md )
10
10
* [ Platform developer] ( PlatformDeveloper.md )
11
- * [ Attach JVM debugger and retrieve logs] ( DebugLog/debug .md )
11
+ * [ Attach JVM debugger and retrieve logs] ( DebugLog/index .md )
12
12
13
13
For Hedera JavaScript SDK users:
14
14
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
8
8
ref : " HederaDeveloper.md"
9
9
- name : Platform Developer
10
10
ref : " PlatformDeveloper.md"
11
11
- name : Attach JVM debugger and retrieve logs
12
- ref : " /User/DebugLog.md"
12
+ ref : " /User/DebugLog/index .md"
13
13
- name : Using Solo with Hedera JavaScript SDK
14
14
ref : " /User/SDK.md"
15
15
- name : Using Solo with mirror node
You can’t perform that action at this time.
0 commit comments