From 6339074e6a7eecb958f78d312ab028a64729c4c9 Mon Sep 17 00:00:00 2001 From: scottf Date: Mon, 17 Jun 2024 13:08:47 -0400 Subject: [PATCH] fixed top meta --- examples/jetstream/ack-ack/meta.yaml | 2 +- examples/jetstream/list-subjects/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/jetstream/ack-ack/meta.yaml b/examples/jetstream/ack-ack/meta.yaml index 2c15961a..6bd2ab11 100644 --- a/examples/jetstream/ack-ack/meta.yaml +++ b/examples/jetstream/ack-ack/meta.yaml @@ -1,4 +1,4 @@ -title: Confirmed message ack +title: Confirmed Message Ack description: |- A confirmed message ack means that the client waits for an ack from the server to ensure that the ack was received and processed. The functionality can be found in various clients under the following: diff --git a/examples/jetstream/list-subjects/meta.yaml b/examples/jetstream/list-subjects/meta.yaml index 2092689d..35fe878c 100644 --- a/examples/jetstream/list-subjects/meta.yaml +++ b/examples/jetstream/list-subjects/meta.yaml @@ -1,4 +1,4 @@ -title: List subjects for a specific stream +title: List Subjects for a Specific Stream description: |- All clients have a way to get the list of subjects for any given stream, except it's not completely obvious how to do this. These examples will show you how to get the list of subjects.