-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* migrate to Next.js * migrate scripts * generate markdown pages * make all the markdown work * fix profile, fix image loading * git+ssh → git+https, again * bump packages * maybe windows build fix * add public to gitignore Signed-off-by: mihaisc <[email protected]> * Next.js v12! Webpack 5! No build hacks anymore * json import fixes * fixes Co-authored-by: mihaisc <[email protected]>
- Loading branch information
1 parent
032b3e1
commit 3729c63
Showing
154 changed files
with
56,281 additions
and
87,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
|
||
#GATSBY_INFURA_PROJECT_ID="xxx" | ||
#GATSBY_MARKET_FEE_ADDRESS="0xxx" | ||
#GATSBY_PORTIS_ID="xxx" | ||
#NEXT_INFURA_PROJECT_ID="xxx" | ||
#NEXT_MARKET_FEE_ADDRESS="0xxx" | ||
#NEXT_PORTIS_ID="xxx" | ||
|
||
|
||
# | ||
# ADVANCED SETTINGS | ||
# | ||
|
||
# Toggle pricing options presented during price creation | ||
#GATSBY_ALLOW_FIXED_PRICING="true" | ||
#GATSBY_ALLOW_DYNAMIC_PRICING="true" | ||
#GATSBY_ALLOW_FREE_PRICING="true" | ||
#NEXT_ALLOW_FIXED_PRICING="true" | ||
#NEXT_ALLOW_DYNAMIC_PRICING="true" | ||
#NEXT_ALLOW_FREE_PRICING="true" | ||
|
||
# Privacy Preference Center | ||
#GATSBY_PRIVACY_PREFERENCE_CENTER="true" | ||
#NEXT_PRIVACY_PREFERENCE_CENTER="true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
{ | ||
"site": { | ||
"siteTitle": "Ocean Market", | ||
"siteTagline": "A marketplace to find, publish and trade data sets in the Ocean Network.", | ||
"siteUrl": "https://market.oceanprotocol.com", | ||
"siteIcon": "node_modules/@oceanprotocol/art/logo/favicon-white.png", | ||
"siteImage": "../src/@images/share.png", | ||
"copyright": "All Rights Reserved. Powered by [Ocean Protocol](https://oceanprotocol.com)", | ||
"menu": [ | ||
{ | ||
"name": "Publish", | ||
"link": "/publish" | ||
}, | ||
{ | ||
"name": "Profile", | ||
"link": "/profile" | ||
} | ||
], | ||
"warning": { | ||
"main": "We are in beta. Please familiarize yourself with [the market](https://oceanprotocol.com/technology/marketplaces), [the risks](https://blog.oceanprotocol.com/on-staking-on-data-in-ocean-market-3d8e09eb0a13), and the [Terms of Use](/terms).", | ||
"polygonPublish": "Only republish data sets with a pool from ETH Mainnet into Polygon/Matic if the liquidity is **less than or equal to 1000 OCEAN in the original pool**. Doing otherwise will lead to [purgatory](https://github.com/oceanprotocol/list-purgatory) for the data set in Polygon/Matic." | ||
"siteTitle": "Ocean Market", | ||
"siteTagline": "A marketplace to find, publish and trade data sets in the Ocean Network.", | ||
"siteUrl": "https://market.oceanprotocol.com", | ||
"siteIcon": "node_modules/@oceanprotocol/art/logo/favicon-white.png", | ||
"siteImage": "../src/@images/share.png", | ||
"copyright": "All Rights Reserved. Powered by [Ocean Protocol](https://oceanprotocol.com)", | ||
"menu": [ | ||
{ | ||
"name": "Publish", | ||
"link": "/publish" | ||
}, | ||
"announcement": { | ||
"main": "Ocean Market is [available on Polygon](https://blog.oceanprotocol.com/ocean-on-polygon-network-8abad19cbf47).", | ||
"polygon": "Polygon/Matic EVM support is in early stages. [Use the Polygon Bridge](https://docs.oceanprotocol.com/tutorials/polygon-bridge/) to get mOCEAN." | ||
{ | ||
"name": "Profile", | ||
"link": "/profile" | ||
} | ||
], | ||
"warning": { | ||
"main": "We are in beta. Please familiarize yourself with [the market](https://oceanprotocol.com/technology/marketplaces), [the risks](https://blog.oceanprotocol.com/on-staking-on-data-in-ocean-market-3d8e09eb0a13), and the [Terms of Use](/terms).", | ||
"polygonPublish": "Only republish data sets with a pool from ETH Mainnet into Polygon/Matic if the liquidity is **less than or equal to 1000 OCEAN in the original pool**. Doing otherwise will lead to [purgatory](https://github.com/oceanprotocol/list-purgatory) for the data set in Polygon/Matic." | ||
}, | ||
"announcement": { | ||
"main": "Ocean Market is [available on Polygon](https://blog.oceanprotocol.com/ocean-on-polygon-network-8abad19cbf47).", | ||
"polygon": "Polygon/Matic EVM support is in early stages. [Use the Polygon Bridge](https://docs.oceanprotocol.com/tutorials/polygon-bridge/) to get mOCEAN." | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.