mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
* sign up copy nits * first pass at new onboarding page * wip join onboard logic * refactor auth provider fetch logic * add member approval and invite link flag logic * update join request flow and remove jit logic * onboard guard * nits, onboard role check, invite link enabled check * fix bg color issue in onboarding page * refactor onboard UI * ui nits and more onboarding resource cards * revamp auth docs * change member approval default behavior and updated docs * merge prisma migrations * add id to resource card * feedback * feedback * feedback and fixed build * settings drop down UI nit * ui nits * handle join when max capacity case * add news data for member toggle * refactor for public access case * add iap bridge to onboard logic * fetch member approval req and invite link enabled flag on server * ui nits * fix invite link enable toggle snapping issue * ui nits * styling and ui nits, pass in invite id from server * add mcp resource in onboard step * get invite link in server * fix build issue * refactor docs on config * minor doc nit
135 lines
No EOL
5.1 KiB
JSON
135 lines
No EOL
5.1 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "willow",
|
|
"name": "Sourcebot",
|
|
"colors": {
|
|
"primary": "#851EE7",
|
|
"light": "#FFFFFF",
|
|
"dark": "#851EE7"
|
|
},
|
|
"favicon": "/fav.svg",
|
|
"styling": {
|
|
"eyebrows": "section"
|
|
},
|
|
"navigation": {
|
|
"anchors": [
|
|
{
|
|
"anchor": "Docs",
|
|
"icon": "books",
|
|
"groups": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"docs/overview",
|
|
"docs/deployment-guide"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
{
|
|
"group": "Search",
|
|
"pages": [
|
|
"docs/features/search/syntax-reference",
|
|
"docs/features/search/multi-branch-indexing",
|
|
"docs/features/search/search-contexts"
|
|
]
|
|
},
|
|
"docs/features/code-navigation",
|
|
"docs/features/analytics",
|
|
"docs/features/mcp-server",
|
|
{
|
|
"group": "Agents",
|
|
"tag": "experimental",
|
|
"pages": [
|
|
"docs/features/agents/overview",
|
|
"docs/features/agents/review-agent"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration",
|
|
"pages": [
|
|
{
|
|
"group": "Indexing your code",
|
|
"pages": [
|
|
"docs/connections/overview",
|
|
"docs/connections/github",
|
|
"docs/connections/gitlab",
|
|
"docs/connections/bitbucket-cloud",
|
|
"docs/connections/bitbucket-data-center",
|
|
"docs/connections/gitea",
|
|
"docs/connections/gerrit",
|
|
"docs/connections/generic-git-host",
|
|
"docs/connections/local-repos",
|
|
"docs/connections/request-new"
|
|
]
|
|
},
|
|
"docs/license-key",
|
|
"docs/configuration/environment-variables",
|
|
{
|
|
"group": "Authentication",
|
|
"pages": [
|
|
"docs/configuration/auth/overview",
|
|
"docs/configuration/auth/providers",
|
|
"docs/configuration/auth/inviting-members",
|
|
"docs/configuration/auth/roles-and-permissions",
|
|
"docs/configuration/auth/faq"
|
|
]
|
|
},
|
|
"docs/configuration/transactional-emails",
|
|
"docs/configuration/structured-logging",
|
|
"docs/configuration/audit-logs"
|
|
]
|
|
},
|
|
{
|
|
"group": "Upgrade",
|
|
"pages": [
|
|
"docs/upgrade/v3-to-v4-guide",
|
|
"docs/upgrade/v2-to-v3-guide"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"anchor": "Changelog",
|
|
"href": "https://sourcebot.dev/changelog",
|
|
"icon": "list-check"
|
|
},
|
|
{
|
|
"anchor": "Support",
|
|
"href": "https://github.com/sourcebot-dev/sourcebot/discussions/categories/support",
|
|
"icon": "life-ring"
|
|
}
|
|
]
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.png",
|
|
"dark": "/logo/dark.png"
|
|
},
|
|
"navbar": {
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "GitHub",
|
|
"href": "https://github.com/sourcebot-dev/sourcebot"
|
|
}
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/sourcebot-dev/sourcebot",
|
|
"twitter": "https://x.com/sourcebot_dev",
|
|
"discord": "https://discord.gg/Y6b78RqM",
|
|
"linkedin": "https://www.linkedin.com/company/sourcebot"
|
|
}
|
|
},
|
|
"integrations": {
|
|
"posthog": {
|
|
"apiKey": "phc_DBGufjG0rkj3OEhuTcZ04xfeZB6eDhO7dP8ZCnqH7K7"
|
|
}
|
|
},
|
|
"appearance": {
|
|
"default": "dark",
|
|
"strict": false
|
|
}
|
|
} |