aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/mint.json
blob: 586c483249f391fbac2659e0f097644119ea9ce0 (plain) (blame)
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
72
73
74
75
{
  "$schema": "https://mintlify.com/schema.json",
  "name": "Supermemory | Memory API for the AI era",
  "logo": {
    "dark": "/logo/dark.svg",
    "light": "/logo/light.svg"
  },
  "favicon": "/favicon.png",
  "colors": {
    "primary": "#1E3A8A",
    "light": "#3B82F6",
    "dark": "#1E3A8A",
    "anchors": {
      "from": "#1E3A8A",
      "to": "#3B82F6"
    }
  },
  "topbarLinks": [
    {
      "name": "Support",
      "url": "mailto:[email protected]"
    }
  ],
  "topbarCtaButton": {
    "name": "Dashboard",
    "url": "https://supermemory.ai"
  },
  "tabs": [
    {
      "name": "API Reference",
      "url": "api-reference/endpoints",
      "openapi": "/openapi.json"
    },
    {
      "name": "Changelog",
      "url": "changelog/overview"
    }
  ],
  "anchors": [
    {
      "name": "Github",
      "icon": "github",
      "url": "https://git.new/memory"
    },
    {
      "name": "Community",
      "icon": "discord",
      "url": "https://discord.gg/supermemory"
    },
    {
      "name": "X (Twitter)",
      "icon": "twitter",
      "url": "https://x.com/supermemoryai"
    }
  ],
  "navigation": [
    {
      "group": "Get Started",
      "pages": ["introduction", "quickstart", "self-hosting"]
    },
    {
      "group": "Essentials",
      "pages": ["essentials/distinguishing-users", "essentials/architecture", "essentials/pricing"]
    },
    {
      "group": "Changelog",
      "pages": ["changelog/overview"]
    }
  ],
  "footerSocials": {
    "x": "https://x.com/supermemoryai",
    "github": "https://github.com/supermemoryai",
    "linkedin": "https://linkedin.com/company/supermemoryai"
  }
}