From 483aab2527ac8f81ae3e0f03de760223f377285f Mon Sep 17 00:00:00 2001 From: Benita Volkmann Date: Tue, 1 Sep 2026 14:25:37 +0200 Subject: [PATCH 1/2] Add some SEO and metadata --- docs.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs.json b/docs.json index 711615c6..d37e9411 100644 --- a/docs.json +++ b/docs.json @@ -2,6 +2,7 @@ "$schema": "https://mintlify.com/docs.json", "theme": "almond", "name": "PowerSync", + "description": "PowerSync keeps backend databases in sync with in-app SQLite, so apps respond instantly and remain fully functional when the network is unavailable.", "colors": { "primary": "#4e89ff", "light": "#4e89ff", @@ -70,6 +71,28 @@ "domain": "docs.powersync.com" } }, + "seo": { + "metatags": { + "canonical": "https://docs.powersync.com", + "og:locale": "en_US", + "twitter:site": "@powersync_" + }, + "organization": { + "id": "https://www.powersync.com/#organization", + "name": "PowerSync", + "url": "https://www.powersync.com", + "logo": "https://docs.powersync.com/images/logo.png", + "sameAs": [ + "https://github.com/powersync-ja", + "https://x.com/powersync_", + "https://www.linkedin.com/showcase/journeyapps-powersync/", + "https://bsky.app/profile/powersync.com" + ] + } + }, + "search": { + "prompt": "Search PowerSync docs..." + }, "navigation": { "tabs": [ { From 95d106cccf5cc6f1d2c20994efc7910e59f04e3a Mon Sep 17 00:00:00 2001 From: Benita Volkmann Date: Tue, 1 Sep 2026 14:27:59 +0200 Subject: [PATCH 2/2] Remove custom search prompt --- docs.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs.json b/docs.json index d37e9411..82b2af3c 100644 --- a/docs.json +++ b/docs.json @@ -90,9 +90,6 @@ ] } }, - "search": { - "prompt": "Search PowerSync docs..." - }, "navigation": { "tabs": [ {