What needs to be updated for a single page guide?
For a single page How-to Guide all of your content (i.e. the information or guidance you would like to share) should be added to index.md
.
Updating the main How-to Guide page: index.md
- Open
index.md
- Add content to this file
- Option: use an existing template for the markdown content to make your life easier: see page templates section. Don’t forget to include the yaml header content (see below)
- Update the yaml header content.
- You need to add a
title
, - You may also add
contributors
, adescription
andaffiliations
- You need to add a
---
title: [How-to Guide template]
contributors: [Johan Gustafsson]
description: Add a plain text description here.
affiliations: [Australian BioCommons]
---
- If you have added contributors or affiliations proceed to the next step and update additional files
Page templates
The template repository already contains some example structures that can be used for the content of index.md
, and include:
- Standard page that can be used as a starting point for any type of guide
- Suggested structure for a guide describing how to use a bioinformatics workflow
- Suggested structure for documentation describing a workflow: based on Australian BioCommons documentation guidelines
To use any of these examples, simply copy the markdown content from the relevant example file into the index.md
file in your repository.
Tip: You can also build custom markdown down content using tools like readme.so.