From 86481cf26e14afc1da96c253e09eb7b590ea1761 Mon Sep 17 00:00:00 2001 From: vizsatiz Date: Wed, 26 Nov 2025 10:46:11 +0530 Subject: [PATCH 1/2] email fix for documentation website --- documentation/docs.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/docs.json b/documentation/docs.json index 386ffb11..5e2ca195 100644 --- a/documentation/docs.json +++ b/documentation/docs.json @@ -1,7 +1,7 @@ { "$schema": "https://mintlify.com/docs.json", "theme": "mint", - "name": "Flo AI Documentation", + "name": "Wavefront AI | Rootflo", "colors": { "primary": "#3B82F6", "light": "#60A5FA", @@ -62,8 +62,8 @@ "icon": "github" }, { - "anchor": "Community", - "href": "https://github.com/rootflo/flo-ai/discussions", + "anchor": "Discord", + "href": "https://discord.gg/BPXsNwfuRU", "icon": "comments" } ] @@ -76,14 +76,14 @@ "navbar": { "links": [ { - "label": "Examples", - "href": "https://github.com/rootflo/flo-ai/tree/main/flo_ai/examples" + "label": "Website", + "href": "https://rootflo.ai" } ], "primary": { "type": "button", - "label": "Get Started", - "href": "https://github.com/rootflo/flo-ai" + "label": "Get in touch", + "href": "mailto:sales@rootflo.ai?subject=Partnership%20Inquiry&body=Hi%2C%0A%0AI%20would%20like%20to%20know%20more%20about%20your%20Wavefront%20Enterprise%20AI%20Platform.%0A%0AThanks%2C%0A%0A" } }, "contextual": { From 6ff4662905c03269fb41af712cb6b09a18e4fa0e Mon Sep 17 00:00:00 2001 From: vizsatiz Date: Wed, 26 Nov 2025 10:46:35 +0530 Subject: [PATCH 2/2] Change get in touch to contact us --- documentation/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs.json b/documentation/docs.json index 5e2ca195..42591c26 100644 --- a/documentation/docs.json +++ b/documentation/docs.json @@ -82,7 +82,7 @@ ], "primary": { "type": "button", - "label": "Get in touch", + "label": "Contact us", "href": "mailto:sales@rootflo.ai?subject=Partnership%20Inquiry&body=Hi%2C%0A%0AI%20would%20like%20to%20know%20more%20about%20your%20Wavefront%20Enterprise%20AI%20Platform.%0A%0AThanks%2C%0A%0A" } },