-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_pkgdown.yml
More file actions
56 lines (53 loc) · 1.2 KB
/
_pkgdown.yml
File metadata and controls
56 lines (53 loc) · 1.2 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
url: https://thierryo.github.io/qrcode/
template:
bootstrap: 5
light-switch: false
params:
docsearch:
api_key: BH4D9OD16A
index_name: 726ee21349adbe94cf79913703e6e9fa
navbar:
title: ~
type: default
contents:
- has_concept("bits")
structure:
left: [intro, reference, news, tutorials, contributing]
right: [search, github]
components:
news:
text: Changelog
href: news/index.html
contributing:
text: Contributing
menu:
- text: Contributing
href: CONTRIBUTING.html
- text: Code of conduct
href: CODE_OF_CONDUCT.html
reference:
- title: Generate QR code
desc: All the relevant functions for generating and displaying the QR code.
contents:
- qr_code
- generate_svg
- plot.qr_code
- print.qr_code
- qr_vcard
- qr_event
- qr_wifi
- qr_sepa
- qr_location
- add_logo
- coordinates
- title: Internal functions
desc: Functions used internally by `qr_code()`.
contents:
- has_concept("internal")
- title: The bits S3 class
desc: The bits class is a logical vector displayed as a string of 0 and 1.
contents:
- has_concept("bits")
authors:
Thierry Onkelinx:
href: "https://www.muscardinus.be"