mirror of https://github.com/dapr/docs.git
Update to pub/sub statefulsets doc title/link title (#3176)
* update to title/link title per Mark Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> * update order in toc Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --------- Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
127aa75dfd
commit
87c49b1b25
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
type: docs
|
||||
title: "How to: Subscribe to messages using StatefulSet"
|
||||
linkTitle: "How to: Subscribe with StatefulSet"
|
||||
weight: 2000
|
||||
title: "How to: Horizontally scale subscribers with StatefulSets"
|
||||
linkTitle: "How to: Horizontally scale subscribers with StatefulSets"
|
||||
weight: 6000
|
||||
description: "Learn how to subscribe with StatefulSet and scale horizontally with consistent consumer IDs"
|
||||
---
|
||||
|
||||
|
|
@ -91,4 +91,4 @@ spec:
|
|||
- Try the [pub/sub tutorial](https://github.com/dapr/quickstarts/tree/master/tutorials/pub-sub).
|
||||
- Learn about [messaging with CloudEvents]({{< ref pubsub-cloudevents.md >}}) and when you might want to [send messages without CloudEvents]({{< ref pubsub-raw.md >}}).
|
||||
- Review the list of [pub/sub components]({{< ref setup-pubsub >}}).
|
||||
- Read the [API reference]({{< ref pubsub_api.md >}}).
|
||||
- Read the [API reference]({{< ref pubsub_api.md >}}).
|
||||
|
|
|
|||
Loading…
Reference in New Issue