Skip to content

Commit b6e0511

Browse files
authored
Merge pull request #1029 from wendy-ha18/etcd-website-rename-tutorial-to-task
etcd-website: Reorganised tutorials to tasks
2 parents c7cba05 + 64438da commit b6e0511

36 files changed

+32
-10
lines changed

content/en/docs/v3.6/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.
File renamed without changes.

content/en/docs/v3.6/tutorials/writing-to-etcd.md renamed to content/en/docs/v3.6/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

0 commit comments

Comments
 (0)