From ca75ea2ce9e98b6be55054bf87aadecded115eb7 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 09:28:45 -0700 Subject: [PATCH 1/2] docs: clarify accessible_views is context guidance, not security (#10884) Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs-mintlify/admin/ai/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-mintlify/admin/ai/index.mdx b/docs-mintlify/admin/ai/index.mdx index 01527fde6ba83..d16a6d86d42cd 100644 --- a/docs-mintlify/admin/ai/index.mdx +++ b/docs-mintlify/admin/ai/index.mdx @@ -52,7 +52,7 @@ memory_mode: user | `llm` | string or object | `auto` | LLM provider — `auto`, a [predefined model](#llm) name, or a [BYOM](/admin/ai/bring-your-own-model) reference. | | `embedding_llm` | string or object | `text-embedding-3-large` | Embedding model — a predefined name or a BYOM reference. | | `runtime` | string | `plain` | [Runtime mode](#runtime) — `plain` or `reasoning`. | -| `accessible_views` | array | _all views_ | List of view names the agent is allowed to query. If omitted or empty, the agent has access to all views. | +| `accessible_views` | array | _all views_ | List of view names exposed to the agent as context guidance for which views to query. This is not a security control — if omitted or empty, all views are exposed. Use [access policies](/reference/data-modeling/data-access-policies) to enforce actual access restrictions. | | `memory_mode` | string | `space` | [Memory isolation mode](#memory) — `space`, `user`, or `disabled`. | Rules and certified queries have their own dedicated pages: From f56bc3f9022c2dfac316016125ebc298faa192d5 Mon Sep 17 00:00:00 2001 From: Artyom Keydunov Date: Thu, 14 May 2026 11:28:40 -0700 Subject: [PATCH 2/2] docs: stop indexing pages outside the docs.json navigation (#10886) Switch seo.indexing from "all" to "navigable" so pages we removed from the sidebar (e.g. the legacy visualization-tools entries like Sigma) no longer appear in site search, the sitemap, or AI assistant context. Co-authored-by: Cursor --- docs-mintlify/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-mintlify/docs.json b/docs-mintlify/docs.json index 92b9d5fbd029e..2fac5fa690c74 100644 --- a/docs-mintlify/docs.json +++ b/docs-mintlify/docs.json @@ -691,7 +691,7 @@ } }, "seo": { - "indexing": "all", + "indexing": "navigable", "metatags": { "og:type": "website", "og:site_name": "Cube Documentation"