docs/data/sidebars/tutorials.yml

44 lines
1.5 KiB
YAML
Raw Normal View History

2019-03-18 14:14:40 +01:00
- group: Overview
2018-11-08 12:33:20 +01:00
items:
- title: Introduction
link: /tutorials/introduction/
2019-03-18 14:14:40 +01:00
- group: Wallets & Ocean Protocol
items:
- title: Set Up MetaMask
link: /tutorials/metamask-setup/
- title: Use Your Wallet to Manage Ocean Tokens
2019-03-18 14:14:40 +01:00
link: /tutorials/wallets-and-ocean-tokens/
- title: Get ETH and OCEAN Tokens
link: /tutorials/get-ether-and-ocean-tokens/
2020-08-21 12:31:37 +02:00
- title: Connect to Ocean-Related Networks
link: /tutorials/connect-to-networks/
2019-03-18 14:14:40 +01:00
- group: Storage Setup
items:
- title: Set Up Azure Storage
2018-11-30 10:15:09 +01:00
link: /tutorials/azure-for-brizo/
- title: Set Up Amazon S3 Storage
link: /tutorials/amazon-s3-for-brizo/
- title: Set Up On-Premise Storage
link: /tutorials/on-premise-for-brizo/
2018-11-27 13:59:37 +01:00
- group: React App Tutorial
2018-12-05 12:08:47 +01:00
items:
- title: Setup
link: /tutorials/react-setup/
- title: Publish a Data Set
link: /tutorials/react-publish-data-set/
2020-04-29 12:27:29 +02:00
- title: Search & Consume a Data Set
link: /tutorials/react-get-use-data-set/
2020-04-29 12:27:29 +02:00
- title: Publish a Data Set with Compute features
link: /tutorials/react-publish-data-set-compute/
- title: Publish a Algorithm
link: /tutorials/react-publish-algorithm/
- title: Compute using a published algorithm on a Data Set
link: /tutorials/react-compute-published-algorithm/
- title: Compute using a raw algorithm on a Data Set
link: /tutorials/react-compute-raw/
- title: Get Status of a Compute Job
link: /tutorials/react-compute-status/