ipfs-docs
ipfs-docs copied to clipboard
📚IPFS documentation platform
Add 8api.sh peers
There's a few features here: https://github.com/ipfs/go-ipfs/blob/master/docs/gateway.md We also get questions often like "how can i get a directory listing?" or "can i publish through the gateway?".
@yiannisbot @willscott ok to add the more recent paper to https://docs.ipfs.tech/concepts/further-reading/academic-papers/? Any preference with regard to ordering? Anything else that should be added?
Under section 7 of the IPNS documentation this is the example given: ``` echo "Hello again IPFS" > hello.txt ipfs add hello.txt > added QmaVfeg2GM17RLjBs9C4fhpku6uDgrEGUYCTC183VrZaVW hello.txt > 17 B /...
Closes #1207 - adds steps as proposed in issue. leaves out the more interactive pieces (such as dialog and input box) - proposes the use of tabs: using an external...
This is a continuation of the _Basics of IPFS_ project, where we show users how to use IPFS in very basic ways (install, add, share/get, and _"remove"_). In this new...
I saw the same issue has already been brought up and closed; however, as a resolution had not be reached, I am bringing up the issue again. I tried doing...
Right now, https://docs.ipfs.tech/concepts/ipns/ is more like a publishing tutorial/how-to, than an explainer of an abstract concept. I propose: - moving [Example IPNS Setup with CLI](https://docs.ipfs.tech/concepts/ipns/#example-ipns-setup-with-cli) section to a separate how-to...