From 2769cd1ca1685b5a39ecb3c035f74555924b79aa Mon Sep 17 00:00:00 2001 From: Tomas Fernandez Date: Mon, 8 Dec 2025 12:42:57 +0000 Subject: [PATCH] docs: enable AskAI --- docs/docusaurus.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index a14ac661d..a0066eb49 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -144,6 +144,15 @@ const config = { indexName: 'v2-sxmoon', // Optional: see doc section below contextualSearch: true, + askAi: { + indexName: 'askai-assistant-docs-semaphoreio', // Markdown index for Ask AI + apiKey: '5d6175600a64cf232ea5be2b88cd5cab', // (or a different key if needed) + appId: 'HJWFPD10QI', + assistantId: 'eTt93IPOlemb', + searchParameters: { + facetFilters: ['language:en'], // Optional: filter to specific language/version + }, + }, }, navbar: { title: 'Semaphore Docs',