1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Move useful content from 'setup' to 'tutorials' section, then deprecate 'setup'.

This commit is contained in:
trentmc 2020-10-25 17:48:22 +01:00
parent 3e29f2aa97
commit 3765e3df2a
9 changed files with 19 additions and 28 deletions

View File

@ -25,10 +25,6 @@ module.exports = {
from: '/concepts/', from: '/concepts/',
to: '/concepts/introduction/' to: '/concepts/introduction/'
}, },
{
from: '/setup/',
to: '/setup/quickstart/'
},
{ {
from: '/tutorials/', from: '/tutorials/',
to: '/tutorials/introduction/' to: '/tutorials/introduction/'

View File

@ -1,10 +0,0 @@
---
title: Quickstart
description: Quickly grok Ocean tools.
---
Each of the following has its own quickstart to get a feel for using Ocean. Pick your favorite and follow the link to proceed.
- [JavaScript driver](https://github.com/oceanprotocol/ocean.js)
- [Python driver](https://github.com/oceanprotocol/ocean.py)
- [React hooks](https://github.com/oceanprotocol/react)

View File

@ -1,5 +1,5 @@
--- ---
title: Set Up MetaMask title: Set Up MetaMask Wallet
description: Tutorial about how to set up MetaMask for Chrome. description: Tutorial about how to set up MetaMask for Chrome.
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Use Your Wallet to Manage Ocean Tokens title: Use Your Wallet to Manage OCEAN Tokens
description: How to use crypto wallet software to check your Ocean Token balance and to send Ocean Tokens to others. description: How to use crypto wallet software to check your Ocean Token balance and to send Ocean Tokens to others.
--- ---

View File

@ -1,13 +1,13 @@
- title: Quickstart
description: Try out ocean.js, ocean.py or React drivers.
link: /concepts/introduction/
color: blue
- title: Core Concepts - title: Core Concepts
description: On Ocean architecture, network deployments, and more. description: On Ocean architecture, network deployments, and more.
link: /concepts/introduction/ link: /concepts/introduction/
color: purple color: purple
- title: Setup Guides
description: On setting up a marketplace, publisher, and compute-to-data.
link: /setup/quickstart/
color: blue
- title: Tutorials - title: Tutorials
description: Build an Ocean-powered React app, and more. description: Build an Ocean-powered React app, and more.
link: /tutorials/introduction/ link: /tutorials/introduction/

View File

@ -1,8 +1,3 @@
- group: Quickstart
items:
- title: Quickly grok Ocean tools
link: /setup/quickstart/
- group: Marketplaces - group: Marketplaces
items: items:
- title: Set Up a Marketplace - title: Set Up a Marketplace

View File

@ -5,15 +5,25 @@
- group: Wallets & Ocean Protocol - group: Wallets & Ocean Protocol
items: items:
- title: Set Up MetaMask - title: Set Up MetaMask Wallet
link: /tutorials/metamask-setup/ link: /tutorials/metamask-setup/
- title: Use Your Wallet to Manage Ocean Tokens - title: Use Your Wallet to Manage OCEAN Tokens
link: /tutorials/wallets-and-ocean-tokens/ link: /tutorials/wallets-and-ocean-tokens/
- title: Get ETH and OCEAN Tokens - title: Get ETH and OCEAN Tokens
link: /tutorials/get-ether-and-ocean-tokens/ link: /tutorials/get-ether-and-ocean-tokens/
- title: Connect to Ocean-Related Networks - title: Connect to Ocean-Related Networks
link: /tutorials/connect-to-networks/ link: /tutorials/connect-to-networks/
- group: Marketplaces
items:
- title: Set Up a Marketplace
link: /tutorials/marketplace/
- group: Compute-to-Data
items:
- title: Run a Compute-to-Data Environment
link: /tutorials/compute-to-data/
- group: Storage Setup - group: Storage Setup
items: items:
- title: Set Up Azure Storage - title: Set Up Azure Storage