mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
* push review agent implementation * feedback * wip integrating review agent into monorepo * move review agent to web * feedback * feedback * add rate limit throttling to octokit * configure agent ui in app * docs * add review command logic and add logging for review agent to data cache dir * fix bug with llm returning multiple reviews in single invocation * fix doc link bug * feedback and improved docs for review agent * review agent doc nits * mcp doc nit
142 lines
No EOL
4.6 KiB
JSON
142 lines
No EOL
4.6 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Sourcebot",
|
|
"colors": {
|
|
"primary": "#851EE7",
|
|
"light": "#FFFFFF",
|
|
"dark": "#851EE7"
|
|
},
|
|
"favicon": "/fav.svg",
|
|
"styling": {
|
|
"eyebrows": "section"
|
|
},
|
|
"navigation": {
|
|
"anchors": [
|
|
{
|
|
"anchor": "Docs",
|
|
"icon": "book-open",
|
|
"groups": [
|
|
{
|
|
"group": "General",
|
|
"pages": [
|
|
"docs/overview",
|
|
"docs/getting-started",
|
|
"docs/getting-started-selfhost"
|
|
]
|
|
},
|
|
{
|
|
"group": "Connecting your code",
|
|
"pages": [
|
|
"docs/connections/overview",
|
|
{
|
|
"group": "Supported platforms",
|
|
"pages": [
|
|
"docs/connections/github",
|
|
"docs/connections/gitlab",
|
|
"docs/connections/bitbucket-cloud",
|
|
"docs/connections/bitbucket-data-center",
|
|
"docs/connections/gitea",
|
|
"docs/connections/gerrit",
|
|
"docs/connections/request-new"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Agents",
|
|
"pages": [
|
|
"docs/agents/overview",
|
|
"docs/agents/review-agent"
|
|
]
|
|
},
|
|
{
|
|
"group": "More",
|
|
"pages": [
|
|
"docs/more/syntax-reference",
|
|
"docs/more/multi-branch-indexing",
|
|
"docs/more/roles-and-permissions",
|
|
"docs/more/mcp-server",
|
|
"docs/more/search-contexts"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"anchor": "Self Hosting",
|
|
"icon": "server",
|
|
"groups": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"self-hosting/overview",
|
|
"self-hosting/configuration",
|
|
"self-hosting/license-key"
|
|
]
|
|
},
|
|
{
|
|
"group": "More",
|
|
"pages": [
|
|
"self-hosting/more/authentication",
|
|
"self-hosting/more/tenancy",
|
|
"self-hosting/more/transactional-emails",
|
|
"self-hosting/more/declarative-config"
|
|
]
|
|
},
|
|
{
|
|
"group": "Security",
|
|
"pages": [
|
|
]
|
|
},
|
|
{
|
|
"group": "Upgrade",
|
|
"pages": [
|
|
"self-hosting/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": {
|
|
"links": [
|
|
{
|
|
"label": "GitHub",
|
|
"href": "https://github.com/sourcebot-dev/sourcebot"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Sourcebot Cloud",
|
|
"href": "https://app.sourcebot.dev"
|
|
}
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/sourcebot-dev/sourcebot"
|
|
}
|
|
},
|
|
"integrations": {
|
|
"posthog": {
|
|
"apiKey": "phc_DBGufjG0rkj3OEhuTcZ04xfeZB6eDhO7dP8ZCnqH7K7"
|
|
}
|
|
},
|
|
"appearance": {
|
|
"default": "dark",
|
|
"strict": true
|
|
}
|
|
} |