-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
59 lines (52 loc) · 1.39 KB
/
_pkgdown.yml
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
destination: docs
template:
params:
bootswatch: flatly
opengraph:
image:
src: man/figures/logo.png
alt: "snomedizer: R Interface to the SNOMED CT Terminology Server REST API"
twitter:
creator: "@peterdutey"
card: summary
url: https://snomedizer.web.app
footer:
structure:
left:
right: built_with
authors:
sidebar:
roles: [aut, ctb, cre, res, rth, cph]
University College London:
href: "https://www.ucl.ac.uk"
html: "<img src='reference/figures/partner-logos/UCL.png' width=100px>"
navbar:
right:
- text: "Source"
icon: "fab fa-github fa-lg"
href: https://github.com/ramses-antibiotics/snomedizer/
- text: "PASS"
icon: "fas fa-capsules fa-lg"
href: https://pass-antibiotics.github.io/
reference:
- title: SNOMED CT licence information
contents:
- snomedizer
- title: Main functions
desc: User-friendly functions provided for every day tasks
contents:
- starts_with("concept_")
- title: Utilities
desc: Useful functions to set parameters and handle server requests
contents:
- starts_with("snomed_")
- starts_with("snomedizer_")
- starts_with("result_")
- title: API operations
desc: Like-for-like interfaces with the SNOMED CT Terminology Server API operations
contents:
- starts_with("api_")
- title: Index
desc: All functions in alphabetical order
contents:
- matches(".*")