From acfd24222bd22da18aedba3533a0907045750824 Mon Sep 17 00:00:00 2001 From: "fumabase[bot]" <218156894+fumabase[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:57:29 +0000 Subject: [PATCH] Update `packages/web/src/content/docs/fumabase.jsonc` --- packages/web/src/content/docs/fumabase.jsonc | 54 ++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 packages/web/src/content/docs/fumabase.jsonc diff --git a/packages/web/src/content/docs/fumabase.jsonc b/packages/web/src/content/docs/fumabase.jsonc new file mode 100644 index 00000000000..3f94cc5418d --- /dev/null +++ b/packages/web/src/content/docs/fumabase.jsonc @@ -0,0 +1,54 @@ +{ + // the logo shown in the top left + "logo": { + "light": "https://uploads.fumabase.com/site/cmcrdub4c0000xkyprd9hcxee/mediaAssets/9b352d59-6b61-4fa9-a580-ba1d18e4b613-ggdwwvmweae9-st.jpeg", + "dark": null, + "href": null, + "text": null + }, + "name": "opencode-fork", + "footer": { + "links": [ + { + "items": [ + { + "href": "https://fumabase.com", + "label": "Fumabase" + } + ], + "header": "Documentation" + } + ], + "socials": { + "github": "https://github.com/remorses", + "twitter": "https://x.com/__morse" + } + }, + "navbar": { + // the links shown in the top right + "links": [ + { + "href": "https://fumabase.com", + "icon": "document", + "label": "Home" + } + ], + // a button shown on the top right + "primary": { + "href": "https://fumabase.com/login", + "type": "button", + "label": "Get Started" + } + }, + "siteId": "cmcrdub4c0000xkyprd9hcxee", + "$schema": "https://fumabase.com/fumabase.json", + // to add new domains you can simply add them here, then add a CNAME record pointing to cname.fumabase.com + "domains": [ + "opencode-fork-91jogxuc.localhost", + "opencode-fork-91jogxuc.fumabase.com" + ], + "favicon": { + "dark": "/favicon.svg", + "light": "/favicon.svg" + } +} \ No newline at end of file