From 00eaa8bd34d81a863cc29843e9a07b9a81608ea8 Mon Sep 17 00:00:00 2001 From: Piotr Janosz Date: Sun, 11 Aug 2019 00:30:43 +0200 Subject: [PATCH] Removed meta from mdx files --- packages/website/mdx/guides/build-a-relayer.mdx | 8 -------- packages/website/mdx/guides/develop-on-ethereum.mdx | 8 -------- packages/website/mdx/guides/page-template.mdx | 8 -------- packages/website/mdx/guides/use-networked-liquidity.mdx | 9 --------- 4 files changed, 33 deletions(-) diff --git a/packages/website/mdx/guides/build-a-relayer.mdx b/packages/website/mdx/guides/build-a-relayer.mdx index fc023bb302..03bc019122 100644 --- a/packages/website/mdx/guides/build-a-relayer.mdx +++ b/packages/website/mdx/guides/build-a-relayer.mdx @@ -1,11 +1,3 @@ -export const meta = { - title: 'Build a relayer', - description: 'A relayer is any party or entity which hosts an off-chain orderbook.', - tags: ['Relayer', 'Trader', 'Protocol Developer'], - topics: ['Coordinator Model', 'Mesh'], - difficulty: 'Advanced', -}; - They provide a way for users to add, remove and update this orderbook through an API, GUI or both. In doing so, relayers help traders discover counter-parties and ferry cryptographically signed orders between them. Once two parties agree on the terms of an order, the order is settled directly on the Ethereum blockchain via the 0x protocol smart contracts. ### Advantages of decentralized exchange diff --git a/packages/website/mdx/guides/develop-on-ethereum.mdx b/packages/website/mdx/guides/develop-on-ethereum.mdx index 367148da2c..b563d4af94 100644 --- a/packages/website/mdx/guides/develop-on-ethereum.mdx +++ b/packages/website/mdx/guides/develop-on-ethereum.mdx @@ -1,11 +1,3 @@ -export const meta = { - title: 'Develop on Ethereum', - description: 'Welcome to the exciting world of building applications on the Ethereum Blockchain', - tags: ['Relayer', 'Trader'], - topics: ['Mesh', 'Protocol Developer'], - difficulty: 'Beginner', -}; - ## Ethereum Intro Welcome to the exciting world of building applications on the [Ethereum Blockchain](https://www.ethereum.org/). With Ethereum you can deploy applications or "Smart Contracts" that perform operations and persist state using a decentralized network of computers. Ethereum is often described as a platform for programming digital money. A transaction executes and is confirmed and verified by hundreds of different machines (nodes) distributed around the world. If you want to understand the how blockchains fundamentally work checkout [this visual explanation](https://anders.com/blockchain/). If you'd like to read more about Ethereum specifically, visit this [beginners guide to Ethereum](https://blog.coinbase.com/a-beginners-guide-to-ethereum-46dd486ceecf). diff --git a/packages/website/mdx/guides/page-template.mdx b/packages/website/mdx/guides/page-template.mdx index 494816079a..81822cbb2f 100644 --- a/packages/website/mdx/guides/page-template.mdx +++ b/packages/website/mdx/guides/page-template.mdx @@ -1,11 +1,3 @@ -export const meta = { - title: 'Page template', - description: 'A relayer is any party or entity which hosts an off-chain orderbook.', - tags: ['Relayer', 'Trader', 'Protocol Developer'], - topics: ['Coordinator Model', 'Mesh'], - difficulty: 'Advanced', -}; - ## Sol-coverage Sol-coverage uses transaction traces in order to figure out which lines of Solidity source code have been covered by your tests. In order for it to gather these traces, you must add the `CoverageSubprovider` to the [ProviderEngine](https://github.com/MetaMask/provider-engine) instance you use when running your Solidity tests. If you're unfamiliar with `ProviderEngine`, please read the [Web3 Provider explained](https://0x.org/wiki#Web3-Provider-Explained) wiki article. diff --git a/packages/website/mdx/guides/use-networked-liquidity.mdx b/packages/website/mdx/guides/use-networked-liquidity.mdx index d4a720daa6..9623756314 100644 --- a/packages/website/mdx/guides/use-networked-liquidity.mdx +++ b/packages/website/mdx/guides/use-networked-liquidity.mdx @@ -1,12 +1,3 @@ -export const meta = { - title: 'Use networked liquidity', - description: - 'In this tutorial, we will show you how you can use the @0x/connect package in conjunction with 0x.js in order to', - tags: ['Protocol Developer'], - topics: ['Mesh'], - difficulty: 'Intermediate' -}; - In this tutorial, we will show you how you can use the [@0x/connect](https://github.com/0xProject/0x.js/tree/development/packages/connect) package in conjunction with [0x.js](https://github.com/0xProject/0x.js/tree/development/packages/0x.js) in order to: - ask a relayer for fee information