mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 16:25:37 +01:00
70 lines
2.0 KiB
JavaScript
70 lines
2.0 KiB
JavaScript
module.exports = {
|
|
siteTitle: 'Ocean Protocol Documentation',
|
|
siteShortTitle: 'Docs',
|
|
siteDescription:
|
|
'Learn about the components of the Ocean Protocol software stack, and how to run or use the components relevant to you.',
|
|
siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com',
|
|
siteIcon: 'node_modules/@oceanprotocol/art/logo/favicon-black.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',
|
|
Discord: 'https://discord.gg/TnXjkR5',
|
|
Port: 'https://port.oceanprotocol.com',
|
|
Telegram: 'https://t.me/OceanProtocol_Community'
|
|
},
|
|
githubContentPath:
|
|
'https://github.com/oceanprotocol/docs/blob/master/content',
|
|
githubDevOceanPath:
|
|
'https://github.com/oceanprotocol/dev-ocean/blob/master/doc',
|
|
redirects: [
|
|
{
|
|
from: '/concepts/',
|
|
to: '/concepts/introduction/'
|
|
},
|
|
{
|
|
from: '/setup/',
|
|
to: '/setup/quickstart/'
|
|
},
|
|
{
|
|
from: '/tutorials/',
|
|
to: '/tutorials/introduction/'
|
|
},
|
|
{
|
|
from: '/references/',
|
|
to: '/references/introduction/'
|
|
},
|
|
{
|
|
from: '/tutorials/wallets/',
|
|
to: '/concepts/wallets/'
|
|
},
|
|
{
|
|
from: '/references/ocean.js/',
|
|
to: 'https://github.com/oceanprotocol/ocean.js2'
|
|
},
|
|
{
|
|
from: '/references/react/',
|
|
to: 'https://github.com/oceanprotocol/react'
|
|
},
|
|
{
|
|
from: '/references/ocean.py/',
|
|
to: 'https://github.com/oceanprotocol/ocean.py2'
|
|
},
|
|
{
|
|
from: '/references/ocean-contracts/',
|
|
to: 'https://github.com/oceanprotocol/ocean-contracts2'
|
|
},
|
|
{
|
|
from: '/references/aquarius/',
|
|
to: 'https://github.com/oceanprotocol/aquarius'
|
|
},
|
|
{
|
|
from: '/references/provider-py/',
|
|
to: 'https://github.com/oceanprotocol/provider-py'
|
|
}
|
|
]
|
|
}
|