Welcome to the NEMI Documentation project. This document will help you contribute to this repository.
You can specify a full path for the wiki page by using ‘/’ in the title to indicate subdirectories. Any missing directories will be created automatically. For example, a title of
docs/my-pagewill create a wiki page with a path/wikis/docs/my-page.
03 Piper chapter.pandoc tool to generate the HTML page seamlessly with the correct page breaks and heading structures.NOTE: Ensure that you have a GitLab account, configured with your SSH keys
drag & drop or uploading a picture to the page. This is because GitLab wiki uploads all the page attachment to a folder called upload with the following structure upload/timestampedkey/<filename.ext>. This approach is not suitable for the automated document HTML docs generation which requires all images to be available under the images folder.Clone the repository to your favourite location. If you have already cloned repository, git pull to ensure that your repository is up to date.
// clone over SSH
$ git clone git@gitlab.fokus.fraunhofer.de:nemi/documentation.wiki.git
$ cd documentation.wiki
Make changes and review thoroughly. Follow the naming conventions for the chapter names.
Add the figures to the images folder and cross-reference them in your text.
Commit and push the changes.
NOTE: If you are using VS Code, its easier to preview your markdown as your provide your contributions

Use the Issue tracker when you encounter some issues or would like to report on something.