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. 28
      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,
},
{

28
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

Loading…
Cancel
Save