diff --git a/docs-site/components/product-mechanics.tsx b/docs-site/components/product-mechanics.tsx index 9b370d7d..6561787b 100644 --- a/docs-site/components/product-mechanics.tsx +++ b/docs-site/components/product-mechanics.tsx @@ -20,8 +20,8 @@ const sourceInputs = [ accent: "border-amber-500", }, { - name: "Notion and docs", - detail: "definitions, policies, caveats, analyst notes", + name: "Company documentation", + detail: "Notion, policies, caveats, analyst notes", signal: "links business language back to semantic references", accent: "border-slate-500 dark:border-cyan-200", }, diff --git a/docs-site/tests/product-mechanics-content.test.mjs b/docs-site/tests/product-mechanics-content.test.mjs index 0efe06ba..e46fb691 100644 --- a/docs-site/tests/product-mechanics-content.test.mjs +++ b/docs-site/tests/product-mechanics-content.test.mjs @@ -53,6 +53,7 @@ test("product mechanics component covers source-specific context and SQL expansi "raw-sources/", ".ktx/", "sl_refs", + "Company documentation", "Notion", "Metabase", "query history",