diff --git a/docs/docs/get-started/what-is-openrag.mdx b/docs/docs/get-started/what-is-openrag.mdx index 7458dccf..440d4604 100644 --- a/docs/docs/get-started/what-is-openrag.mdx +++ b/docs/docs/get-started/what-is-openrag.mdx @@ -4,8 +4,6 @@ slug: / hide_table_of_contents: true --- - - OpenRAG is an open-source package for building agentic RAG systems that integrates with a wide range of orchestration tools, databases, and LLM providers. OpenRAG connects and amplifies three popular, proven open-source projects into one powerful platform: diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 05232b40..61dd67ff 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -17,6 +17,14 @@ const config = { favicon: 'img/favicon.ico', headTags: [ + // Algolia site verification meta tag + { + tagName: "meta", + attributes: { + name: "algolia-site-verification", + content: "424339D27FB7921F", + }, + }, ...(isProduction ? [ // Google Consent Mode - Set defaults before Google tags load