Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 379eac9

Browse files
Tweaks to Home and General pages. Added footer and 'Back to top' link.
1 parent ae3b2d7 commit 379eac9

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

_config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ theme: just-the-docs
55
url: https://hancockinformatics.github.io/SeptiSearchTutorial
66

77
aux_links: # remove if you don't want this link to appear on your pages
8-
Template Repository: https://github.com/hancockinformatics/SeptiSearchTutorial
8+
View on GitHub: https://github.com/hancockinformatics/SeptiSearchTutorial
9+
10+
# Back to top link
11+
back_to_top: true
12+
back_to_top_text: "Back to top"
13+
14+
footer_content: "SeptiSearch was developed by Travis Blimkie, under the <a href='https://github.com/hancockinformatics/SeptiSearch/blob/master/LICENSE'>GPL-3.0 license</a> for the <a href='http://cmdr.ubc.ca/bobh'>Hancock Lab.</a>"
915

1016
callouts:
1117
note:

docs/general.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ If you encounter a problem with the *Perform Pathway Enrichment* or
2121
the specified criteria for each tab before reporting the problem via a Github
2222
issue.
2323

24-
## Submitting a Github issue
24+
## Submitting a GitHub issue
2525
If you've tried resetting and refreshing the page, and ensured your inputs
26-
follow any given criteria, you can submit an issue to the SeptiSearch Github
26+
follow any given criteria, you can submit an issue to the SeptiSearch GitHub
2727
page using the link below. You simply need to create an account (its free!), and
2828
follow the steps provided. Please provide as much detail as you can about the
2929
issue, including what steps you took when experiencing the problem. Screenshots,
@@ -32,4 +32,7 @@ are greatly encouraged.
3232

3333
{: .note-title }
3434
> Submit an issue
35-
> Link to create an issue on Github: [https://github.com/hancockinformatics/SeptiSearch/issues/new/choose](https://github.com/hancockinformatics/SeptiSearch/issues/new/choose)
35+
>
36+
> Link to create an issue on GitHub:
37+
>
38+
> [https://github.com/hancockinformatics/SeptiSearch/issues/new/choose](https://github.com/hancockinformatics/SeptiSearch/issues/new/choose)

index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ nav_order: 1
1010
SeptiSearch is an interactive Shiny app providing access to manually-curated molecular sepsis data from current publications.
1111
{: .fs-6 .fw-300 }
1212

13-
[Visit SeptiSearch](https://septisearch.ca){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
14-
[View it on GitHub](https://github.com/hancockinformatics/SeptiSearch){: .btn .fs-5 .mb-4 .mb-md-0 }
13+
[Visit septisearch.ca](https://septisearch.ca){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
14+
[Go to the GitHub page](https://github.com/hancockinformatics/SeptiSearch){: .btn .fs-5 .mb-4 .mb-md-0 }
1515

16-
Check the sidebar on the left side of the screen for sections corresponding to each tab in SeptiSearch
16+
***
17+
18+
The sidebar on the left contains a section for each tab in SeptiSearch, plus a *General Troubleshooting* page for non-specific questions or issues.
1719

1820
![Landing page.](assets/images/t1.png)

0 commit comments

Comments
 (0)