From 5d438146755a4ac00db93686fbbcb267f2adce29 Mon Sep 17 00:00:00 2001
From: April M <36110273+aimurphy@users.noreply.github.com>
Date: Tue, 13 Jan 2026 05:36:53 -0800
Subject: [PATCH 1/2] temporarily add meta tag to verify algolia
---
docs/docs/get-started/what-is-openrag.mdx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/docs/get-started/what-is-openrag.mdx b/docs/docs/get-started/what-is-openrag.mdx
index 440d4604..7458dccf 100644
--- a/docs/docs/get-started/what-is-openrag.mdx
+++ b/docs/docs/get-started/what-is-openrag.mdx
@@ -4,6 +4,8 @@ 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:
From a454167a4daf64fb7a9aa2c56a946d0d3e2cc6a8 Mon Sep 17 00:00:00 2001
From: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Tue, 13 Jan 2026 09:51:14 -0500
Subject: [PATCH 2/2] global-head-meta
---
docs/docs/get-started/what-is-openrag.mdx | 2 --
docs/docusaurus.config.js | 8 ++++++++
2 files changed, 8 insertions(+), 2 deletions(-)
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