Open rexim opened 8 years ago
I have been using it for another community project - Naggum. It looks nice, but requires configuration in python. Check the config, it's pretty big. I'd prefer some solution with lesser configuration required (and I'd even switch Naggum to it).
Maybe the simplest solution is to use Morganeys repo itself. There could be a docs/
or wiki/
folder where all wiki-related resources and and the wiki is located. The wiki could be written in Markdown or Org-Mode, and be "build" to pdf and html using pandoc or displayed by Github.
Edit: That would be similar to the idea to use ReadTheDocs, though. But with pandoc the style could be specified via css.
Well, ReadTheDocs supports custom themes too. It uses some sort of Python standard tool Sphinx to build the docs. And yeah, the pages will be stored in the repo, too.
I am not sure what should we do here. Maybe take a look at scaladoc?
Probably the simplest approach would be to just put the *.md
docs to the doc/
directory. They will be part of main Morganey repo, and guys could then send patches to them using standard GitHub UI.
I think I like the idea with doc/
in the repo:
Ok, I guess we agreed on local doc/
folder then. The scope of this issue will be pretty small. Just take *.md
's from wiki and put them to the doc/
folder in the source code repo preserving the history. git subtree
and stuff. I'm gonna do all of that.
Thank you guys for the comments!
This can be useful https://github.com/blog/2228-simpler-github-pages-publishing
Here's the workflow I've "invented" for Jabber-Net:
The result is here: https://fornever.github.io/Jabber-Net/
Orphan branch can be created by git checkout --orphan branchname
.
Final Decision
Local
doc/
folder in the src code repoScope
Take
*.md
's from wiki and put them to thedoc/
folder in the source code repo preserving the history.git subtree
and stuff.I don't like that GitHub's wiki is disconnected from the issue tracker (I cannot close issues from commit message to wiki repo). Let's search for alternatives. For example, https://readthedocs.org/ But I'm not sure if ReadTheDocs is a good place for Wiki stuff.
@ForNeVeR @keddelzz what do you guys think?