Welcome to the SANBI user documentation repository.
All the information that a user at SANBI may need in order to use the systems and services at SANBI will be noted here over time.
If you want to contribute to the documentation, follow the steps below:
- Fork the repository
- Navigate to the
docsdirectory - If you want to make a new category, create a directory with it's name, otherwise create a new file such as
<topic_name_here>.mdunder the directory which is most appropriate for it.- You can fill this
.mdpage with the content of the documentation you want to write.
- You can fill this
- Edit the
_sidebar.mdfile and add a relative link to your new document, assuming that thedocsfolder is the root.1
1: The content of _sidebar.md should look similar to this (replace everything in and including <>): ↩
- **<Category_title>**
- [<Name_for_documentation_page_you_wrote>](<location_of_.md>)
... Refer to _sidebar.md in docs for examples.