Skip to content

Commit

Permalink
fix: add missing images, fix debug page images (#1092)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas authored Jan 3, 2025
1 parent 03e2eba commit 4073d31
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ An opinionated CLI tool to deploy and manage standalone test networks.

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

![alt text](/docs/content/User/DockerDesktop.png)
![alt text](images/DockerDesktop.png)

## Setup

Expand Down
5 changes: 4 additions & 1 deletion docs/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ tasks:
- mkdir -p content/Developer
- cp ../DEV.md content/Developer/DEV.md
- mkdir -p content/User
- cp ../README.md content/User/README.md
- mkdir -p content/User/README
- cp ../README.md content/User/README/index.md
- mkdir -p content/User/README/images
- cp ../images/DockerDesktop.png content/User/README/images/DockerDesktop.png

install:
cmds:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/content/User/GetStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For Developers working on Hedera Application and platform development:

* [Hedera developer](HederaDeveloper.md)
* [Platform developer](PlatformDeveloper.md)
* [Attach JVM debugger and retrieve logs](DebugLog/debug.md)
* [Attach JVM debugger and retrieve logs](DebugLog/index.md)

For Hedera JavaScript SDK users:

Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ geekdocDescription: Home page for Solo Documentation

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

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

## Feature overview

Expand Down
4 changes: 2 additions & 2 deletions docs/data/menu/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
main:
- name: Getting Started
ref: "/User/README.md"
ref: "/User/README/index.md"
- name: Start solo network with single command
ref: "/User/TaskTool.md"
- name: Hedera Developer
ref: "HederaDeveloper.md"
- name: Platform Developer
ref: "PlatformDeveloper.md"
- name: Attach JVM debugger and retrieve logs
ref: "/User/DebugLog.md"
ref: "/User/DebugLog/index.md"
- name: Using Solo with Hedera JavaScript SDK
ref: "/User/SDK.md"
- name: Using Solo with mirror node
Expand Down
Binary file added images/DockerDesktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4073d31

Please sign in to comment.