docs: add documentation to main repository
This commit is contained in:
129
docs/docs.json
Normal file
129
docs/docs.json
Normal file
@@ -0,0 +1,129 @@
|
||||
{
|
||||
"$schema": "https://mintlify.com/docs.json",
|
||||
"theme": "maple",
|
||||
"name": "Strix",
|
||||
"colors": {
|
||||
"primary": "#000000",
|
||||
"light": "#ffffff",
|
||||
"dark": "#000000"
|
||||
},
|
||||
"favicon": "/images/favicon-48.ico",
|
||||
"navigation": {
|
||||
"tabs": [
|
||||
{
|
||||
"tab": "Documentation",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Getting Started",
|
||||
"pages": [
|
||||
"index",
|
||||
"quickstart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Usage",
|
||||
"pages": [
|
||||
"usage/cli",
|
||||
"usage/scan-modes",
|
||||
"usage/instructions"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "LLM Providers",
|
||||
"pages": [
|
||||
"llm-providers/overview",
|
||||
"llm-providers/openai",
|
||||
"llm-providers/anthropic",
|
||||
"llm-providers/openrouter",
|
||||
"llm-providers/vertex",
|
||||
"llm-providers/bedrock",
|
||||
"llm-providers/azure",
|
||||
"llm-providers/local"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Integrations",
|
||||
"pages": [
|
||||
"integrations/github-actions",
|
||||
"integrations/ci-cd"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Tools",
|
||||
"pages": [
|
||||
"tools/overview",
|
||||
"tools/browser",
|
||||
"tools/proxy",
|
||||
"tools/terminal",
|
||||
"tools/sandbox"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Advanced",
|
||||
"pages": [
|
||||
"advanced/configuration",
|
||||
"advanced/skills",
|
||||
"contributing"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "Cloud",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Strix Cloud",
|
||||
"pages": [
|
||||
"cloud/overview"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"global": {
|
||||
"anchors": [
|
||||
{
|
||||
"anchor": "GitHub",
|
||||
"href": "https://github.com/usestrix/strix",
|
||||
"icon": "github"
|
||||
},
|
||||
{
|
||||
"anchor": "Discord",
|
||||
"href": "https://discord.gg/YjKFvEZSdZ",
|
||||
"icon": "discord"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"navbar": {
|
||||
"links": [],
|
||||
"primary": {
|
||||
"type": "button",
|
||||
"label": "Try Strix Cloud",
|
||||
"href": "https://app.usestrix.com"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"socials": {
|
||||
"x": "https://x.com/strix_ai",
|
||||
"github": "https://github.com/usestrix",
|
||||
"discord": "https://discord.gg/YjKFvEZSdZ"
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
"family": "Geist",
|
||||
"heading": {
|
||||
"family": "Geist"
|
||||
},
|
||||
"body": {
|
||||
"family": "Geist"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"default": "dark"
|
||||
},
|
||||
"description": "Open-source AI Hackers to secure your Apps",
|
||||
"background": {
|
||||
"decoration": "grid"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user