-
Notifications
You must be signed in to change notification settings - Fork 12
Moved the Documentation into a new folder to centrally manage the Documentation and it's up keep. #97
Conversation
…en local documents.
No github links to other documentation for the documentation in API.md
@aphelionz would you merge this or do you need anything more? The Project isn't finished yet, but if we wait too long, the documentations will get out of sync. |
I dont like that this copies all the stores README files into this repos docs/ folder. First it just makes more documents needed to be maintained and updated. |
Big fan of a nice slick website with everything on it |
How do you plan to go about this? |
side note: JSDoc is great but it feels so outdated. I spent days looking for something similar but I couldnt find anything. I'd love to have an alternative if anybody has a good one. Something like |
What do you think of sphinx-js. It appears to be based on JSDoc and extend it. |
yeah sphinx looks compelling |
I'll try to get some info on it. But if we use it, we'll need Documentation in the source code. |
I love this idea @CSDUMMI, do you want to make |
Yes. I would like to do that. But perhaps it is better to start with the orbit-db repository, since that is the one, that'll be most easily documented for examplar purposes. |
I already started doing using sphinx-js on my orbit-db repository fork and I will try to create PR within the next weeks. https://github.com/CSDUMMI/orbit-db/tree/master |
I raised an issue on the repository. |
I would say that's the most difficult since it contains every single concept in OrbitDB (keystore, cache, heads exchange, pubsub, IPFS dag, etc etc), but if you feel differently, go for it! |
I don't need to document everything, just enough to get an example. |
In this #96 issue I raised, I have specified, how the spread out documentation
is a problem for developers, trying to find a specific feature of OrbitDB.
I thus started here to compile the Documentation into a single Folder with only very few files,
such that people can easily search them and later convert this into a cook book for OrbitDB.