forked from r-lib/styler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
74 lines (67 loc) · 1.54 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
reference:
- title: "Styling API"
desc: >
Functions for styling code
- contents:
- style_text
- style_file
- style_pkg
- style_dir
- styler_addins
- title: "Fine-tune styling"
desc: "Customize style guides"
- contents:
- tidyverse_style
- tidyverse_reindention
- tidyverse_math_token_spacing
- create_style_guide
- specify_math_token_spacing
- specify_reindention
- specify_transformers_drop
- title: "Non-functional documentation"
desc: "Explaining features"
contents:
- caching
- stylerignore
- styler-package
- title: "Caching"
desc: "Utilities to help manage the styler cache"
- contents:
- starts_with("cache")
- title: "Other"
contents:
- print.vertical
template:
params:
bootswatch: flatly # https://bootswatch.com/flatly/
docsearch:
api_key: 13580d327d8a7159f83a7cff178d2141
index_name: r-lib_styler
authors:
Kirill Müller:
href: http://krlmlr.info
Lorenz Walthert:
href: http://lorenzwalthert.netlify.com
development:
mode: auto
url: https://styler.r-lib.org
news:
releases:
- text: "Version 1.0.0"
href: https://www.tidyverse.org/blog/2017/12/styler-1.0.0/
- text: "Version 1.2.0"
href: https://www.tidyverse.org/blog/2019/11/styler-1-2-0/
- text: "Version 1.3.0"
href: https://lorenzwalthert.netlify.com/post/styler-1-3-0/
articles:
- title: End-users
navbar: End-users
contents:
- introducing_styler
- detect-alignment
- title: Developers
navbar: Developers
contents:
- caching
- customizing_styler
- performance_improvements