Skip to content
Closed
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
14 changes: 14 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
"icons": {
"library": "lucide"
},
"seo": {
"metatags": {
"og:title": "Stably AI - AI-Powered Testing Platform Documentation",
"og:description": "Comprehensive documentation for Stably AI, the AI-powered testing platform that prevents bugs on your web app with intelligent test automation.",
"og:image": "/images/social-preview.png",
"og:type": "website",
"og:site_name": "Stably AI Documentation",
"twitter:image": "images/social-preview.png",
"twitter:site": "@stablyai",
"twitter:site:domain": "stably.ai",
"apple-mobile-web-app-title": "Stably Docs"
},
"indexing": "navigable"
},
"navigation": {
"dropdowns": [
{
Expand Down
1 change: 1 addition & 0 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Introduction"
description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers."
icon: "book-open"
mode: "custom"
'og:image': '/iamges/hero/rocket.png'
---

export const HeroCard = ({ filename, title, description, href }) => {
Expand Down