mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
154 lines
No EOL
6 KiB
JSON
154 lines
No EOL
6 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": "Code Search",
|
|
"pages": [
|
|
"docs/features/search/overview",
|
|
"docs/features/search/syntax-reference",
|
|
"docs/features/search/multi-branch-indexing",
|
|
"docs/features/search/search-contexts"
|
|
]
|
|
},
|
|
{
|
|
"group": "Ask Sourcebot",
|
|
"pages": [
|
|
"docs/features/ask/overview",
|
|
"docs/features/ask/add-model-providers"
|
|
]
|
|
},
|
|
"docs/features/code-navigation",
|
|
"docs/features/analytics",
|
|
"docs/features/mcp-server",
|
|
"docs/features/permission-syncing",
|
|
{
|
|
"group": "Agents",
|
|
"tag": "experimental",
|
|
"pages": [
|
|
"docs/features/agents/overview",
|
|
"docs/features/agents/review-agent"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration",
|
|
"pages": [
|
|
"docs/configuration/config-file",
|
|
{
|
|
"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/ado-cloud",
|
|
"docs/connections/ado-server",
|
|
"docs/connections/gitea",
|
|
"docs/connections/gerrit",
|
|
"docs/connections/generic-git-host",
|
|
"docs/connections/local-repos",
|
|
"docs/connections/request-new"
|
|
]
|
|
},
|
|
"docs/configuration/language-model-providers",
|
|
"docs/configuration/idp",
|
|
{
|
|
"group": "Authentication",
|
|
"pages": [
|
|
"docs/configuration/auth/overview",
|
|
"docs/configuration/auth/providers",
|
|
"docs/configuration/auth/access-settings",
|
|
"docs/configuration/auth/roles-and-permissions",
|
|
"docs/configuration/auth/faq"
|
|
]
|
|
},
|
|
"docs/configuration/environment-variables",
|
|
"docs/license-key",
|
|
"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": "Roadmap",
|
|
"href": "https://github.com/sourcebot-dev/sourcebot/issues/459",
|
|
"icon": "map"
|
|
},
|
|
{
|
|
"anchor": "Support",
|
|
"href": "https://github.com/sourcebot-dev/sourcebot/issues/new?template=get_help.md",
|
|
"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
|
|
}
|
|
} |