Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing images, fix debug page images #1092

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Loading