Skip to content

Commit 47e4085

Browse files
committed
save
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
1 parent 53c3eb3 commit 47e4085

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/content/User/GetStarted.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
## Table of Contents
22

33
Quick start::
4+
45
* [Start solo network with single command](TaskTool.md)
56

67
For Developers working on Hedera Application and platform development:
8+
79
* [Hedera developer](HederaDeveloper.md)
810
* [Platform developer](PlatformDeveloper.md)
911
* [Attach JVM debugger and retrieve logs](DebugLog/debug.md)
1012

1113
For Hedera JavaScript SDK users:
14+
1215
* [Using Solo with Hedera JavaScript SDK](SDK.md)
1316

1417
For Hedera extended users:
18+
1519
* [Using Solo with mirror node](SoloWithMirrorNode.md)
1620
* [Access Hedera Network Services](AccessHederaServices.md)
1721

1822
For curious mind:
23+
1924
* [Step-by-step guide](StepByStepGuide.md)
20-
* [Solo CLI manual](SoloCLI.md)
25+
* [Solo CLI manual](SoloCLI.md)

docs/content/User/TaskTool.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Use the Task tool to launch Solo
2-
For users who want to quickly deploy a standalone solo network without need to know what is under the hood,
2+
3+
For users who want to quickly deploy a standalone solo network without need to know what is under the hood,
34
they can use the Task tool to launch the network with a single command.
45

56
First, install the cluster tool `kind` with this [link](https://kind.sigs.k8s.io/docs/user/quick-start#installation)

0 commit comments

Comments
 (0)