From 1746c4ee0d065e1fc08637e65f22fd86722bd30d Mon Sep 17 00:00:00 2001 From: Evan Mallory Date: Wed, 16 Mar 2022 09:47:27 -0500 Subject: [PATCH] fix: prettier linter issues --- next.config.js | 6 ++--- src/pages/en/build-apps/references/gaia.md | 28 +++++++++++----------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/next.config.js b/next.config.js index c2d79afc..7a4887fe 100755 --- a/next.config.js +++ b/next.config.js @@ -460,14 +460,12 @@ async function redirects() { }, { source: '/android/tutorial.html', // TODO: update once choice has been made on SDKs - destination: - 'https://github.com/stacks-network/docs/blob/master-legacy/android/tutorial.md', + destination: 'https://github.com/stacks-network/docs/blob/master-legacy/android/tutorial.md', permanent: true, }, { source: '/ios/tutorial.html', // TODO: update once choice has been made on SDKs - destination: - 'https://github.com/stacks-network/docs/blob/master-legacy/ios/tutorial.md', + destination: 'https://github.com/stacks-network/docs/blob/master-legacy/ios/tutorial.md', permanent: true, }, { diff --git a/src/pages/en/build-apps/references/gaia.md b/src/pages/en/build-apps/references/gaia.md index 1b1fb8c4..14c03e9b 100644 --- a/src/pages/en/build-apps/references/gaia.md +++ b/src/pages/en/build-apps/references/gaia.md @@ -79,20 +79,20 @@ Here's how Gaia stacks up against other decentralized storage systems. Features that are common to all storage systems are omitted for brevity. | Features | [Gaia](https://github.com/stacks-network/gaia) | [Sia](https://sia.tech/) | [Storj](https://storj.io/) | [IPFS](https://ipfs.io/) | [DAT](https://datproject.org/) | [SSB](https://www.scuttlebutt.nz/) | -| ------------------------------------------ | ------------------------------------------ | ------------------------ | -------------------------- | ------------------------ | ------------------------------ | ---------------------------------- | -| User controls where data is hosted | X | | | | | | -| Data can be viewed in a normal Web browser | X | | | X | | | -| Data is read/write | X | | | | X | X | -| Data can be deleted | X | | | | X | X | -| Data can be listed | X | X | X | | X | X | -| Deleted data space is reclaimed | X | X | X | X | | | -| Data lookups have predictable performance | X | | X | | | | -| Writes permission can be delegated | X | | | | | | -| Listing permission can be delegated | X | | | | | | -| Supports multiple backends natively | X | | X | | | | -| Data is globally addressable | X | X | X | X | X | | -| Needs a cryptocurrency to work | | X | X | | | | -| Data is content-addressed | | X | X | X | X | X | +| ------------------------------------------ | ---------------------------------------------- | ------------------------ | -------------------------- | ------------------------ | ------------------------------ | ---------------------------------- | +| User controls where data is hosted | X | | | | | | +| Data can be viewed in a normal Web browser | X | | | X | | | +| Data is read/write | X | | | | X | X | +| Data can be deleted | X | | | | X | X | +| Data can be listed | X | X | X | | X | X | +| Deleted data space is reclaimed | X | X | X | X | | | +| Data lookups have predictable performance | X | | X | | | | +| Writes permission can be delegated | X | | | | | | +| Listing permission can be delegated | X | | | | | | +| Supports multiple backends natively | X | | X | | | | +| Data is globally addressable | X | X | X | X | X | | +| Needs a cryptocurrency to work | | X | X | | | | +| Data is content-addressed | | X | X | X | X | X | ## Deploy your GAIA hub