Skip to content

Commit 40cb8e7

Browse files
authored
fix: Update quickstart.md based on feedback
1 parent 9b5f4e5 commit 40cb8e7

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

content/en/docs/v3.5/quickstart.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Before you begin, ensure you have the following:
1010

1111
1. **etcd Installed**
1212
Build or download etcd from [Install][] and verify that the `etcd` binary is in your system’s PATH.
13-
{{% alert color="warning" %}}**Important**: Ensure that you perform the last
14-
step of the installation instructions to verify that `etcd` is in your path.
15-
{{% /alert %}}
1613

1714
2. **Terminal Access**
1815
You’ll need two terminal windows: one to run the etcd server and one to interact with it using `etcdctl`.
@@ -34,10 +31,6 @@ Choose the workflow that best fits your role:
3431
3532
```
3633

37-
{{% alert color="info" %}}**Note**: The output produced by `etcd` are
38-
[logs](../op-guide/configuration/#logging) — info-level logs can
39-
be ignored. {{% /alert %}}
40-
4134
2. **Interact with etcd**
4235
In a separate terminal, run the following commands to set and retrieve a key:
4336

@@ -71,38 +64,42 @@ Choose the workflow that best fits your role:
7164
```
7265

7366
3. **Configure and Secure etcd**
74-
Check out the Operator Guide for steps on clustering, securing with TLS, and performance tuning.
67+
Check out the [Operations guide][] for steps on [clustering][], securing with TLS, and performance tuning.
68+
7569
4. **Troubleshooting & Maintenance**
7670
If issues arise, consult the Troubleshooting section for common problems and solutions.
7771

7872
## What's next?
7973

8074
Learn about more ways to configure and use etcd from the following pages:
8175

82-
- ### **Development:**
76+
### **Development:**
77+
78+
Continue with the [Developer guide][dev-guide], which includes the [Set up a local cluster][] page, [API][] references, and integration examples.
8379

84-
Continue with the [Developer guide][], which includes the [Set up a local cluster][] page, [API][] references, and integration examples.
80+
- Explore the gRPC [API][]
8581

86-
- #### Explore the gRPC [API][]
82+
- Find [language bindings and tools][integrations]
8783

88-
- #### Find [language bindings and tools][integrations]
84+
### **Operations:**
8985

90-
- ### **Operations:**
86+
Proceed to the [Operations guide][op-guide] for advanced configuration, clustering, security, and performance tuning.
9187

92-
Proceed to the [Operations guide][] for advanced configuration, clustering, security, and performance tuning.
88+
- Set up a [multi-machine cluster][clustering]
9389

94-
- #### Set up a [multi-machine cluster][clustering]
90+
- Use TLS to [secure an etcd cluster][security]
9591

96-
- #### Use TLS to [secure an etcd cluster][security]
92+
- [Tune etcd][tuning]
9793

98-
- #### [Tune etcd][tuning]
94+
- Learn how to [configure][] etcd
9995

100-
- #### Learn how to [configure][] etcd
10196

102-
[api]: /docs/{{< param version >}}/learning/api
97+
[API]: /docs/{{< param version >}}/learning/api
10398
[clustering]: /docs/{{< param version >}}/op-guide/clustering
10499
[configure]: /docs/{{< param version >}}/op-guide/configuration
105100
[integrations]: /docs/{{< param version >}}/integrations
106101
[security]: /docs/{{< param version >}}/op-guide/security
107102
[tuning]: /docs/{{< param version >}}/tuning
108103
[Install]: ../install/
104+
[dev-guide]: /docs/{{< param version >}}/dev-guide
105+
[op-guide]: /docs/{{< param version >}}/op-guide

0 commit comments

Comments
 (0)