forked from kyma-project/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
82 lines (82 loc) · 2.44 KB
/
config.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
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
76
77
78
79
80
81
82
{
"siteMetadata": {
"siteUrl": "https://kyma-project.io/",
"twitterUsername": "kymaproject",
"title": "Kyma",
"description": "The Kyma project blog",
"feedUrl": "feed.xml"
},
"socialMedia": {
"twitter": {
"name": "Twitter",
"shortName": "Twitter",
"url": "https://twitter.com/kymaproject",
"icon": "twitter"
},
"github": {
"name": "GitHub",
"shortName": "GitHub",
"url": "https://github.com/kyma-project",
"icon": "github"
},
"slack": {
"name": "Slack",
"shortName": "Slack",
"url": "https://join.slack.com/t/kyma-community/shared_invite/zt-1hn3zbwab-MzPsyza~C1SCnKfVmr5s3g",
"icon": "slack"
},
"linkedIn": {
"name": "LinkedIn",
"shortName": "LinkedIn",
"url": "https://www.linkedin.com/company/kyma-project/",
"icon": "linkedin-in"
},
"youTube": {
"name": "YouTube",
"shortName": "YouTube",
"url": "https://www.youtube.com/channel/UC8Q8bBtYe9gQN-dQ-_L8JvQ",
"icon": "youtube"
}
},
"newsroomYoutubeVideos": ["wJzVWFGkiKk", "NI4cOWO9HnA"],
"quickWalkthroughYoutubeVideo": "kP7mSELIxXw",
"links": {
"KYMA_REPOSITORY_LINK": "https://github.com/kyma-project/kyma",
"SAP_PRIVACY_LINK": "https://www.sap.com/corporate/en/legal/privacy.html",
"SIG_LINK": "https://kyma-project.io/community/collaboration/#special-interest-group-working-group-special-interest-group-working-group",
"GOOGLE_SITE_VERIFICATION": "qHt6OkQ1MXU5a4ZLlkLLPRB35ZOu_upyScm2O9Jf8PY",
"ADD_KYMA_USER": "https://github.com/kyma-project/website/blob/main/docs/add-user.md",
"DOCS_OVERVIEW_NUTSHELL": "/docs/#overview-in-a-nutshell",
"DOCS_DETAILS_COMPONENTS": "/docs/#details-components",
"DOCS_INSTALLATION": "/docs/root/kyma#installation-installation",
"GETTING_STARTED": "/docs/kyma/latest/02-get-started/",
"DOCS_INSTALL_CLI": "/docs/kyma/latest/04-operation-guides/operations/01-install-kyma-CLI/"
},
"landingPage": {
"ids": {
"newsroom": "newsroom",
"usedBy": "used-by"
}
},
"i18n": {
"en": {
"path": "en",
"locale": "English",
"default": true
}
},
"docs": {
"kyma": {
"displayName": "Kyma",
"organization": "kyma-project",
"repository": "kyma",
"branches": ["main"],
"lastReleases": 2,
"navPath": "",
"rootPath": {
"docsType": "root",
"docsTopic": "kyma"
}
}
}
}