Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 37 additions & 19 deletions .github/styles/pln-ignore.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_redirects
aave
accessor
acls
Expand All @@ -18,14 +19,16 @@ audius
auspinner
Bacalhau
benchmarked
bitswap
bioimaging
bit[ss]wap
bitswap
blockchain
blockchains
blockstore
bool
bool(ean)
boolean
bootstrapper
Bootstrappers
boxo
browserify
Expand All @@ -35,19 +38,20 @@ Caddyfile
callout
callouts
cas
cdn('s)
CDN's
cdn('s)
cdns
certbot
chunkability
cid
cids
cli
clis
cmds
cnames
codec
codecs
codecov
codecs
coinlist
composable
config
Expand All @@ -59,39 +63,40 @@ crowdsourcing
crypto(currencies)
daos
dapps
dClimate
dask
data('s)
datastore
dClimate
deduplicate
deduplication
Denylist
denylist
Denylist
dep
deps
deserialization
deserialized
devs
dheeraj
dht
dht('s)
DHT's
dht('s)
dhts
dialable
dialback
discoverability
dns('s)
dnsaddr
dnscontrol
dnslink
DNSimple
dnslink
dotgraph
dups
durin
dweb
embeddable
eternum
exfiltrate
ethereum
exfiltrate
explainers
fabien
failovers
Expand All @@ -101,12 +106,13 @@ filecoin
filecorgi
filesizes
filestore
flatfs
flatf[ss]
flatfs
fleek
Fleek's
fleek('s)
fqdns
fsspec
Gandi
gasless
geospatial
Expand All @@ -128,9 +134,14 @@ html
https
identifiability
infura
intercomparison
interop
ipfs
IPFS's
ipfsspec
ipget
IPIP
IPIPs
iroh
jakub
javascript
Expand All @@ -148,9 +159,9 @@ keypair
keystores
kubo
Kubo's
Lakhani
kubuxu
laika
Lakhani
lan
lastalive
lastbootstrap
Expand All @@ -171,6 +182,7 @@ merkleized
merkleizes
merkleizing
merklizing
mesoscale
metadata('s)
metamask
minimalistic
Expand Down Expand Up @@ -203,20 +215,25 @@ nats
neocities
netlify
next.js
nft('s)
NFT's
nft('s)
nfts
nginx
nodejs
npm
octodns
onboarding
orcestra
orcestras
ORCESTRA's
packfile
passthrough
peergos
performant
permissionless
philz
pinset
pinsets
pipeable
plaintext
PLNSpelling
Expand All @@ -227,18 +244,20 @@ preload
prenegotiated
prepended
processannounce
programatic
proto
protobuf
protocol labs
protoschool
proxied
pubsub
pub[ss]ub
pubsub
qm
rabin
rasterio
reachability
realtime
readmes
realtime
referenceable
repo
repos
Expand All @@ -262,8 +281,8 @@ sharding
snapshotted
sneakernet
sneakernets
Someguy
someguy
Someguy
stackparse
stdout
storacha
Expand All @@ -287,6 +306,7 @@ uniswap
unixfs
unreachability
untrusted
updatable
upgradeability
uris
urls
Expand All @@ -297,9 +317,9 @@ vpns
vscode
vue
Vuepress
walkthrough
wantlist
wantlists
walkthrough
WASM
web
webpack
Expand All @@ -315,11 +335,9 @@ whyrusleeping
wifi
ws
wss
xarray
Yamux
youtube
IPFS's
IPIPs
IPIP
zarr
Zeeshan
Zelenka
_redirects
21 changes: 12 additions & 9 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,17 @@ module.exports = {
'/how-to/troubleshooting-kubo',
'/how-to/webtransport',
'/install/run-ipfs-inside-docker',
'/how-to/observe-peers',
'/how-to/peering-with-content-providers'
]
},
{
title: 'Scientific Data',
sidebarDepth: 1,
collapsable: true,
children: [
'/how-to/scientific-data/landscape-guide',
'/how-to/scientific-data/publish-geospatial-zarr-data',
]
},
{
Expand Down Expand Up @@ -242,15 +253,6 @@ module.exports = {
'/how-to/move-ipfs-installation/move-ipfs-installation',
]
},
{
title: 'Work with peers',
sidebarDepth: 1,
collapsable: true,
children: [
'/how-to/observe-peers',
'/how-to/peering-with-content-providers'
]
},
{
title: 'Websites on IPFS',
sidebarDepth: 1,
Expand Down Expand Up @@ -417,6 +419,7 @@ module.exports = {
children: [
['/case-studies/arbol', 'Arbol'],
['/case-studies/audius', 'Audius'],
['/case-studies/orcestra', 'ORCESTRA'],
['/case-studies/fleek', 'Fleek'],
['/case-studies/likecoin', 'LikeCoin'],
['/case-studies/morpheus', 'Morpheus.Network'],
Expand Down
Loading