From bccf288447602df23c333fe79d662877bc7c4399 Mon Sep 17 00:00:00 2001 From: Priyansh Khodiyar Date: Thu, 14 May 2026 19:37:00 +0530 Subject: [PATCH] docs(site): add logo wordmark, Discord link, and navbar icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Navbar previously rendered "Authsome" as plain text with no logo or favicon. This adds the Authsome `#` mark + wordmark as SVG logos (light and dark variants), a favicon, and a Discord community link. The PyPI link gets a Python brand icon, and Discord moves into footer socials alongside GitHub. llms.txt drops out of the navbar — it already lives in the footer's Docs column, and the navbar slot is more valuable for the community link. --- docs/site/docs.json | 24 +++++++++++++++++++----- docs/site/favicon.svg | 4 ++++ docs/site/logo/dark.svg | 6 ++++++ docs/site/logo/light.svg | 6 ++++++ 4 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 docs/site/favicon.svg create mode 100644 docs/site/logo/dark.svg create mode 100644 docs/site/logo/light.svg diff --git a/docs/site/docs.json b/docs/site/docs.json index 6f5d2b7..f2a8511 100644 --- a/docs/site/docs.json +++ b/docs/site/docs.json @@ -2,6 +2,11 @@ "$schema": "https://mintlify.com/docs.json", "theme": "mint", "name": "Authsome", + "logo": { + "light": "/logo/light.svg", + "dark": "/logo/dark.svg" + }, + "favicon": "/favicon.svg", "description": "Local credential broker for AI agents. Log in once via OAuth2 or API key. Authsome keeps tokens fresh and injects them at runtime.", "colors": { "primary": "#83CA16", @@ -223,12 +228,20 @@ "navbar": { "links": [ { - "label": "PyPI", - "href": "https://pypi.org/project/authsome/" + "label": "Discord", + "href": "https://discord.gg/9YP2C9tvMp", + "icon": { + "name": "discord", + "style": "brands" + } }, { - "label": "llms.txt", - "href": "/docs/llms.txt" + "label": "PyPI", + "href": "https://pypi.org/project/authsome/", + "icon": { + "name": "python", + "style": "brands" + } } ], "primary": { @@ -251,7 +264,8 @@ }, "footer": { "socials": { - "github": "https://github.com/agentrhq/authsome" + "github": "https://github.com/agentrhq/authsome", + "discord": "https://discord.gg/9YP2C9tvMp" }, "links": [ { diff --git a/docs/site/favicon.svg b/docs/site/favicon.svg new file mode 100644 index 0000000..0472884 --- /dev/null +++ b/docs/site/favicon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/site/logo/dark.svg b/docs/site/logo/dark.svg new file mode 100644 index 0000000..7c52bde --- /dev/null +++ b/docs/site/logo/dark.svg @@ -0,0 +1,6 @@ + + + + +Authsome + diff --git a/docs/site/logo/light.svg b/docs/site/logo/light.svg new file mode 100644 index 0000000..5c2f592 --- /dev/null +++ b/docs/site/logo/light.svg @@ -0,0 +1,6 @@ + + + + +Authsome +