sourcebot/docs/docs.json
Michael Sukkarieh 3b36ffa17e
Add support for structured logs (#323)
* wip on refactoring docs

* wip

* initial structured logs impl

* structured log docs

* create logger package

* add news entry for structured logging

* add logger package to dockerfile and cleanup

* add gh workflow for catching broken links

* further wip

* fix

* further wip on docs

* review feedback

* remove logger dep from mcp package

* fix build errors

* add back auth_url warning

* fix sidebar title consistency

---------

Co-authored-by: bkellam <bshizzle1234@gmail.com>
2025-06-02 11:16:01 -07:00

130 lines
No EOL
4.8 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/mcp-server",
{
"group": "Agents",
"tag": "experimental",
"pages": [
"docs/features/agents/overview",
"docs/features/agents/review-agent"
]
}
]
},
{
"group": "Configuration",
"pages": [
{
"group": "Connecting 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/roles-and-permissions"
]
},
"docs/configuration/transactional-emails",
"docs/configuration/structured-logging"
]
},
{
"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
}
}