From 04a08f7bfbc93132b6e5f2596bb237c0800275e3 Mon Sep 17 00:00:00 2001 From: Victor Rocheleau Date: Mon, 16 Sep 2024 14:58:47 -0400 Subject: [PATCH] address comments --- docs/deployment.md | 2 +- docs/public_discovery.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deployment.md b/docs/deployment.md index 41e869f5..53f682f9 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -102,7 +102,7 @@ If all went well, the `old-bento.example.com` domain should be redirected to `be ## Discovery configuration -Bento can serve censored data publicly if configured to do so, this allows anonymous users to take a glimpse into the +Bento can serve censored data publicly if configured to do so. This allows anonymous users to take a glimpse into the data hosted by a Bento node. When deploying a Bento instance, make sure that the discovery settings are configured properly at the necessary levels. diff --git a/docs/public_discovery.md b/docs/public_discovery.md index 90246066..562261e1 100644 --- a/docs/public_discovery.md +++ b/docs/public_discovery.md @@ -16,12 +16,12 @@ Bento v17 gives the ability to specify a scoped Discovery configuration at the f - Optional at dataset creation - For scoped queries on public endpoints targeting a project and dataset: - Katsu will use the dataset's discovery configuration, if one exists. - - If no configuration is found, fallsback on the parent project's discovery + - If no configuration is found, falls back to the parent project's discovery. - Project - Optional at project creation - For scoped queries on public endpoints targeting a project only: - Katsu will use the project's discovery configuration, if one exists. - - If no configuration is found, fallsback on the node's config + - If no configuration is found, falls back to the node's config. - Node - Optional during Katsu deployment - Uses the legacy `lib/katsu/config.json` file mount