| { | |
| "$schema": "https://mintlify.com/schema.json", | |
| "name": "PySpur", | |
| "logo": { | |
| "dark": "/logo/dark.svg", | |
| "light": "/logo/light.svg" | |
| }, | |
| "favicon": "/favicon.svg", | |
| "colors": { | |
| "primary": "#333333", | |
| "light": "#555555", | |
| "dark": "#222222", | |
| "anchors": { | |
| "from": "#444444", | |
| "to": "#666666" | |
| } | |
| }, | |
| "topbarLinks": [ | |
| { | |
| "name": "Support", | |
| "url": "mailto:founders@pyspur.dev" | |
| } | |
| ], | |
| "topbarCtaButton": { | |
| "name": "Github", | |
| "url": "https://github.com/PySpur-Dev/pyspur" | |
| }, | |
| "tabs": [ | |
| ], | |
| "anchors": [ | |
| { | |
| "name": "Cloud", | |
| "icon": "cloud", | |
| "url": "https://forms.gle/kamonWPvE3ybvo7ZA" | |
| }, | |
| { | |
| "name": "Community", | |
| "icon": "discord", | |
| "url": "https://discord.gg/7Spn7C8A5F" | |
| }, | |
| { | |
| "name": "Talk to founders", | |
| "icon": "calendar", | |
| "url": "https://calendly.com/d/cnf9-57m-bv3/pyspur-founders" | |
| }, | |
| { | |
| "name": "Email", | |
| "icon": "envelope", | |
| "url": "mailto:founders@pyspur.dev" | |
| } | |
| ], | |
| "navigation": [ | |
| { | |
| "group": "Get Started", | |
| "pages": [ | |
| "introduction", | |
| "example", | |
| "quickstart", | |
| "essentials/deployment" | |
| ] | |
| }, | |
| { | |
| "group": "Chatbots", | |
| "pages": [ | |
| "chatbots/concepts", | |
| "chatbots/slack" | |
| ] | |
| }, | |
| { | |
| "group": "Tools", | |
| "pages": [ | |
| "tools/concepts", | |
| "tools/tool-function" | |
| ] | |
| }, | |
| { | |
| "group": "RAG", | |
| "pages": [ | |
| "rag/concepts" | |
| ] | |
| }, | |
| { | |
| "group": "Evals", | |
| "pages": [ | |
| "evals/concepts", | |
| "evals/stock_benchmarks" | |
| ] | |
| }, | |
| { | |
| "group": "API Reference", | |
| "pages": [ | |
| "api-reference/introduction", | |
| "api-reference/workflow-management", | |
| "api-reference/workflow-execution", | |
| "api-reference/run-management", | |
| "api-reference/rag", | |
| "api-reference/evaluations", | |
| "api-reference/users", | |
| "api-reference/sessions" | |
| ] | |
| } | |
| ], | |
| "footerSocials": { | |
| "x": "https://x.com/pyspurdev", | |
| "github": "https://github.com/PySpur-Dev/pyspur", | |
| "linkedin": "https://linkedin.com/company/pyspur" | |
| } | |
| } | |