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.

206 lines
3.8 KiB

1 month ago
  1. ```bash
  2. "seo": {
  3. "indexHiddenPages": true
  4. }
  5. "logo": {
  6. "dark": "/logo/logolight.png",
  7. "light": "/logo/logodark.png"
  8. },
  9. "favicon": "/favicon.png",
  10. "topbarCtaButton": {
  11. "type": "github",
  12. "url": "https://github.com/"
  13. },
  14. "anchors": [
  15. {
  16. "name": "GitHub",
  17. "icon": "github",
  18. "url": "https://github.com"
  19. },
  20. {
  21. "name": "Discord",
  22. "icon": "discord",
  23. "url": "https://discord.gg"
  24. }
  25. ],
  26. {
  27. "group": "Essentials",
  28. "pages": ["essentials/roadmap", "essentials/FAQ", "essentials/usecases", "essentials/contributing"]
  29. },
  30. {
  31. "group": "开发",
  32. "pages": ["development/setup", "development/prompts", "development/memory", "development/translations", "development/auth"]
  33. },
  34. "footerSocials": {
  35. "github": "https://github.com",
  36. "discord": "https://discord.gg",
  37. "twitter": "https://twitter.com"
  38. },
  39. ```
  40. ```json
  41. {
  42. "$schema": "https://mintlify.com/schema.json",
  43. "name": "Reworkd",
  44. "logo": {
  45. "dark": "/logo/logolight.png",
  46. "light": "/logo/logodark.png"
  47. },
  48. "favicon": "/favicon.png",
  49. "colors": {
  50. "primary": "#808080",
  51. "light": "#FFFFFF",
  52. "dark": "#000000",
  53. "background": {
  54. "dark": "#000000",
  55. "light": "#FFFFFF"
  56. }
  57. },
  58. "topbarCtaButton": {
  59. "type": "github",
  60. "url": "https://github.com/reworkd/AgentGPT"
  61. },
  62. "anchors": [
  63. {
  64. "name":"AgentGPT",
  65. "icon":"user-ninja",
  66. "url":"https://reworkd.ai/"
  67. },
  68. {
  69. "name": "GitHub",
  70. "icon": "github",
  71. "url": "https://github.com/reworkd/AgentGPT"
  72. },
  73. {
  74. "name": "Discord",
  75. "icon": "discord",
  76. "url": "https://discord.gg/qNWFxxRJNh"
  77. }
  78. ],
  79. "navigation": [
  80. {
  81. "group": "Get Started",
  82. "pages": ["introduction"]
  83. },
  84. {
  85. "group": "Development",
  86. "pages": ["development/setup", "development/prompts", "development/memory", "development/translations", "development/auth"]
  87. },
  88. {
  89. "group": "Essentials",
  90. "pages": ["essentials/roadmap", "essentials/FAQ", "essentials/usecases", "essentials/contributing"]
  91. },
  92. {
  93. "group": "Other",
  94. "pages": ["other/philosophy"]
  95. }
  96. ],
  97. "footerSocials": {
  98. "github": "https://github.com/reworkd/AgentGPT",
  99. "discord": "https://discord.gg/qNWFxxRJNh",
  100. "twitter": "https://twitter.com/ReworkdAI",
  101. "linkedin": "https://www.linkedin.com/company/reworkd/"
  102. },
  103. "backgroundImage": "/background.png"
  104. }
  105. ```
  106. ```json
  107. {
  108. "$schema": "https://mintlify.com/schema.json",
  109. "name": "WealthMentor",
  110. "favicon": "/favicon.png",
  111. "colors": {
  112. "primary": "#808080",
  113. "light": "#FFFFFF",
  114. "dark": "#000000",
  115. "background": {
  116. "dark": "#000000",
  117. "light": "#FFFFFF"
  118. }
  119. },
  120. "search": {},
  121. "navigation": [
  122. {
  123. "group": "了解",
  124. "pages": [
  125. "introduction"
  126. ]
  127. },
  128. {
  129. "group": "世界观",
  130. "pages": [
  131. "worldview/ai",
  132. "worldview/trade",
  133. "worldview/world"
  134. ]
  135. },
  136. {
  137. "group": "起航",
  138. "pages": [
  139. "setsail/framework",
  140. "setsail/blockchain",
  141. "setsail/investment",
  142. "setsail/ai"
  143. ]
  144. },
  145. {
  146. "group": "开发",
  147. "pages": [
  148. "development/prompts",
  149. "development/memory",
  150. "development/reptile",
  151. "development/rag",
  152. "development/engine",
  153. "development/workflows",
  154. "development/auth"
  155. ]
  156. },
  157. {
  158. "group": "基本要素",
  159. "pages": [
  160. "essentials/roadmap",
  161. "essentials/FAQ",
  162. "essentials/usecases"
  163. ]
  164. },
  165. {
  166. "group": "其它",
  167. "pages": [
  168. "other/competitors",
  169. "other/models"
  170. ]
  171. }
  172. ],
  173. "backgroundImage": "/background.png"
  174. }
  175. ```