From db2cd70d74fca447fbb5ae059f4f99aafe275250 Mon Sep 17 00:00:00 2001 From: sohey Date: Tue, 10 Mar 2026 09:56:05 -0400 Subject: [PATCH 1/4] added assistant option --- docs/docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs.json b/docs/docs.json index 2c4c70279..6ab25d230 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -10,6 +10,7 @@ "favicon": "/logo/favicon.png", "contextual": { "options": [ + "assistant", "copy", "chatgpt", "claude" From 9e9ae3c26ec1617d3f749955fbad9e677f05612c Mon Sep 17 00:00:00 2001 From: sohey Date: Tue, 10 Mar 2026 10:10:43 -0400 Subject: [PATCH 2/4] added assistant option --- docs/docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs.json b/docs/docs.json index 6ab25d230..e94087d3e 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -12,6 +12,7 @@ "options": [ "assistant", "copy", + "view", "chatgpt", "claude" ] From 81fec2e154d414fae3eb2507499746edd8344ec9 Mon Sep 17 00:00:00 2001 From: sohey Date: Tue, 10 Mar 2026 10:28:48 -0400 Subject: [PATCH 3/4] added indexing option for geo --- docs/docs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index e94087d3e..7d78cdff3 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -27,6 +27,12 @@ ] } }, + "seo": { + "metatags": { + "og:type": "website", + "og:site_name": "Base documentation" + } + }, "navigation": { "tabs": [ { From aaf2f1621d94a8dcae10a2d64037926e3c491969 Mon Sep 17 00:00:00 2001 From: sohey Date: Tue, 10 Mar 2026 11:16:08 -0400 Subject: [PATCH 4/4] added indexing options for aeo --- docs/.mintignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/.mintignore diff --git a/docs/.mintignore b/docs/.mintignore new file mode 100644 index 000000000..6770813bb --- /dev/null +++ b/docs/.mintignore @@ -0,0 +1,2 @@ +# Exclude specific files +writing.md