mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Remove short pages + updating titles (#1076)
* Revert "Removing funding page"
This reverts commit af26a16e1d
.
* Removing vulnerabilities page and moving the content to contributing page
* Removing funding page and moving the content to contributing.md
* Removing bsc-bridge page
* Updating Summary.md with new link structure
* Updating titles to make them shorter
This commit is contained in:
parent
af26a16e1d
commit
e3afe7d577
16
SUMMARY.md
16
SUMMARY.md
@ -3,29 +3,28 @@
|
||||
* [Orientation](README.md)
|
||||
* [Wallet Basics](building-with-ocean/wallets.md)
|
||||
* [Set Up MetaMask Wallet](orientation/metamask-setup.md)
|
||||
* [Use Your Wallet to Manage OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md)
|
||||
* [Manage Your OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md)
|
||||
* [Core Concepts](core-concepts/README.md)
|
||||
* [Architecture Overview](core-concepts/architecture.md)
|
||||
* [Data NFTs and Datatokens](core-concepts/datanft-and-datatoken.md)
|
||||
* [Roles](core-concepts/roles.md)
|
||||
* [Networks](core-concepts/networks.md)
|
||||
* [Polygon (ex Matic)](building-with-ocean/polygon-bridge.md)
|
||||
* [Binance Smart Chain (BSC)](building-with-ocean/bsc-bridge.md)
|
||||
* [Bridges](building-with-ocean/polygon-bridge.md)
|
||||
* [Fees](core-concepts/fees.md)
|
||||
* [Asset pricing](core-concepts/asset-pricing.md)
|
||||
* [DID & DDO](core-concepts/did-ddo.md)
|
||||
* [Using Ocean Market](using-ocean-market/README.md)
|
||||
* [Publish a data asset](using-ocean-market/marketplace-publish-data-asset.md)
|
||||
* [Download a data asset](using-ocean-market/marketplace-download-data-asset.md)
|
||||
* [Publish assets using hosting services](building-with-ocean/asset-hosting.md)
|
||||
* [Publishing with hosting services](building-with-ocean/asset-hosting.md)
|
||||
* [Building with ocean](building-with-ocean/README.md)
|
||||
* [Set Up a Marketplace](building-with-ocean/marketplace.md)
|
||||
* [Compute-to-Data](building-with-ocean/compute-to-data/README.md)
|
||||
* [Architecture](building-with-ocean/compute-to-data/compute-to-data-architecture.md)
|
||||
* [Datasets & Algorithms](building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md)
|
||||
* [Minikube Compute-to-Data Environment](building-with-ocean/compute-to-data/compute-to-data-minikube.md)
|
||||
* [Writing Algorithms for Compute to Data](building-with-ocean/compute-to-data/compute-to-data-algorithms.md)
|
||||
* [Setting up private docker registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.md)
|
||||
* [Minikube Environment](building-with-ocean/compute-to-data/compute-to-data-minikube.md)
|
||||
* [Writing Algorithms](building-with-ocean/compute-to-data/compute-to-data-algorithms.md)
|
||||
* [Private docker registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.md)
|
||||
* [Deploying components](building-with-ocean/deploying-components/README.md)
|
||||
* [Setup server](building-with-ocean/deploying-components/setup-server.md)
|
||||
* [Deploying Marketplace](building-with-ocean/deploying-components/deploying-marketplace.md)
|
||||
@ -34,8 +33,7 @@
|
||||
* [Deploying Ocean subgraph](building-with-ocean/deploying-components/deploying-ocean-subgraph.md)
|
||||
* [Contributing](core-concepts/contributing.md)
|
||||
* [Contributor Code of Conduct](core-concepts/code-of-conduct.md)
|
||||
* [Legal Requirements when Contributing Code](core-concepts/legal-reqs.md)
|
||||
* [Reporting Vulnerabilities](core-concepts/vulnerabilities.md)
|
||||
* [Legal Requirements](core-concepts/legal-reqs.md)
|
||||
* [Projects using Ocean Protocol](building-with-ocean/projects-using-ocean.md)
|
||||
* [API references](api-references/README.md)
|
||||
* [Aquarius REST API](api-references/aquarius-rest-api.md)
|
||||
|
@ -1,8 +1,25 @@
|
||||
---
|
||||
title: Polygon (ex Matic)
|
||||
title: Bridges
|
||||
---
|
||||
|
||||
# Polygon (ex Matic)
|
||||
# Binance Smart Chain (BSC) Bridge
|
||||
|
||||
## Intro to BSC's Bridge
|
||||
|
||||
BSC provides several bridge options, including:
|
||||
|
||||
* withdraw crypto from Binance.com, and
|
||||
* use Binance bridge.
|
||||
|
||||
The article [How to Get Started with BSC](https://academy.binance.com/en/articles/how-to-get-started-with-binance-smart-chain-bsc) by Binance Academy provides further details.
|
||||
|
||||
### Links
|
||||
|
||||
* [BSC Wallet Support](https://docs.binance.org/wallets/bsc-wallets.html). Includes MetaMask and Trust Wallet.
|
||||
* [BSC Bridge](https://www.bnbchain.org/en/bridge)
|
||||
* [How to set up a custom network in MetaMask](../orientation/metamask-setup.md#set-up-custom-network)
|
||||
|
||||
# Polygon (ex Matic) Bridge
|
||||
|
||||
### Links
|
||||
|
@ -1,20 +0,0 @@
|
||||
---
|
||||
title: Binance Smart Chain (BSC)
|
||||
---
|
||||
|
||||
# Binance Smart Chain (BSC)
|
||||
|
||||
### Intro to BSC's Bridge
|
||||
|
||||
BSC provides several bridge options, including:
|
||||
|
||||
* withdraw crypto from Binance.com, and
|
||||
* use Binance bridge.
|
||||
|
||||
The article [How to Get Started with BSC](https://academy.binance.com/en/articles/how-to-get-started-with-binance-smart-chain-bsc) by Binance Academy provides further details.
|
||||
|
||||
### Links
|
||||
|
||||
* [BSC Wallet Support](https://docs.binance.org/wallets/bsc-wallets.html). Includes MetaMask and Trust Wallet.
|
||||
* [BSC Bridge](https://www.bnbchain.org/en/bridge)
|
||||
* [How to set up a custom network in MetaMask](../orientation/metamask-setup.md#set-up-custom-network)
|
@ -9,7 +9,9 @@ To report a bug that isn't a vulnerability, go to the relevant GitHub repository
|
||||
|
||||
Before reporting a bug, search existing open and closed issues and PRs to see if something has already been reported. If not, then go ahead and create a new bug report, following the structure suggested in the issue template.
|
||||
|
||||
To report a vulnerability, you may do so in a [less public manner](./vulnerabilities.md).
|
||||
## Report Vulnerabilities
|
||||
|
||||
You may be able to earn a bounty for reporting vulnerabilities in sensitive parts of our code. Check our page on [Immunify](https://immunefi.com/bounty/oceanprotocol/) for the latest bug bounties available. You can also responsibly disclose flaws by emailing us at <a href="mailto:security@oceanprotocol.com">security@oceanprotocol.com</a>.
|
||||
|
||||
## Suggest a new feature
|
||||
|
||||
@ -74,7 +76,6 @@ Funding can be for contributing to the core software, building apps, doing integ
|
||||
|
||||
**[This page](https://www.oceanprotocol.com/fund)** has more information.
|
||||
|
||||
|
||||
## Other ways to get involved
|
||||
|
||||
Please go to the [Ocean Community Page](https://www.oceanprotocol.com/community) for more ideas on how to get involved.
|
||||
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: Reporting Vulnerabilities
|
||||
description: What to do if you find a security flaw in Ocean software.
|
||||
---
|
||||
|
||||
> You can responsibly disclose flaws by emailing us at <a href="mailto:security@oceanprotocol.com">security@oceanprotocol.com</a>.
|
Loading…
Reference in New Issue
Block a user