diff --git a/README.md b/README.md index f5c4b6d96..f52604dd4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/Taskfile.yaml b/docs/Taskfile.yaml index 19692dc00..34c53be0c 100644 --- a/docs/Taskfile.yaml +++ b/docs/Taskfile.yaml @@ -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: diff --git a/docs/content/User/DebugLog/debug.md b/docs/content/User/DebugLog/index.md similarity index 100% rename from docs/content/User/DebugLog/debug.md rename to docs/content/User/DebugLog/index.md diff --git a/docs/content/User/GetStarted.md b/docs/content/User/GetStarted.md index 90ef4926a..baca36d7a 100644 --- a/docs/content/User/GetStarted.md +++ b/docs/content/User/GetStarted.md @@ -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: diff --git a/docs/content/_index.md b/docs/content/_index.md index fb8f53242..3749616da 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -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 diff --git a/docs/data/menu/main.yml b/docs/data/menu/main.yml index ea654a1a1..ad83dc4a6 100644 --- a/docs/data/menu/main.yml +++ b/docs/data/menu/main.yml @@ -1,7 +1,7 @@ --- 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 @@ -9,7 +9,7 @@ main: - 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 diff --git a/images/DockerDesktop.png b/images/DockerDesktop.png new file mode 100644 index 000000000..3039f189e Binary files /dev/null and b/images/DockerDesktop.png differ