1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 16:25:37 +01:00
docs/data/sidebars/tutorials.yml
Jamie Hewitt 0b179ba210
Document optional fine-grained permissions in market (#682)
* Creating permissions docs

* adding permissions to tutorial list

* Writting introduction

* Adding descriptions of RBAC roles

* Adding images

* RBAC instructions for the market

* Adding content for allow/deny lists

* adding allow deny list images

* Adding steps for submitting allow/ deny list changes

* Fixing spelling mistakes

* formatting h3 titles

* Fixing markdown violation issue

* Adding section - mapping roles to addresses

* Updating tutorials overview

* Minor edits

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-08-16 12:35:54 +03:00

62 lines
1.7 KiB
YAML

- group: Overview
items:
- title: Introduction
link: /tutorials/introduction/
- group: Wallets
items:
- title: Wallet Basics
link: /tutorials/wallets/
- title: Set Up MetaMask Wallet
link: /tutorials/metamask-setup/
- title: Use Your Wallet to Manage OCEAN Tokens
link: /tutorials/wallets-and-ocean-tokens/
- group: Using Ocean Marketplace
items:
- title: Introduction
link: /tutorials/marketplace-introduction/
- title: Publishing data asset
link: /tutorials/marketplace-publish-data-asset/
- title: Consume data asset
link: /tutorials/marketplace-consume-data-asset/
- title: Swap & Stake
link: /tutorials/marketplace-swap-and-stake/
- group: Bridges
items:
- title: Polygon (ex Matic)
link: /tutorials/polygon-bridge/
- title: Binance Smart Chain (BSC)
link: /tutorials/bsc-bridge/
- group: Marketplaces
items:
- title: Set Up a Marketplace
link: /tutorials/marketplace/
- group: Compute-to-Data
items:
- title: Writing Algorithms
link: /tutorials/compute-to-data-algorithms/
- title: Run a Compute-to-Data Environment
link: /tutorials/compute-to-data/
- group: Storage Setup
items:
- title: Set Up Azure Storage
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/
- group: Fine-Grained Permissions
items:
- title: Overview
link: /tutorials/permissions
- title: Role-Based Access Control
link: /tutorials/rbac
- title: Allow & Deny Lists
link: /tutorials/allow-deny-lists