From 19943858440f4c86d355aabb75bc0bb4a12b2222 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Sun, 25 Oct 2020 14:56:57 +0100 Subject: [PATCH] move from old repos to new (with placeholders) --- config.js | 24 ++++++++++++++++------ data/sidebars/references.yml | 39 ++++++++++++++++++++---------------- 2 files changed, 40 insertions(+), 23 deletions(-) diff --git a/config.js b/config.js index 6ab09703..0c1da5b6 100644 --- a/config.js +++ b/config.js @@ -42,16 +42,28 @@ module.exports = { to: '/concepts/wallets/' }, { - from: '/references/squid-py/', - to: 'https://squid-py.readthedocs.io/en/latest/' + from: '/references/ocean.js/', + to: 'https://github.com/oceanprotocol/ocean.js2' }, { - from: '/references/squid-java/', - to: 'https://www.javadoc.io/doc/com.oceanprotocol/squid/' + from: '/references/react/', + to: 'https://github.com/oceanprotocol/react' }, { - from: '/tutorials/token-bridge/', - to: '/tutorials/' + 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' } ] } diff --git a/data/sidebars/references.yml b/data/sidebars/references.yml index 0b5eb7f3..25ec2d07 100644 --- a/data/sidebars/references.yml +++ b/data/sidebars/references.yml @@ -3,27 +3,32 @@ - title: API References link: /references/introduction/ +- group: ocean.js + items: + - title: API Reference + link: /references/ocean.js/ + +- group: react + items: + - title: API Reference + link: /references/react/ + +- group: ocean.py + items: + - title: API Reference + link: /references/ocean.py/ + +- group: Smart Contracts + items: + - title: API Reference + link: /references/ocean-contracts/ + - group: aquarius items: - title: API Reference link: /references/aquarius/ -- group: brizo +- group: provider-py items: - title: API Reference - link: /references/brizo/ - -- group: squid-js - items: - - title: API Reference - link: /references/squid-js/ - -- group: squid-py - items: - - title: API Reference - link: https://squid-py.readthedocs.io/en/latest/ - -- group: squid-java - items: - - title: API Reference - link: https://www.javadoc.io/doc/com.oceanprotocol/squid/ + link: /references/provider-py/