File size: 1,566 Bytes
cd6f98e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
  "$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"
}