forked from rstudio/bookdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
107 lines (95 loc) · 2.39 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
destination: reference
url: https://pkgs.rstudio.com/bookdown/
template:
package: quillt
opengraph:
image:
src: man/figures/logo.png
alt: "bookdown package"
twitter:
creator: "@rstudio"
card: summary
development:
version_tooltip: "Development version"
home:
strip_header: false
links:
- text: Learn more
href: https://bookdown.org/
navbar:
title: ~
type: default
structure:
left: [intro, examples, articles]
right: [reference, news, github]
components:
home: ~
examples:
text: Examples
href: articles/articles/examples.html
articles:
text: Articles
menu:
- text: "About bookdown.org"
href: articles/articles/publish.html
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/rstudio/bookdown
news:
text: News
menu:
- text: "Changelog"
href: news/index.html
- text: "------------------"
- text: "Blog posts"
- text: "Version 0.23"
href: https://blog.rstudio.com/2021/08/18/announcing-bookdown-v0.23/
- text: "Version 0.21"
href: https://blog.rstudio.com/2020/12/21/rmd-news/
- text: "Version 0.3"
href: https://blog.rstudio.com/2016/12/02/announcing-bookdown/
reference:
- title: Book output formats
desc: >
These output formats are for building books from single or
multiple `.Rmd` documents. They are built with `render_book()`.
contents:
- gitbook
- pdf_book
- epub_book
- bs4_book
- tufte_html_book
- html_book
- title: Single document output formats
desc: >
These output formats enable **bookdown's** special
features like cross references in single `.Rmd` documents
instead of books. There are built with `rmarkdown::render()`.
contents:
- ends_with("2")
- title: Create a book
contents:
- starts_with("create_")
- title: Previewing and rendering books
contents:
- render_book
- serve_book
- preview_chapter
- title: Publishing books
desc: >
Publish books on <https://bookdown.org> or elsewhere.
contents:
- publish_book
- title: Helper functions
desc: These functions are utility functions when working with **bookdown**.
contents:
- clean_book
- bookdown_site
- fence_theorems
- calibre
authors:
"Yihui Xie":
href: https://yihui.org