[ROUGH DRAFT] Reorganize docs into a single folder and clean up spec description
This is roughly what I would vision it to be. I've copied-pasted the doc that I did with nulecule.md on the atomicapp repo. There's a few things missing (for example, spec we say we can use ftp://, https://, etc. as source, but right now we use docker://) that I still need to add. But I just want people's input first on this before I proceed.
Feel free to have a look at it and let me know what you think.
Fixes #208
Feel free to view it at my branch if you wish: https://github.com/cdrage/nulecule/tree/update-docs
or the https://github.com/cdrage/nulecule/blob/update-docs/SPECIFICATION.md too.
Would possibly help with #202 and #113 to make maintainability a lot easier.
@goern do you agree that this is cleaner / better for easy-of-entry to Nulecule?
@goern @dustymabe @rtnpro @kadel
Could I get some feedback :)
ping @goern @dustymabe @rtnpro @kadel
@cdrage In general, it looks good. However, I left a few comments in some places :)
Why did we delete all of the files in the spec/ directory? I've never used them but they look like schema validation files that could be really useful at some point.
There are quite a few differences between spec/README.md (from before your commit) and SPECIFICATION.md after your commit. Any justification for all of those changes? Can you break the rename and the changes into separate commits?