-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
50 lines (49 loc) · 1.28 KB
/
config.js
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
const config = {
"gatsby": {
"pathPrefix": "/",
"siteUrl": "http://shikshaplatform.io/",
"gaTrackingId": null
},
"header": {
"logo": "",
"logoLink": "http://shikshaplatform.io",
"title": "Shiksha for Developers",
"githubUrl": "https://github.com/shiksha-platform",
"helpUrl": "",
"tweetText": "",
"links": [
{ "text": "Github", "link": "https://github.com/shiksha-platform" }
],
"search": {
"enabled": false,
"indexName": "DEV_shiksha",
"algoliaAppId": "2Y9CZOBKNK",
"algoliaSearchKey": "5c64c21b906ecb2f6ab59b78f119586a",
"algoliaAdminKey": "4c10dd346708cec47e67cedbb2601eee"
}
},
"sidebar": {
"forcedNavOrder": [
"/",
"ReleaseHistory",
"Core",
"Core/Transaction Layer Specification",
"Core/Infrastructure Layer Specification",
"Mobility"
],
"links": [
{ "text": "Code of sharing", "link": "http://shikshaplatform.io//code-of-sharing/" },
],
"frontline": false,
"ignoreIndex": false,
},
"siteMetadata": {
"title": "shiksha for Developers",
"description": "Documentation for developers of the Shiksha Ecosystem",
"ogImage": null,
"docsLocation": "https://github.com/shiksha-platform",
"favicon": "https://github.com/shiksha-platform/shiksha-marker.png",
"logo" : ""
},
};
module.exports = config;