Skip to content

Commit c159c16

Browse files
committed
etcd-website: reorganise v3.7
Signed-off-by: Wendy Ha <139814343+wendy-ha18@users.noreply.github.com>
1 parent 06dc032 commit c159c16

18 files changed

+16
-5
lines changed

content/en/docs/v3.7/tasks/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Tasks
3+
weight: 90
4+
description: This section provides task-focused guides for developers building applications with etcd, and for operators responsible for deploying, configuring, and maintaining etcd clusters.
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Developer Tasks
3+
weight: 150
4+
description: Step-by-step guides for developers using etcd as a key-value store in their applications.
5+
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

content/en/docs/v3.7/tutorials/writing-to-etcd.md renamed to content/en/docs/v3.7/tasks/developer/writing-to-etcd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Writing to etcd
33
description: Adding a KV pair to an etcd cluster
4-
weight: 200
4+
weight: 250
55
---
66

77
## Prerequisites
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Operator Tasks
3+
weight: 95
4+
description: Operational guides for deploying, configuring, and maintaining an etcd cluster.
5+
---

0 commit comments

Comments
 (0)