-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (52 loc) · 1.25 KB
/
config.json
File metadata and controls
52 lines (52 loc) · 1.25 KB
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
{
"title": "DataHub Cloud",
"description": "At Datahub, we provide various solutions to Publish and Deploy your Data with power and simplicity. Datahub is the fastest way for individuals, teams and organizations to publish, deploy and share their data.",
"logo": "https://r2-assets.datahub.io/logo.svg",
"favicon": "https://r2-assets.datahub.io/favicon.ico",
"thumbnail": "https://r2-assets.datahub.io/thumbnail.png",
"nav": {
"logo": "https://r2-assets.datahub.io/logo.svg",
"links": [
{
"href": "/blog",
"name": "Blog"
},
{
"href": "/solutions",
"name": "Solutions"
},
{
"href": "/collections",
"name": "Collections"
},
{
"href": "/publish",
"name": "Publish"
}
],
"social": [
{
"label": "discord",
"name": "Discord",
"href": "https://discord.com/invite/KrRzMKU"
}
],
"cta": {
"href": "https://datahub.io/login",
"name": "Sign in"
}
},
"showSidebar": true,
"showEditLink": true,
"contentInclude": [
"/core-data",
"/datahub-cloud",
"/dms",
"/assets",
"README.md",
"terms-of-service.md",
"privacy.md",
"config.json",
"custom.css"
]
}