Skip to content

Commit 4073d31

Browse files
fix: add missing images, fix debug page images (#1092)
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent 03e2eba commit 4073d31

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An opinionated CLI tool to deploy and manage standalone test networks.
2525

2626
To run a three-node network, you will need to set up Docker Desktop with at least 8GB of memory and 4 CPUs.
2727

28-
![alt text](/docs/content/User/DockerDesktop.png)
28+
![alt text](images/DockerDesktop.png)
2929

3030
## Setup
3131

docs/Taskfile.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ tasks:
7272
- mkdir -p content/Developer
7373
- cp ../DEV.md content/Developer/DEV.md
7474
- 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
7679

7780
install:
7881
cmds:

docs/content/User/GetStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For Developers working on Hedera Application and platform development:
88

99
* [Hedera developer](HederaDeveloper.md)
1010
* [Platform developer](PlatformDeveloper.md)
11-
* [Attach JVM debugger and retrieve logs](DebugLog/debug.md)
11+
* [Attach JVM debugger and retrieve logs](DebugLog/index.md)
1212

1313
For Hedera JavaScript SDK users:
1414

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ geekdocDescription: Home page for Solo Documentation
2121

2222
Solo is an opinionated CLI tool to deploy and manage standalone test networks.
2323

24-
{{< button size="large" relref="User/README.md" >}}Getting Started{{< /button >}}
24+
{{< button size="large" relref="User/README/index.md" >}}Getting Started{{< /button >}}
2525

2626
## Feature overview
2727

docs/data/menu/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
main:
33
- name: Getting Started
4-
ref: "/User/README.md"
4+
ref: "/User/README/index.md"
55
- name: Start solo network with single command
66
ref: "/User/TaskTool.md"
77
- name: Hedera Developer
88
ref: "HederaDeveloper.md"
99
- name: Platform Developer
1010
ref: "PlatformDeveloper.md"
1111
- name: Attach JVM debugger and retrieve logs
12-
ref: "/User/DebugLog.md"
12+
ref: "/User/DebugLog/index.md"
1313
- name: Using Solo with Hedera JavaScript SDK
1414
ref: "/User/SDK.md"
1515
- name: Using Solo with mirror node

images/DockerDesktop.png

109 KB
Loading

0 commit comments

Comments
 (0)