You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zerone 336fa549ae init 10 months ago
api init 10 months ago
event init 10 months ago
images init 10 months ago
setsail init 10 months ago
wallet init 10 months ago
.gitignore init 10 months ago
README.md init 10 months ago
favicon.ico init 10 months ago
favicon.png init 10 months ago
introduction.mdx init 10 months ago
mint.json init 10 months ago
newest.mdx init 10 months ago
style.css init 10 months ago

README.md



"seo": {
    "indexHiddenPages": true
}

   "logo": {
    "dark": "/logo/logolight.png",
    "light": "/logo/logodark.png"
  },
  "favicon": "/favicon.png",  
 
 
  "topbarCtaButton": {
    "type": "github",
    "url": "https://github.com/"
  },

  "anchors": [
    {
      "name": "GitHub",
      "icon": "github",
      "url": "https://github.com"
    },
    {
      "name": "Discord",
      "icon": "discord",
      "url": "https://discord.gg"
    }
  ],
   
   
   {
      "group": "Essentials",
      "pages": ["essentials/roadmap", "essentials/FAQ", "essentials/usecases", "essentials/contributing"]
    },

 {
      "group": "开发",
      "pages": ["development/setup", "development/prompts", "development/memory", "development/translations",  "development/auth"]
    },


      "footerSocials": {
    "github": "https://github.com",
    "discord": "https://discord.gg",
    "twitter": "https://twitter.com"
  },

{
  "$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"
}





{
  "$schema": "https://mintlify.com/schema.json",
  "name": "WealthMentor",
  "favicon": "/favicon.png",
  "colors": {
    "primary": "#808080",
    "light": "#FFFFFF",
    "dark": "#000000",
    "background": {
      "dark": "#000000",
      "light": "#FFFFFF"
    }
  },
  "search": {},
  "navigation": [
    {
      "group": "了解",
      "pages": [
        "introduction"
      ]
    },
    {
      "group": "世界观",
      "pages": [
        "worldview/ai",
        "worldview/trade",
        "worldview/world"
      ]
    },
    {
      "group": "起航",
      "pages": [
        "setsail/framework",
        "setsail/blockchain",
        "setsail/investment",
        "setsail/ai"
      ]
    },
    {
      "group": "开发",
      "pages": [
        "development/prompts",
        "development/memory",
        "development/reptile",
        "development/rag",
        "development/engine",
        "development/workflows",
        "development/auth"
      ]
    },
    {
      "group": "基本要素",
      "pages": [
        "essentials/roadmap",
        "essentials/FAQ",
        "essentials/usecases"
      ]
    },
    {
      "group": "其它",
      "pages": [
        "other/competitors",
        "other/models"

      ]
    }
  ],
  "backgroundImage": "/background.png"
}