-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
_pkgdown.yaml
50 lines (49 loc) · 1.29 KB
/
_pkgdown.yaml
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
title: hole punch
url: http://karthik.github.io/holepunch
template:
params:
bootswatch: cosmo
reference:
- title: Key Functions
desc: Setting up your R project as a research compendium
contents:
- '`write_compendium_description`'
- '`write_dockerfile`'
- '`generate_badge`'
- '`build_binder`'
- title: Alternate approach to setting up Binder
desc: Setting up for Binder without using the compendium approach
contents:
- '`write_apt`'
- '`write_requirements`'
- '`write_runtime`'
- '`write_install`'
- '`generate_badge`'
- '`build_binder`'
- title: Notable Internals
desc: Internal functions and helpers
contents:
- '`get_dependencies`'
- '`last_modification_date`'
- '`binder_builder`'
navbar:
left:
- icon: fa-home
href: index.html
right:
- text: "Articles"
icon: fas fa-book
menu:
- text: Getting Started
href: articles/getting_started.html
- text: FAQ
href: articles/FAQ.html
- icon: fa-newspaper-o
text: "News"
href: news/index.html
- icon: fa-file-code-o
text: "Functions"
href: reference/index.html
- icon: fa-github fa-lg
text: "GitHub"
href: https://github.com/karthik/holepunch/