2018-11-10 15:12:41 +01:00
|
|
|
module.exports = {
|
|
|
|
siteTitle: 'Ocean Protocol Documentation',
|
2018-11-10 16:48:28 +01:00
|
|
|
siteShortTitle: 'Docs',
|
2018-11-10 15:12:41 +01:00
|
|
|
siteDescription:
|
2018-11-13 17:23:25 +01:00
|
|
|
'Learn about the components of the Ocean Protocol software stack, and how to run or use the components relevant to you.',
|
2018-11-10 15:12:41 +01:00
|
|
|
siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com',
|
2018-11-22 15:46:38 +01:00
|
|
|
siteIcon: 'node_modules/@oceanprotocol/art/logo/favicon-black.png',
|
2018-11-10 16:48:28 +01:00
|
|
|
siteCompany: 'Ocean Protocol Foundation Ltd.',
|
|
|
|
analyticsId: 'UA-60614729-11',
|
|
|
|
social: {
|
|
|
|
site: 'https://oceanprotocol.com',
|
|
|
|
blog: 'https://blog.oceanprotocol.com',
|
|
|
|
github: 'https://github.com/oceanprotocol',
|
|
|
|
twitter: 'https://twitter.com/oceanprotocol',
|
|
|
|
gitter: 'https://gitter.im/oceanprotocol/Lobby',
|
|
|
|
telegram: 'https://t.me/joinchat/GUyxrE0Hi154D0NrlOqLFg'
|
2018-11-15 23:50:32 +01:00
|
|
|
},
|
|
|
|
githubContentPath:
|
|
|
|
'https://github.com/oceanprotocol/docs/blob/master/content',
|
|
|
|
githubDevOceanPath:
|
|
|
|
'https://github.com/oceanprotocol/dev-ocean/blob/master/doc'
|
2018-11-10 15:12:41 +01:00
|
|
|
}
|