forked from r-lib/cpp11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
41 lines (37 loc) · 830 Bytes
/
_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
url: https://cpp11.r-lib.org
authors:
"Jim Hester":
href: http://jimhester.com
development:
mode: auto
reference:
- title: Registering C++ functions
contents:
- cpp_register
- title: Compiling C++ code interactively
contents:
- cpp_source
- title: Vendoring cpp11
contents:
- cpp_vendor
navbar:
type: default
left:
- text: Home
href: index.html
- text: Get started
href: articles/cpp11.html
- text: Motivations
href: articles/motivations.html
- text: Converting
href: articles/converting.html
- text: FAQ
href: articles/FAQ.html
- text: Internals
href: articles/internals.html
- text: Reference
href: reference/index.html
- text: News
menu:
- text: "Change log"
href: news/index.html