generated from AustralianBioCommons/guide-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update instructions - single page default guide
- Loading branch information
Showing
8 changed files
with
67 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
## | ||
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. | ||
subitems: | ||
- title: About | ||
url: /about | ||
- title: Guide | ||
url: / | ||
- title: About | ||
url: /about | ||
- title: Back to How-to Hub | ||
url: https://australianbiocommons.github.io/how-to-hub/documentation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Adding a single new guide page to your project | ||
type: guides | ||
description: How to create and update a single new guide page for your How-to Guide. | ||
toc_depth: 2 | ||
--- | ||
|
||
|
||
**A single page guide only requires the addition of content to 2 files in the repository template.** | ||
|
||
- All of your How-to Guide content (i.e. the information or guidance you would like to share) should be added to [index.md](https://github.com/AustralianBioCommons/guide-template/blob/132851cbc0bb112cafbaa623487e4524af5dee36/index.md), and | ||
- All the information that describes the How-to Guide - purpose, citation instructions, contributors, acknowledgements, and references - should be added to [about.md](https://github.com/AustralianBioCommons/guide-template/blob/132851cbc0bb112cafbaa623487e4524af5dee36/pages/about.md). | ||
|
||
The template repository 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. | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Decide on single or multi-page initial structure | ||
type: guides | ||
description: Choosing between a single page and multi-page structure for your How-to Guide. | ||
toc_depth: 2 | ||
--- | ||
|
||
The default repository is configured for a single page guide, as well as an `About` page that can be used for additional information such as `citation instructions`, `acknowledgements`, and `references`. Navigation between these pages uses the buttons in the top navigation bar. | ||
|
||
However, it is possible, and relatively straightforward, to modify the repository to allow for multiple pages with a navigation bar on the left hand side. You can even add multiple distinct left hand navigation panels that help a user navigate to unique sets of pages, and then use the top navigation bar to toggle between these sets of pages. | ||
|
||
If you would like to set up a default How-to Guide with a single page for the main guide, proceed directly to the instructions for [adding a single new page to your guide](add_single_page.md). | ||
|
||
If you would like to add multiple pages, or more complicated navigation structures, proceed to the instructions for [adding multiple new pages to your guide](add_new_pages.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters