-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
61 lines (51 loc) · 1.19 KB
/
_quarto.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
project:
type: book
output-dir: _book
resources:
- CNAME
book:
title: "Web APIs with R"
reader-mode: true
page-footer:
left: |
Web APIs with R is being written by Jon Harmon. Join the
<a href="https://DSLC.io/join">Data Science Learning Community Slack</a> to
discuss the book!
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
cover-image: cover.png
favicon: cover.png
site-url: https://wapir.io/
repo-url: https://github.com/jonthegeek/wapir/
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- intro.qmd
- part: part-get_started.qmd
chapters:
- apis-start.qmd
- schemas.qmd
- httr2.qmd
- authentication.qmd
- part: part-get_more_data.qmd
chapters:
- pagination.qmd
- rvest.qmd
- responses.qmd
- part: part-do_more.qmd
chapters:
- httr2-other.qmd
- apis-find.qmd
- accessing-other.qmd
- learn-more.qmd
appendices:
- examples-toy.qmd
format:
html:
theme:
- cosmo
code-link: true
author-meta: "Jon Harmon"
callout-appearance: simple
editor: source