Skip to content

Commit 9d653c7

Browse files
author
A Wokaty
committed
Remove sidebar via _pkgdown.yml
1 parent 532c6ae commit 9d653c7

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

_pkgdown.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ template:
22
bootstrap: 5
33
bslib:
44
enable-bs-ruleset: true
5+
includes:
6+
in_header: |
7+
<style>
8+
.col-md-9 { width: 100%; }
9+
.col-md-3 { display: none; }
10+
</style>

vignettes/biocUniTools.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ the `arch` field in `rtracklayer`'s `_binaries` for macosx.
206206
"check": "WARNING",
207207
"buildurl": "https://github.com/r-universe/bioc/actions/runs/23130760393"
208208
}
209+
]
209210
}
210211
```
211212

0 commit comments

Comments
 (0)