Skip to content

Commit 2e0888e

Browse files
committed
Add image directory for README
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
1 parent 8ac1398 commit 2e0888e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/Taskfile.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +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
76-
- mkdir -p content/User/images
77-
- cp ../images/* content/User/images
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
7879

7980
install:
8081
cmds:

docs/content/_index.md

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)