Create a wiki template to be used in modules
Every GitHub repository comes equipped with a section for hosting documentation, called a wiki. It usually contains documentation and tutorials, side-by-side with the code, can be helpful for both developers and users. To simplify navigation between modules and finding relevant information, we would like to unify the appearance of module wikis.
Your tasks is to provide a wiki template which can be used in modules. The wiki should be easy to navigate - the front page should contain clear directions to sub-categories like "Getting Started", "User Manual", or "Developer Guide". You can either create a clean template from scratch or rework an existing module wiki to adhere the target criteria.
Definition of 'Done'
An (empty) GitHub repository is provided with a template GitHub wiki to be used in modules, containing the following:
- A "starting page" allowing to navigate to different categories (e.g., user help, development)
- A concept for a navigation header (has to be provided manually in GitHub wikis)
- A footer with helpful links (e.g., to the main project, the launcher, ...)
Where to start?
- To familiarize yourself with GitHub wikis, check out GitHub's official guide.
- The Terasology Launcher's wiki meets the criteria for this task and can be used as a basis for your template (though feel free to modify as needed!).