From 90bd03a83fa210b36f5ae0fe800f2c5747539a24 Mon Sep 17 00:00:00 2001 From: Graham Herceg Date: Mon, 6 Nov 2023 12:01:56 -0500 Subject: [PATCH] add nosearch directive for incomplete scaling docs --- docs/source/scaling/2-webworkers.rst | 2 ++ docs/source/scaling/3-postgres.rst | 2 ++ docs/source/scaling/4-redis.rst | 2 ++ docs/source/scaling/5-elasticsearch.rst | 2 ++ docs/source/scaling/6-sizing-buckets.rst | 2 ++ 5 files changed, 10 insertions(+) diff --git a/docs/source/scaling/2-webworkers.rst b/docs/source/scaling/2-webworkers.rst index d5abb92f50..b8f3172f45 100644 --- a/docs/source/scaling/2-webworkers.rst +++ b/docs/source/scaling/2-webworkers.rst @@ -1,3 +1,5 @@ +:nosearch: + Webworkers ========== diff --git a/docs/source/scaling/3-postgres.rst b/docs/source/scaling/3-postgres.rst index 56f8ab843d..e1f0256236 100644 --- a/docs/source/scaling/3-postgres.rst +++ b/docs/source/scaling/3-postgres.rst @@ -1,3 +1,5 @@ +:nosearch: + PostgreSQL ========== diff --git a/docs/source/scaling/4-redis.rst b/docs/source/scaling/4-redis.rst index f3a3abf2c0..601d8c3866 100644 --- a/docs/source/scaling/4-redis.rst +++ b/docs/source/scaling/4-redis.rst @@ -1,3 +1,5 @@ +:nosearch: + Redis ===== diff --git a/docs/source/scaling/5-elasticsearch.rst b/docs/source/scaling/5-elasticsearch.rst index a2a2d226d4..be9e4c52fb 100644 --- a/docs/source/scaling/5-elasticsearch.rst +++ b/docs/source/scaling/5-elasticsearch.rst @@ -1,3 +1,5 @@ +:nosearch: + Elasticsearch ============= diff --git a/docs/source/scaling/6-sizing-buckets.rst b/docs/source/scaling/6-sizing-buckets.rst index faafcf2380..ae4d6c6484 100644 --- a/docs/source/scaling/6-sizing-buckets.rst +++ b/docs/source/scaling/6-sizing-buckets.rst @@ -1,3 +1,5 @@ +:nosearch: + .. _sizing-buckets: Sizing Buckets