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 :
'Learn everything you need to know to develop with Ocean Protocol. This should be a bit longer cause it is also the meta description so why not write some more.' ,
siteUrl : process . env . SITE _URL || 'https://docs.oceanprotocol.com' ,
2018-11-10 16:48:28 +01:00
siteIcon : 'src/images/profile.png' ,
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-10 15:12:41 +01:00
}