-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
48 lines (48 loc) · 932 Bytes
/
mint.json
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
{
"name": "umami / docs",
"favicon": "/favicon.svg",
"colors": {
"primary": "#147af3",
"light": "#147af3",
"dark": "#147af3"
},
"navigation": [
{
"group": "Getting started",
"pages": ["introduction"]
},
{
"group": "Using Umami",
"pages": [
"add-a-user",
"enable-share-url",
"track-events",
"sessions",
"compare",
"teams",
"updates",
"languages"
]
}
],
"tabs": [
{
"name": "Documentation",
"url": "/"
},
{
"name": "Cloud",
"url": "/cloud"
},
{
"name": "API Reference",
"url": "/api"
}
],
"footerSocials": {
"github": "https://github.com/umami-software/umami",
"discord": "https://umami.is/discord",
"twitter": "https://twitter.com/umami_software",
"linkedin": "https://www.linkedin.com/company/umami-software/"
}
}