2018-11-10 15:12:41 +01:00
|
|
|
module.exports = {
|
2020-10-25 17:27:23 +01:00
|
|
|
siteTitle: 'Ocean Developer Documentation',
|
2020-07-01 11:24:21 +02:00
|
|
|
siteShortTitle: 'Docs',
|
2020-10-27 10:10:01 +01:00
|
|
|
siteDescription: 'Tools to Build Data Markets, and Manage ERC20 Data Assets',
|
2020-07-01 11:24:21 +02:00
|
|
|
siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com',
|
|
|
|
siteIcon: 'node_modules/@oceanprotocol/art/logo/favicon-black.png',
|
|
|
|
siteCompany: 'Ocean Protocol Foundation Ltd.',
|
|
|
|
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'
|
|
|
|
},
|
2020-12-03 18:35:45 +01:00
|
|
|
githubContentPath: 'https://github.com/oceanprotocol/docs/blob/main/content',
|
2020-07-01 11:24:21 +02:00
|
|
|
redirects: [
|
|
|
|
{
|
|
|
|
from: '/concepts/',
|
|
|
|
to: '/concepts/introduction/'
|
2018-11-15 23:50:32 +01:00
|
|
|
},
|
2020-07-01 11:24:21 +02:00
|
|
|
{
|
|
|
|
from: '/tutorials/',
|
|
|
|
to: '/tutorials/introduction/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/references/',
|
|
|
|
to: '/references/introduction/'
|
2020-12-11 19:32:22 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/concepts/wallets/',
|
|
|
|
to: '/tutorials/wallets/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/tutorials/get-ether-and-ocean-tokens/',
|
|
|
|
to: '/concepts/get-ether-and-ocean-tokens/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/tutorials/connect-to-networks/',
|
|
|
|
to: '/concepts/connect-to-networks/'
|
2020-12-15 11:06:15 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/setup/compute-to-data/',
|
|
|
|
to: '/tutorials/compute-to-data/'
|
2021-01-15 14:50:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/concepts/networks-overview/',
|
|
|
|
to: '/concepts/networks/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/concepts/network-ethmainnet/',
|
|
|
|
to: '/concepts/networks/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/concepts/network-rinkeby/',
|
|
|
|
to: '/concepts/networks/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/concepts/network-ropsten/',
|
|
|
|
to: '/concepts/networks/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/concepts/network-local/',
|
|
|
|
to: '/concepts/networks/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
from: '/concepts/connect-to-networks/',
|
|
|
|
to: '/concepts/networks/'
|
2020-07-01 11:24:21 +02:00
|
|
|
}
|
|
|
|
]
|
2018-11-10 15:12:41 +01:00
|
|
|
}
|