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 6bc6241023 ico update 3 weeks ago
api init 1 month ago
development BUZZUP 网络 3 weeks ago
event init 1 month ago
images init 1 month ago
layer1 代币 3 weeks ago
layer2 BUZZUP 网络 3 weeks ago
setsail init 1 month ago
wallet BUZZUP 网络 3 weeks ago
.gitignore init 1 month ago
README.md init 1 month ago
favicon.ico ico update 3 weeks ago
favicon.png init 1 month ago
introduction.mdx BUZZUP 网络 3 weeks ago
mint.json 代币 3 weeks ago
newest.mdx init 1 month ago
style.css init 1 month 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"
}