-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
73 lines (65 loc) · 1.88 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
destination: docs
url: https://cderv.github.io/pandoc/
template:
bootstrap: 5
bootswatch: yeti
params:
noindex: true
authors:
Posit Software, PBC:
href: https://www.posit.io
html: <img src='https://www.tidyverse.org/posit-logo.svg' alt='Posit' width='72' />
navbar:
type: dark
bg: primary
reference:
- title: "Install & Manage Pandoc with this package"
- subtitle: "Install / Update / Uninstall Pandoc"
- contents:
- starts_with("pandoc_install")
- pandoc_update
- pandoc_uninstall
- pandoc_available_releases
- subtitle: "Manage versions installed by this package"
desc: >
Functions to find an installed version by this package
- contents:
- starts_with("pandoc_installed")
- pandoc_is_installed
- pandoc_locate
- title: "Get path to any pandoc binary"
desc: >
Functions to access pandoc binary path, including external ones.
- contents:
- ends_with("_bin")
- pandoc_bin_browse
- title: "Handle Pandoc version"
- subtitle: "Activate a pandoc version"
desc: >
Function to change active default version of Pandoc used
- contents:
- pandoc_activate
- with_pandoc_version
- subtitle: "Check pandoc (active) version"
- contents:
- pandoc_is_active
- pandoc_available
- pandoc_version
- title: "Run pandoc binary"
- contents:
- pandoc_run
- pandoc_convert
- subtitle: "List some informations built-in Pandoc binary"
desc: "Functions to access from R information usually accessible by command line only"
- contents:
- starts_with("pandoc_list")
- subtitle: "Export templates and other file content built-in Pandoc binary"
desc: "Functions to export to file templates, reference doc and other data file"
- contents:
- starts_with("pandoc_export")
- title: "Browse Pandoc's useful online resources"
desc: "Functions for quickly accessing relevant online resources."
- contents:
- starts_with("pandoc_browse")
development:
mode: auto