Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"logo": {
"light": "/logo/Failproof_AI_logo_light.png",
"dark": "/logo/Failproof_AI_logo.png"
"dark": "/logo/Failproof_AI_logo.png",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VERIFIED: logo.href is the correct Mintlify field. The Mintlify docs show the exact same shape: \logo: { \light: ..., \dark: ..., \href: ...\ }. This is the documented way to redirect the logo click.

"href": "https://befailproof.ai"
},
"favicon": "/favicon.ico",
"contextual": {
Expand Down