ipfs-inactive/docs

Gather & organize links to existing docs and examples

Mr0grog opened this issue · 4 comments

We have a fair amount of documentation and examples scattered across various GitHub repos where people are often failing to find it (e.g. #13, ipfs/js-ipfs/examples, anything with checkmarks in the “has /docs” or “has /examples” columns in the repo spreadsheet)

Before we worry about writing new docs, improving other docs, and so on, we should inventory and link to all that we already have from the new docs site.

A quick survey of what we’ve got out there, not covering things that live in shipyard:

Current docs site

Interface “specs” at https://github.com/ipfs/interface-ipfs-core

  • The best reference for the available commands, but focus specifically on the JS API, don’t describe the Go functions at all, and don’t explain how to do the commands as HTTP Requests

Main IPFS Repo

Specs

JS IPFS

Go IPFS https://github.com/ipfs/go-ipfs/tree/master/docs

interface-ipfs-core https://github.com/ipfs/interface-ipfs-core

  • Generally the best detailed reference for commands and what they do, but very JS focused (not Go, HTTP, or CLI)

Archives

IPFS Cluster

Other projects:

Discourse (FAQ category in particular)

Awesome IPFS https://github.com/ipfs/awesome-ipfs lists lots of IPFS-based projects

NOTE:

Hello, I'm consolidating ipfs-cluster documentation in cluster.ipfs.io. That means, all the READMEs will point to it and it will be removed from the cluster repository.

Good to know. It seems like the goal is to give Cluster an entirely separate site with all the related resources, so the new IPFS docs should just point to it instead of hosting any guides or docs about it. Does that seem right?

Correct