From 878668568e9afe887e222acf36e559a9c1d2498c Mon Sep 17 00:00:00 2001 From: Nivedit Jain Date: Fri, 17 Jul 2026 10:15:54 +0000 Subject: [PATCH 1/2] docs: link the docs logo to befailproof.ai The navbar logo used Mintlify's default target, the docs homepage. Set logo.href so it points at the landing page instead, giving readers a way back to the product from every docs page. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 1 + docs/docs.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168aef80..676fc3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.0.14-beta.1 — 2026-07-17 ### Docs +- Point the docs logo at the landing page: the Failproof AI logo in the navbar now links to `https://befailproof.ai` via `logo.href` instead of Mintlify's default of the docs homepage, giving readers a way back to the product from every page. (#562) - Tell readers where the `agenteye-cli` skill actually is. `/agenteye/cli-skill` explained how to install the skill but never said where to get it — it claimed Failproof AI "delivers the folder to you" and to "ask your Failproof AI contact" if you don't have it. The skill has been published in the public [`FailproofAI/skills`](https://github.com/FailproofAI/skills) collection all along, so the page now links it and leads with `npx skills add FailproofAI/skills --skill agenteye-cli`, keeping the copy-the-folder route as the manual fallback. (#561) - Point the docs navbar button at the landing page's "talk to us" booking link instead of `/getting-started`, so the primary CTA matches befailproof.ai. (#556) - Give the docs footer a way back to the product: add `website` + `discord` to the footer socials and Product (Home / Blog / Guides) and Resources (npm / GitHub / Discord) link columns, mirroring the befailproof.ai footer. Previously the docs linked back to the marketing site from nowhere. (#556) diff --git a/docs/docs.json b/docs/docs.json index 9d937888..3ee49042 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -9,7 +9,8 @@ }, "logo": { "light": "/logo/Failproof_AI_logo_light.png", - "dark": "/logo/Failproof_AI_logo.png" + "dark": "/logo/Failproof_AI_logo.png", + "href": "https://befailproof.ai" }, "favicon": "/favicon.ico", "contextual": { From 0700e2ebae4ae4f7579e5ac52157353fc9fd98a9 Mon Sep 17 00:00:00 2001 From: Nivedit Jain Date: Fri, 17 Jul 2026 10:22:24 +0000 Subject: [PATCH 2/2] docs: correct changelog PR reference to #563 Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676fc3a1..1c040e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 0.0.14-beta.1 — 2026-07-17 ### Docs -- Point the docs logo at the landing page: the Failproof AI logo in the navbar now links to `https://befailproof.ai` via `logo.href` instead of Mintlify's default of the docs homepage, giving readers a way back to the product from every page. (#562) +- Point the docs logo at the landing page: the Failproof AI logo in the navbar now links to `https://befailproof.ai` via `logo.href` instead of Mintlify's default of the docs homepage, giving readers a way back to the product from every page. (#563) - Tell readers where the `agenteye-cli` skill actually is. `/agenteye/cli-skill` explained how to install the skill but never said where to get it — it claimed Failproof AI "delivers the folder to you" and to "ask your Failproof AI contact" if you don't have it. The skill has been published in the public [`FailproofAI/skills`](https://github.com/FailproofAI/skills) collection all along, so the page now links it and leads with `npx skills add FailproofAI/skills --skill agenteye-cli`, keeping the copy-the-folder route as the manual fallback. (#561) - Point the docs navbar button at the landing page's "talk to us" booking link instead of `/getting-started`, so the primary CTA matches befailproof.ai. (#556) - Give the docs footer a way back to the product: add `website` + `discord` to the footer socials and Product (Home / Blog / Guides) and Resources (npm / GitHub / Discord) link columns, mirroring the befailproof.ai footer. Previously the docs linked back to the marketing site from nowhere. (#556)