Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a large PR, so here is a TL;DR — instead of having the documentation in the (very large)
readme
, it is separated into a proper multi-page documentation, with a working search, etc etc.You can see how it looks here:
https://narimiran.github.io/nimble/https://nim-lang.github.io/nimble/The documentation is, roughly, divided into three sections (see the menu at the top of the index page):
nimble develop
workflowIMO, the content itself can (and should) be improved once this is merged, so others can contribute.
UPDATE: Ready for merging.
This is NOT READY for merging. The following steps are needed before it should be merged:The admin should go to the repo settings and under 'pages' tab enableDone.gh-pages
, see the pic below on how it should look:Once this is done (please ping me), I need to make another commit, changing the remote repo from my fork to this repo in theDone.Makefile
and changing the links inreadme
.