This repository has been archived by the owner on May 25, 2024. It is now read-only.
forked from r-lib/styler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yaml
87 lines (79 loc) · 2.06 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
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
home:
strip_header: true
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: "Third-party style guide helpers"
desc: "Utilities for customizing styler for non-tidyverse style guides"
- contents:
- compute_parse_data_nested
- has_concept("third-party style guide helpers")
- 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: https://krlmlr.info
Lorenz Walthert:
href: https://lorenzwalthert.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/
- text: "Version 1.4.0"
href: https://lorenzwalthert.netlify.app/post/styler-1-4-0/
articles:
- title: Get started
navbar: ~
contents:
- styler
- detect-alignment
- strict
- third-party-integrations
- title: Developers
navbar: Developers
contents:
- remove_rules
- customizing_styler
- distribute_custom_style_guides
- caching