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 +