diff --git a/.gitignore b/.gitignore index 18afbdb03..5b79ef023 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ site src/boxes/*/ __pycache__ -.DS_Store \ No newline at end of file +.DS_Store +env \ No newline at end of file diff --git a/src/blog/10-things-we-dont-do-that-make-working-at-truffle-awesome/index.md b/src/blog/10-things-we-dont-do-that-make-working-at-truffle-awesome/index.md index 9f4bc58ff..8862d2070 100644 --- a/src/blog/10-things-we-dont-do-that-make-working-at-truffle-awesome/index.md +++ b/src/blog/10-things-we-dont-do-that-make-working-at-truffle-awesome/index.md @@ -1,7 +1,6 @@ --- title: 10 Things We Don't Do That Make Working at Truffle Awesome -hide: - - navigation + ---  diff --git a/src/blog/2020-is-finally-over-a-year-end-wrapup/index.md b/src/blog/2020-is-finally-over-a-year-end-wrapup/index.md index d1463276d..7ecbad8e3 100644 --- a/src/blog/2020-is-finally-over-a-year-end-wrapup/index.md +++ b/src/blog/2020-is-finally-over-a-year-end-wrapup/index.md @@ -1,7 +1,6 @@ --- title: 2020 is Finally Over - A Year End Wrapup -hide: - - navigation + ---  diff --git a/src/blog/3-ways-enterprises-are-addressing-blockchain-privacy-concerns/index.md b/src/blog/3-ways-enterprises-are-addressing-blockchain-privacy-concerns/index.md index d0fc6ab0f..a97a411c9 100644 --- a/src/blog/3-ways-enterprises-are-addressing-blockchain-privacy-concerns/index.md +++ b/src/blog/3-ways-enterprises-are-addressing-blockchain-privacy-concerns/index.md @@ -1,7 +1,6 @@ --- title: 3 Ways Enterprises Are Addressing Blockchain Privacy Concerns -hide: - - navigation + --- [Blockchain has been touted as the great connector to integrate businesses under consortium networks](https://www.forbes.com/sites/andrewarnold/2019/02/21/why-2019-may-become-the-year-of-enterprise-blockchain/#66c9e516427e). It’s ability to verify data using smart contracts and provide transparency across network participants through immutable shared data has people talking about a technical revolution. However, this benefit has been a double-edged sword because the enterprise world is skeptical about sharing sensitive data on a ledger where the information cannot be deleted. The good news is, this year has seen numerous announcements of single and multi-party blockchain pilots by the Fortune 500 such as… [Starbucks](https://news.microsoft.com/transform/starbucks-turns-to-technology-to-brew-up-a-more-personal-connection-with-its-customers/) and [MetLife](https://www.forbes.com/sites/stevenehrlich/2019/06/19/metlife-plans-to-disrupt-2-7-trillion-life-insurance-industry-using-ethereum-blockchain/#3e9a87277022). Data privacy issues haven’t stopped them and the enterprise blockchain world has taken these steps to shift their thinking. diff --git a/src/blog/5-trends-impacting-the-blockchain-developer-experience/index.md b/src/blog/5-trends-impacting-the-blockchain-developer-experience/index.md index df6e65cb9..fccfa5722 100644 --- a/src/blog/5-trends-impacting-the-blockchain-developer-experience/index.md +++ b/src/blog/5-trends-impacting-the-blockchain-developer-experience/index.md @@ -1,7 +1,6 @@ --- title: 5 Trends Impacting the Blockchain Developer Experience -hide: - - navigation + --- In this article we explore 5 trends impacting the developer-experience (or DX) when it comes to building blockchain-based solutions. Specifically, applications and services that leverage a blockchain or distributed ledger or as part of their overall architecture. diff --git a/src/blog/a-sweet-upgradeable-contract-experience-with-openzeppelin-and-truffle/index.md b/src/blog/a-sweet-upgradeable-contract-experience-with-openzeppelin-and-truffle/index.md index d70676f22..847a72a81 100644 --- a/src/blog/a-sweet-upgradeable-contract-experience-with-openzeppelin-and-truffle/index.md +++ b/src/blog/a-sweet-upgradeable-contract-experience-with-openzeppelin-and-truffle/index.md @@ -1,7 +1,6 @@ --- title: A Sweet Upgradeable Contract Experience with OpenZeppelin and Truffle -hide: - - navigation + ---  diff --git a/src/blog/an-easier-way-to-deploy-your-smart-contracts/index.md b/src/blog/an-easier-way-to-deploy-your-smart-contracts/index.md index 3bcd89b70..d05af56bb 100644 --- a/src/blog/an-easier-way-to-deploy-your-smart-contracts/index.md +++ b/src/blog/an-easier-way-to-deploy-your-smart-contracts/index.md @@ -1,7 +1,6 @@ --- title: An Easier Way to Deploy Your Smart Contracts -hide: - - navigation + --- **TL;DR** - Deploying your smart contracts shouldn't be difficult, and the process should be flexible. I give a sneak peek at the next feature we're building: an **easy to use interface to deploy your Truffle projects with [Truffle Teams](/docs/teams/overview)**! It's going to be awesome, and **you can be the first to use it**! I'll be giving a **hands-on workshop from 9AM-12PM on Friday, August 2nd, at [TruffleCon 2019](/trufflecon2019)** that will walk you through through the entire Truffle Teams lifecycle, including the **never-before-used Deployments interface**! See you there! diff --git a/src/blog/announcing-collaboration-with-filecoin/index.md b/src/blog/announcing-collaboration-with-filecoin/index.md index a9eb30004..ba2777e5d 100644 --- a/src/blog/announcing-collaboration-with-filecoin/index.md +++ b/src/blog/announcing-collaboration-with-filecoin/index.md @@ -1,7 +1,6 @@ --- title: Announcing Collaboration with Filecoin - Big Integrations Coming -hide: - - navigation + ---  diff --git a/src/blog/announcing-full-portable-solidity-debugger/index.md b/src/blog/announcing-full-portable-solidity-debugger/index.md index 120316ea9..cff639b15 100644 --- a/src/blog/announcing-full-portable-solidity-debugger/index.md +++ b/src/blog/announcing-full-portable-solidity-debugger/index.md @@ -1,7 +1,6 @@ --- title: Announcing our Fully Featured, Portable Solidity Debugger -hide: - - navigation + --- Every one at Truffle is giddy right now. diff --git a/src/blog/axonis-enterprise-use-of-truffle/index.md b/src/blog/axonis-enterprise-use-of-truffle/index.md index c6836f688..014746701 100644 --- a/src/blog/axonis-enterprise-use-of-truffle/index.md +++ b/src/blog/axonis-enterprise-use-of-truffle/index.md @@ -1,7 +1,6 @@ --- title: Axoni's Enterprise Use of Truffle -hide: - - navigation + ---  diff --git a/src/blog/best-methods-to-understand-blockchain-if-youre-not-a-developer/index.md b/src/blog/best-methods-to-understand-blockchain-if-youre-not-a-developer/index.md index 8e9f1a8aa..e84f45449 100644 --- a/src/blog/best-methods-to-understand-blockchain-if-youre-not-a-developer/index.md +++ b/src/blog/best-methods-to-understand-blockchain-if-youre-not-a-developer/index.md @@ -1,7 +1,6 @@ --- title: The Best Methods to Understand Blockchain Technology if You’re Not A Developer -hide: - - navigation + --- As a non-technical person, it feels like it takes 1.21 gigawatts to keep up with the speed of technology - even Doc Brown himself couldn't have predicted all of the technological advancements with his flux capacitor. Not only are we trying to keep up with technologies like blockchain, machine learning, and AI, but we have an overwhelming amount of information on the web all at the click of a mouse. It's overwhelming to the point that it's difficult to even know where to begin. However, online blockchain educational materials have started to ramp up. As I write this, I'm confident I'll start seeing “ Blockchain for dummies” online course advertisements on my browser (Opt-in, of course, because I'm using Brave). Mind-blowing! Let me help you begin by slowing down in order to speed up effectively. diff --git a/src/blog/blockchain-will-cure-cancer/index.md b/src/blog/blockchain-will-cure-cancer/index.md index b35b6c055..9d9e5f362 100644 --- a/src/blog/blockchain-will-cure-cancer/index.md +++ b/src/blog/blockchain-will-cure-cancer/index.md @@ -1,7 +1,6 @@ --- title: Blockchain Will Cure Cancer -hide: - - navigation + ---
diff --git a/src/blog/branching-out-announcing-tezos-support-in-truffle/index.md b/src/blog/branching-out-announcing-tezos-support-in-truffle/index.md
index fd9201f0e..e121d7450 100644
--- a/src/blog/branching-out-announcing-tezos-support-in-truffle/index.md
+++ b/src/blog/branching-out-announcing-tezos-support-in-truffle/index.md
@@ -1,7 +1,6 @@
---
title: Branching Out - Announcing Tezos Support in Truffle
-hide:
- - navigation
+
---

diff --git a/src/blog/branching-out-phase-2-of-corda-flavored-ganache/index.md b/src/blog/branching-out-phase-2-of-corda-flavored-ganache/index.md
index cc3d131ab..08dcdd89d 100644
--- a/src/blog/branching-out-phase-2-of-corda-flavored-ganache/index.md
+++ b/src/blog/branching-out-phase-2-of-corda-flavored-ganache/index.md
@@ -1,7 +1,6 @@
---
title: Branching Out - Phase 2 of Corda-flavored Ganache
-hide:
- - navigation
+
---

diff --git a/src/blog/bring-your-own-ci-byoci-with-truffle-teams/index.md b/src/blog/bring-your-own-ci-byoci-with-truffle-teams/index.md
index dc158cce0..db0d8bbaa 100644
--- a/src/blog/bring-your-own-ci-byoci-with-truffle-teams/index.md
+++ b/src/blog/bring-your-own-ci-byoci-with-truffle-teams/index.md
@@ -1,7 +1,6 @@
---
title: Bring Your Own CI (BYOCI) with Truffle Teams
-hide:
- - navigation
+
---
Truffle Teams has always offered an internal continuous integration (CI) service. This service is great for getting up and running quickly since it requires no configuration to run your Truffle tests.
diff --git a/src/blog/crytic-continuous-assurance-for-smart-contracts/index.md b/src/blog/crytic-continuous-assurance-for-smart-contracts/index.md
index 8fca48191..98a08bdb5 100644
--- a/src/blog/crytic-continuous-assurance-for-smart-contracts/index.md
+++ b/src/blog/crytic-continuous-assurance-for-smart-contracts/index.md
@@ -1,7 +1,6 @@
---
title: Crytic - Continuous Assurance for Smart Contracts
-hide:
- - navigation
+
---
We are proud to announce our new Smart contract security product: [https://crytic.io/](https://crytic.io/). Crytic provides continuous assurance for smart contracts. The platform reports build status on every commit and runs a suite of security analyses for immediate feedback.
diff --git a/src/blog/debug-quickly-and-in-context-with-truffle-teams-new-debugger/index.md b/src/blog/debug-quickly-and-in-context-with-truffle-teams-new-debugger/index.md
index 3a9571084..870a1b9ff 100644
--- a/src/blog/debug-quickly-and-in-context-with-truffle-teams-new-debugger/index.md
+++ b/src/blog/debug-quickly-and-in-context-with-truffle-teams-new-debugger/index.md
@@ -1,7 +1,6 @@
---
title: Debug Quickly and in Context with Truffle Teams New Debugger
-hide:
- - navigation
+
---

diff --git a/src/blog/debugging-verified-external-contracts-with-truffle-debugger/index.md b/src/blog/debugging-verified-external-contracts-with-truffle-debugger/index.md
index a68a6d549..c2b3d0edc 100644
--- a/src/blog/debugging-verified-external-contracts-with-truffle-debugger/index.md
+++ b/src/blog/debugging-verified-external-contracts-with-truffle-debugger/index.md
@@ -1,7 +1,6 @@
---
title: Debugging verified external contracts with Truffle Debugger
-hide:
- - navigation
+
---

diff --git a/src/blog/designing-the-ganache-logo/index.md b/src/blog/designing-the-ganache-logo/index.md
index 2e80b01bb..c846daa85 100644
--- a/src/blog/designing-the-ganache-logo/index.md
+++ b/src/blog/designing-the-ganache-logo/index.md
@@ -1,7 +1,6 @@
---
title: Designing the Ganache Logo
-hide:
- - navigation
+
---
Last week we released [Ganache](/ganache), a personal blockchain for Ethereum development. Many of you commented on the design of the landing page and logo, but just how did the gooey cube come to be? Let's take a trip through the 30+ iterations that led to our newest confection.
diff --git a/src/blog/develop-using-fluidity-truffle-box/index.md b/src/blog/develop-using-fluidity-truffle-box/index.md
index a3b155a1e..8fa1f5b16 100644
--- a/src/blog/develop-using-fluidity-truffle-box/index.md
+++ b/src/blog/develop-using-fluidity-truffle-box/index.md
@@ -1,7 +1,6 @@
---
title: Develop using Fluidity Truffle Box
-hide:
- - navigation
+
---
**TLDR;** Fluidity has a pretty awesome truffle-box with lots of goodies to build secure, well-tested smart contracts. With two simple commands, you’ll be set up for development using these testing and security tools preconfigured.
diff --git a/src/blog/drizzle-150-a-new-beginning/index.md b/src/blog/drizzle-150-a-new-beginning/index.md
index af77107ca..fdc0499fe 100644
--- a/src/blog/drizzle-150-a-new-beginning/index.md
+++ b/src/blog/drizzle-150-a-new-beginning/index.md
@@ -1,7 +1,6 @@
---
title: Drizzle 1.5.0 - A new beginning
-hide:
- - navigation
+
---
diff --git a/src/blog/introducing-ganache-7/index.md b/src/blog/introducing-ganache-7/index.md
index 9681ee1ee..27ffc2723 100644
--- a/src/blog/introducing-ganache-7/index.md
+++ b/src/blog/introducing-ganache-7/index.md
@@ -1,7 +1,6 @@
---
title: Ganache 7 Ethereum Simulator - Building on Web3 is now easier and faster than ever before
-hide:
- - navigation
+
---

diff --git a/src/blog/introducing-truffle-dashboard/index.md b/src/blog/introducing-truffle-dashboard/index.md
index 8c70ffdc2..c93c0749d 100644
--- a/src/blog/introducing-truffle-dashboard/index.md
+++ b/src/blog/introducing-truffle-dashboard/index.md
@@ -1,7 +1,6 @@
---
title: Introducing Truffle Dashboard - Stop copy + pasting your private keys!
-hide:
- - navigation
+
---

diff --git a/src/blog/introducing-truffle-db-part-1/index.md b/src/blog/introducing-truffle-db-part-1/index.md
index 977300e4d..8fa04c816 100644
--- a/src/blog/introducing-truffle-db-part-1/index.md
+++ b/src/blog/introducing-truffle-db-part-1/index.md
@@ -1,7 +1,6 @@
---
title: Introducing Truffle DB, Part 1 - Artifact archeology
-hide:
- - navigation
+
---
## Introducing Truffle DB, part 1: Artifact archeology
diff --git a/src/blog/introducing-truffle-db-part-2/index.md b/src/blog/introducing-truffle-db-part-2/index.md
index c5d738bb6..d15a2d4cc 100644
--- a/src/blog/introducing-truffle-db-part-2/index.md
+++ b/src/blog/introducing-truffle-db-part-2/index.md
@@ -1,7 +1,6 @@
---
title: Introducing Truffle DB, part 2 - 'Weight and Switch'
-hide:
- - navigation
+
---
Welcome back! If you missed the [first part](/blog/introducing-truffle-db-part-1) of this post, you may want to read it to learn more about Truffle’s contract artifacts, their current limitations, and why we seek to build a better solution.
diff --git a/src/blog/iterate-faster-with-truffle-teams/index.md b/src/blog/iterate-faster-with-truffle-teams/index.md
index 800f61d5e..b6db062d0 100644
--- a/src/blog/iterate-faster-with-truffle-teams/index.md
+++ b/src/blog/iterate-faster-with-truffle-teams/index.md
@@ -1,7 +1,6 @@
---
title: Iterate Faster with Truffle Teams
-hide:
- - navigation
+
---
Consider the amount of context switching required to develop a dapp: you’re writing Solidity one minute, writing tests another, debugging those results--it’s easy to get lost! These switches carry a cognitive load and when errors equal a loss of ETH we need all the help we can get. I’m happy to inform you Truffle Teams can help reduce context switching and help you or your team iterate faster.
diff --git a/src/blog/learn-ethereum-the-fun-way-with-our-pet-shop-tutorial/index.md b/src/blog/learn-ethereum-the-fun-way-with-our-pet-shop-tutorial/index.md
index 047487be5..5e8fcb246 100644
--- a/src/blog/learn-ethereum-the-fun-way-with-our-pet-shop-tutorial/index.md
+++ b/src/blog/learn-ethereum-the-fun-way-with-our-pet-shop-tutorial/index.md
@@ -1,7 +1,6 @@
---
title: Learn Ethereum The Fun Way with our Pet Shop Tutorial
-hide:
- - navigation
+
---
Here at Truffle we want to make Ethereum development accessible to developers of all stripes. To that end, today we're releasing a new tutorial called [Pet Shop](/tutorial). It covers the entire local development process, start to finish. For added fun, we've tied the whole thing together within the narrative of creating a pet adoption dapp for a local pet shop owner.
diff --git a/src/blog/one-hundred-documentation-pull-requests/index.md b/src/blog/one-hundred-documentation-pull-requests/index.md
index 347a0cbdb..9cf236d9b 100644
--- a/src/blog/one-hundred-documentation-pull-requests/index.md
+++ b/src/blog/one-hundred-documentation-pull-requests/index.md
@@ -1,7 +1,6 @@
---
title: One hundred documentation pull requests? Yes please.
-hide:
- - navigation
+
---
Greetings! The Truffle team has been growing over the course of the last year. From a single developer, we are now a team of five (soon to be even more), which means that we can spread the work around.
diff --git a/src/blog/open-call-for-contributions-truffle-pegasys-eea-private-transactions/index.md b/src/blog/open-call-for-contributions-truffle-pegasys-eea-private-transactions/index.md
index 394411332..fd6d743d1 100644
--- a/src/blog/open-call-for-contributions-truffle-pegasys-eea-private-transactions/index.md
+++ b/src/blog/open-call-for-contributions-truffle-pegasys-eea-private-transactions/index.md
@@ -1,7 +1,6 @@
---
title: Open call for contributions by Truffle + PegaSys - EEA private transactions
-hide:
- - navigation
+
---
# Open call for contributions by Truffle + PegaSys: EEA private transactions
diff --git a/src/blog/removing-installation-issues-continued-testrpc/index.md b/src/blog/removing-installation-issues-continued-testrpc/index.md
index 52429e4a9..670290c9a 100644
--- a/src/blog/removing-installation-issues-continued-testrpc/index.md
+++ b/src/blog/removing-installation-issues-continued-testrpc/index.md
@@ -1,7 +1,6 @@
---
title: Removing installation issues, con't - TestRPC
-hide:
- - navigation
+
---
diff --git a/src/blog/sandbox-forking-with-truffle-teams/index.md b/src/blog/sandbox-forking-with-truffle-teams/index.md
index bbf226122..d8256d2bb 100644
--- a/src/blog/sandbox-forking-with-truffle-teams/index.md
+++ b/src/blog/sandbox-forking-with-truffle-teams/index.md
@@ -1,7 +1,6 @@
---
title: Simulate Live Networks with Forked Sandboxes
-hide:
- - navigation
+
---
diff --git a/src/blog/truffle-and-ganache-now-come-in-filecoin-flavor/index.md b/src/blog/truffle-and-ganache-now-come-in-filecoin-flavor/index.md
index 000544e6c..62a4b637d 100644
--- a/src/blog/truffle-and-ganache-now-come-in-filecoin-flavor/index.md
+++ b/src/blog/truffle-and-ganache-now-come-in-filecoin-flavor/index.md
@@ -1,7 +1,6 @@
---
title: Truffle and Ganache now come in Filecoin Flavor
-hide:
- - navigation
+
---

diff --git a/src/blog/truffle-and-infura-support-arbitrum/index.md b/src/blog/truffle-and-infura-support-arbitrum/index.md
index 607b9031c..293447c06 100644
--- a/src/blog/truffle-and-infura-support-arbitrum/index.md
+++ b/src/blog/truffle-and-infura-support-arbitrum/index.md
@@ -1,7 +1,6 @@
---
title: Truffle and Infura Now Support Arbitrum
-hide:
- - navigation
+
---

diff --git a/src/blog/truffle-and-infura-support-optimism/index.md b/src/blog/truffle-and-infura-support-optimism/index.md
index 783de64ce..26dcde9df 100644
--- a/src/blog/truffle-and-infura-support-optimism/index.md
+++ b/src/blog/truffle-and-infura-support-optimism/index.md
@@ -1,7 +1,6 @@
---
title: Truffle and Infura Now Support Optimism
-hide:
- - navigation
+
---

diff --git a/src/blog/truffle-and-infura-support-polygon/index.md b/src/blog/truffle-and-infura-support-polygon/index.md
index c77371d2a..2b5b287e0 100644
--- a/src/blog/truffle-and-infura-support-polygon/index.md
+++ b/src/blog/truffle-and-infura-support-polygon/index.md
@@ -1,7 +1,6 @@
---
title: Truffle and Infura Now Support Polygon
-hide:
- - navigation
+
---

diff --git a/src/blog/truffle-boxes-making-life-sweeter/index.md b/src/blog/truffle-boxes-making-life-sweeter/index.md
index 4a89c1293..b9c1e8162 100644
--- a/src/blog/truffle-boxes-making-life-sweeter/index.md
+++ b/src/blog/truffle-boxes-making-life-sweeter/index.md
@@ -1,7 +1,6 @@
---
title: Truffle Boxes - Making Life Sweeter
-hide:
- - navigation
+
---
When users begin developing on Ethereum, the first question they ask is, "Where do I start?". In the past, there hasn't been an easy answer: the answer generally consisted of many flavors of "it depends", and usually led to an investigation of what the user was trying to build, a general overview of their development skills, their knowledge of Ethereum, and the libraries and tools they're already most comfortable with. When determining how the Truffle team can help in this process, it quickly became apparent that what our users needed were examples. _Many of them._ So, being the upstanding community members we are, we set out to create those example, and today, we're happy to show you what we've accomplished.
diff --git a/src/blog/truffle-teams-gets-a-new-look/index.md b/src/blog/truffle-teams-gets-a-new-look/index.md
index 04b209ab6..b9802aed9 100644
--- a/src/blog/truffle-teams-gets-a-new-look/index.md
+++ b/src/blog/truffle-teams-gets-a-new-look/index.md
@@ -1,7 +1,6 @@
---
title: Truffle Teams Gets a New Look!
-hide:
- - navigation
+
---

diff --git a/src/blog/truffle-teams-now-supports-private-repositories/index.md b/src/blog/truffle-teams-now-supports-private-repositories/index.md
index 04589a051..9d9655237 100644
--- a/src/blog/truffle-teams-now-supports-private-repositories/index.md
+++ b/src/blog/truffle-teams-now-supports-private-repositories/index.md
@@ -1,7 +1,6 @@
---
title: Truffle Teams Now Supports Private Repositories
-hide:
- - navigation
+
---
Thanks to the awesome work of [@nicholasjpaterno](https://github.com/nicholasjpaterno), you can now integrate private repositories with Truffle Teams! This will eventually be a premium feature, but we're releasing it for free while the product is still in beta.
diff --git a/src/blog/truffle-v5-has-arrived/index.md b/src/blog/truffle-v5-has-arrived/index.md
index d99e291d3..dc8545f20 100644
--- a/src/blog/truffle-v5-has-arrived/index.md
+++ b/src/blog/truffle-v5-has-arrived/index.md
@@ -1,7 +1,6 @@
---
title: Truffle v5 has arrived!
-hide:
- - navigation
+
---
We have just released the most awaited version of Truffle just in time for the
diff --git a/src/blog/try-new-features-first-with-truffle-teams-early-access/index.md b/src/blog/try-new-features-first-with-truffle-teams-early-access/index.md
index af065564b..cabaad401 100644
--- a/src/blog/try-new-features-first-with-truffle-teams-early-access/index.md
+++ b/src/blog/try-new-features-first-with-truffle-teams-early-access/index.md
@@ -1,7 +1,6 @@
---
title: Try New Features First with Truffle Teams Early Access
-hide:
- - navigation
+
---

diff --git a/src/blog/unwrap-the-corda-flavored-ganache-beta/index.md b/src/blog/unwrap-the-corda-flavored-ganache-beta/index.md
index 47cf621d7..035a934b5 100644
--- a/src/blog/unwrap-the-corda-flavored-ganache-beta/index.md
+++ b/src/blog/unwrap-the-corda-flavored-ganache-beta/index.md
@@ -1,7 +1,6 @@
---
title: Unwrap the Corda Flavored Ganache Beta
-hide:
- - navigation
+
---

diff --git a/src/blog/upcoming-improvements-to-encoding-and-decoding/index.md b/src/blog/upcoming-improvements-to-encoding-and-decoding/index.md
index 6a78ecf8c..9a43cc737 100644
--- a/src/blog/upcoming-improvements-to-encoding-and-decoding/index.md
+++ b/src/blog/upcoming-improvements-to-encoding-and-decoding/index.md
@@ -1,7 +1,6 @@
---
title: Upcoming improvements to encoding and decoding
-hide:
- - navigation
+
---
When you’re writing, running, or debugging your smart contract, you don’t want to have to deal with raw binary data. Truffle––and Ganache and Drizzle––already contain a number of encoding and decoding features to help you interact with your contract and understand what you’re seeing. But luckily, encoding and decoding are about to become even more robust, informative, and usable.
diff --git a/src/blog/using-the-ens-integration/index.md b/src/blog/using-the-ens-integration/index.md
index 7622ce13d..39cea057e 100644
--- a/src/blog/using-the-ens-integration/index.md
+++ b/src/blog/using-the-ens-integration/index.md
@@ -1,7 +1,6 @@
---
title: Using Truffle's ENS Integration
-hide:
- - navigation
+
---
**By Tyler Feickert, Blockchain Tools Engineer at Truffle**
diff --git a/src/blog/using-truffle-to-interact-with-chainlink-smart-contracts/index.md b/src/blog/using-truffle-to-interact-with-chainlink-smart-contracts/index.md
index 88d7a6c2e..42bf2b951 100644
--- a/src/blog/using-truffle-to-interact-with-chainlink-smart-contracts/index.md
+++ b/src/blog/using-truffle-to-interact-with-chainlink-smart-contracts/index.md
@@ -1,7 +1,6 @@
---
title: Using Truffle to interact with Chainlink Smart Contracts
-hide:
- - navigation
+
---

diff --git a/src/blog/why-i-love-trufflecon/index.md b/src/blog/why-i-love-trufflecon/index.md
index 581371614..9592b3247 100644
--- a/src/blog/why-i-love-trufflecon/index.md
+++ b/src/blog/why-i-love-trufflecon/index.md
@@ -1,7 +1,6 @@
---
title: Why I love TruffleCon
-hide:
- - navigation
+
---
**By Josh Quintal, Head of Product & Marketing**
diff --git a/src/blog/why-were-organizing-trufflecon-2018/index.md b/src/blog/why-were-organizing-trufflecon-2018/index.md
index 95388f553..38c2f0862 100644
--- a/src/blog/why-were-organizing-trufflecon-2018/index.md
+++ b/src/blog/why-were-organizing-trufflecon-2018/index.md
@@ -1,7 +1,6 @@
---
title: Why We're Organizing TruffleCon 2018
-hide:
- - navigation
+
---

diff --git a/src/blog/you-can-now-make-your-own-truffle-box/index.md b/src/blog/you-can-now-make-your-own-truffle-box/index.md
index dcff42890..7da8576de 100644
--- a/src/blog/you-can-now-make-your-own-truffle-box/index.md
+++ b/src/blog/you-can-now-make-your-own-truffle-box/index.md
@@ -1,7 +1,6 @@
---
title: You Can Now Make Your Own Truffle Box
-hide:
- - navigation
+
---
Two months ago we unveiled official integration with **Truffle Boxes**, example Ethereum applications and/or boilerplates that put complimentary tools and libraries into sweet, easily-downloadable packages. In addition to rolling out some official boxes, [Status.im](https://status.im/) released [the first community-supported box](/boxes/status).
diff --git a/src/blog/you-decide-pipeline-or-table-view-in-truffle-teams-deployments-manager/index.md b/src/blog/you-decide-pipeline-or-table-view-in-truffle-teams-deployments-manager/index.md
index 203aa8c58..134fd7a93 100644
--- a/src/blog/you-decide-pipeline-or-table-view-in-truffle-teams-deployments-manager/index.md
+++ b/src/blog/you-decide-pipeline-or-table-view-in-truffle-teams-deployments-manager/index.md
@@ -1,7 +1,6 @@
---
title: You Decide - Pipeline or Table View in Truffle Teams' Refreshed Deployments Manager
-hide:
- - navigation
+
---

diff --git a/src/boxes/box.html.jinja2 b/src/boxes/box.html.jinja2
index 743e415e4..38878fa44 100644
--- a/src/boxes/box.html.jinja2
+++ b/src/boxes/box.html.jinja2
@@ -1,6 +1,5 @@
---
-hide:
- - navigation
+
---
{{ readme }}
\ No newline at end of file
diff --git a/src/guides/building-dapps-for-quorum-private-enterprise-blockchains/index.md b/src/guides/building-dapps-for-quorum-private-enterprise-blockchains/index.md
index a4681e089..c24d9806a 100644
--- a/src/guides/building-dapps-for-quorum-private-enterprise-blockchains/index.md
+++ b/src/guides/building-dapps-for-quorum-private-enterprise-blockchains/index.md
@@ -1,7 +1,6 @@
---
title: Truffle Suite
hide:
- - navigation
- toc
---
diff --git a/src/guides/building-testing-frontend-app-truffle-3/index.md b/src/guides/building-testing-frontend-app-truffle-3/index.md
index 15146f086..5994031c5 100644
--- a/src/guides/building-testing-frontend-app-truffle-3/index.md
+++ b/src/guides/building-testing-frontend-app-truffle-3/index.md
@@ -1,7 +1,6 @@
---
title: Truffle Suite
-hide:
- - navigation
+
---
diff --git a/src/guides/bundling-with-webpack/index.md b/src/guides/bundling-with-webpack/index.md
index b3b8a5b9c..c2366e609 100644
--- a/src/guides/bundling-with-webpack/index.md
+++ b/src/guides/bundling-with-webpack/index.md
@@ -1,7 +1,6 @@
---
title: Truffle Suite
-hide:
- - navigation
+
---
Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Use at your own risk! Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Use at your own risk! Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Use at your own risk!
diff --git a/src/guides/debugging-an-example-smart-contract/index.md b/src/guides/debugging-an-example-smart-contract/index.md
index 461d4795e..1c1c1f8da 100644
--- a/src/guides/debugging-an-example-smart-contract/index.md
+++ b/src/guides/debugging-an-example-smart-contract/index.md
@@ -1,7 +1,6 @@
---
title: Debugging an Example Smart Contract
-hide:
- - navigation
+
---
diff --git a/src/guides/deploying-to-the-live-network/index.md b/src/guides/deploying-to-the-live-network/index.md
index b75bd8b22..9bcdeec8d 100644
--- a/src/guides/deploying-to-the-live-network/index.md
+++ b/src/guides/deploying-to-the-live-network/index.md
@@ -1,7 +1,6 @@
---
title: Deploying to the Live Network
-hide:
- - navigation
+
---
When you're finished developing your contracts and would like others to use them, the next step is to deploy them to the live network. By now you will have been working on a development network like [Ganache](/ganache), and you will have noticed Truffle is set up to support that by default. Deploying to the live network -- or any other network -- will require that you first connect one of the [many Ethereum clients](https://ethdocs.org/en/latest/ethereum-clients/) to your network of choice, as well as configure Truffle correctly.
diff --git a/src/guides/drizzle-and-contract-events/index.md b/src/guides/drizzle-and-contract-events/index.md
index b5f75ee73..0af189963 100644
--- a/src/guides/drizzle-and-contract-events/index.md
+++ b/src/guides/drizzle-and-contract-events/index.md
@@ -1,7 +1,6 @@
---
title: Drizzle and Contract Events
-hide:
- - navigation
+
---
# Drizzle and Contract Events
diff --git a/src/guides/drizzle-and-react-native/index.md b/src/guides/drizzle-and-react-native/index.md
index cea9c6b0d..383b21871 100644
--- a/src/guides/drizzle-and-react-native/index.md
+++ b/src/guides/drizzle-and-react-native/index.md
@@ -1,7 +1,6 @@
---
title: Truffle Suite
-hide:
- - navigation
+
---
Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Use at your own risk! Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Use at your own risk! Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Use at your own risk! Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Use at your own risk! Archived: This tutorial has been archived and may not work as expected; versions are out of date, methods and workflows may have changed. We leave these up for historical context and for any universally useful information contained. Use at your own risk!
David Burela now recommends a different, updated way of doing this on his blog, which you can check out here: How to install Truffle & TestRPC on Ubuntu or Windows 10 with ?"Windows subsystem for Linux"