-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_pkgdown.yml
More file actions
82 lines (77 loc) · 2.29 KB
/
_pkgdown.yml
File metadata and controls
82 lines (77 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
url: https://pharmaverse.github.io/admiralci
template:
bootstrap: 5
params:
bootswatch: flatly
light-switch: true
bslib:
preset: "flatly"
primary: "#2c3e50"
navbar-bg: "#2c3e50"
includes:
css: pkgdown/extra.css
in_header: |
<script>
document.addEventListener("DOMContentLoaded", function () {
// Select all navbar links that have an aria-label
var navLinks = document.querySelectorAll('.navbar-nav .nav-link[aria-label]');
navLinks.forEach(function (link) {
// Initialize Bootstrap 5 Tooltip
link.setAttribute('title', link.getAttribute('aria-label'));
new bootstrap.Tooltip(link, {
placement: 'bottom', // Tooltip appears below the icon
trigger: 'hover'
});
});
});
</script>
navbar:
structure:
left: [basics, workflows_details]
right: [search, slack, newissue, github, lightswitch]
components:
basics:
text: Basics
menu:
- text: Workflow Structure
href: articles/common_structure.html
- text: Glossary
href: articles/glossary.html
workflows_details:
text: Workflows and Actions
menu:
- text: Workflows
- text: R CMD Checks
href: articles/r-cmd-checks.html
- text: Code Coverage
href: articles/code-coverage.html
- text: Check Templates
href: articles/check-templates.html
- text: Check URLs
href: articles/links.html
- text: Lintr
href: articles/lintr.html
- text: Style
href: articles/style.html
- text: Spellchecks
href: articles/spellchecks.html
- text: Man Pages
href: articles/man-pages.html
- text: Create Website (pkgdown)
href: articles/pkgdown.html
- text: Remove PR Website
href: articles/remove_pr_website.html
- text: CRAN Status
href: articles/cran-status.html
- text: ----
- text: Actions
- text: Set Up R
href: articles/setup_r.html
slack:
icon: fa-slack
href: https://app.slack.com/client/T028PB489D3/C02M8KN8269
aria-label: Join the pharmaverse Slack!
newissue:
icon: fa-bug
href: https://github.com/pharmaverse/admiralci/issues/new/choose
aria-label: Report an Issue