futurice / android-best-practices

Do's and Don'ts for Android development, by Futurice developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate different format for README

peter-tackage opened this issue · comments

Working with a single monolithic README file can be difficult and sometimes makes the content difficult to consume. What are the alternatives and their pros and cons?

I believe the only alternative in Github is to use the wiki feature
https://guides.github.com/features/wikis/

AFAIK the wiki has the disadvantage, that only the master-branch is visible: see this SO-Answer

An alternative is to just create multiple .md files and use relative links. Then the users can just switch the branch in the GitHub web-page and see the corresponding files.

We could use GitHub pages as well: https://pages.github.com/