Skip to content

Commit 3011818

Browse files
authored
Merge pull request #90 from CDCgov/remove-hyphenation
fix hypenation in docs
2 parents 50f5d3a + 6de4863 commit 3011818

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ scripts/__pycache__/muscle.cpython-37.pyc
2222
# ignore specific files
2323
change_log.txt
2424
docker-compose-dev.yml
25+
.Rproj.user

_pkgdown.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ url: https://cdcgov.github.io/MIRA/
33
template:
44
bootstrap: 5
55
light-switch: true
6-
6+
includes:
7+
in_header: <link rel="stylesheet" type="text/css" href="https://..." />
8+
79
authors:
810
Ben Rambo-Martin:
911
href: https://github.com/nbx0
@@ -18,7 +20,7 @@ news:
1820
one_page: false
1921

2022
home:
21-
title: MIRA Documentation
23+
title: Documentation
2224
sidebar:
2325
structure: [license, citation, authors, resources]
2426
components:

pkgdown/extra.scss

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
body, p {
4+
hyphens: none;
5+
}

pkgdown/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ Key features:
116116
1. `tiny_test_run_flu`
117117
2. `tiny_test_run_sc2`
118118
- move these folders into `MIRA_NGS`
119-
- if you cannot find the MIRA_NGS folder in your Linux section of file explorer, look in Linux-->home-->your username
119+
- if you cannot find the MIRA_NGS folder in your Linux section of file explorer, look in <br> Linux --> home --> your username
120120

121121

122-
<hr>
123-

0 commit comments

Comments
 (0)