diff --git a/SUMMARY.md b/SUMMARY.md index ab0a84e..33dc577 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -114,7 +114,7 @@ * [Concepts](jetstream/concepts/README.md) * [Streams](jetstream/concepts/streams.md) * [Consumers](jetstream/concepts/consumers.md) - * [Configuration](jetstream/concepts/configuration.md) + * [Example Configuration](jetstream/concepts/configuration.md) * [Getting Started](jetstream/getting_started/README.md) * [Using Docker](jetstream/getting_started/using_docker.md) * [Using Docker with NGS](jetstream/getting_started/using-docker-with-ngs.md) diff --git a/jetstream/concepts/configuration.md b/jetstream/concepts/configuration.md index 74c831a..529a119 100644 --- a/jetstream/concepts/configuration.md +++ b/jetstream/concepts/configuration.md @@ -1,6 +1,6 @@ -# Configuration +# Example Configuration -The rest of this document introduces the `nats` utility, but for completeness and reference this is how you'd create the ORDERS scenario. We'll configure a 1 year retention for order related messages: +[Addition documentation](../clustering/administration.md) introduces the `nats` utility, but for completeness and reference this is how you'd create the ORDERS scenario. We'll configure a 1 year retention for order related messages: ```bash $ nats str add ORDERS --subjects "ORDERS.*" --ack --max-msgs=-1 --max-bytes=-1 --max-age=1y --storage file --retention limits --max-msg-size=-1 --discard=old