diff --git a/CHANGELOG.md b/CHANGELOG.md index 168aef80..1c040e58 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. (#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) 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": {