Browse Source

fix: prettier linter issues

patch-criadoperez4
Evan Mallory 3 years ago
committed by Alejandro Criado-Pérez
parent
commit
1746c4ee0d
  1. 6
      next.config.js
  2. 2
      src/pages/en/build-apps/references/gaia.md

6
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,
},
{

2
src/pages/en/build-apps/references/gaia.md

@ -79,7 +79,7 @@ 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 |

Loading…
Cancel
Save