AgentGPT-Web-GUI / docs /mint.json
dia-gov's picture
Upload 569 files
cd6f98e verified
{
"$schema": "https://mintlify.com/schema.json",
"name": "Reworkd",
"logo": {
"dark": "/logo/logolight.png",
"light": "/logo/logodark.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#808080",
"light": "#FFFFFF",
"dark": "#000000",
"background": {
"dark": "#000000",
"light": "#FFFFFF"
}
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/reworkd/AgentGPT"
},
"anchors": [
{
"name":"AgentGPT",
"icon":"user-ninja",
"url":"https://reworkd.ai/"
},
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/reworkd/AgentGPT"
},
{
"name": "Discord",
"icon": "discord",
"url": "https://discord.gg/qNWFxxRJNh"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["introduction"]
},
{
"group": "Development",
"pages": ["development/setup", "development/prompts", "development/memory", "development/translations", "development/auth"]
},
{
"group": "Essentials",
"pages": ["essentials/roadmap", "essentials/FAQ", "essentials/usecases", "essentials/contributing"]
},
{
"group": "Other",
"pages": ["other/philosophy"]
}
],
"footerSocials": {
"github": "https://github.com/reworkd/AgentGPT",
"discord": "https://discord.gg/qNWFxxRJNh",
"twitter": "https://twitter.com/ReworkdAI",
"linkedin": "https://www.linkedin.com/company/reworkd/"
},
"backgroundImage": "/background.png"
}