File tree Expand file tree Collapse file tree 3 files changed +83
-84
lines changed Expand file tree Collapse file tree 3 files changed +83
-84
lines changed Original file line number Diff line number Diff line change 1010^\.github$
1111^\.gitsum$
1212^\.pre-commit-config\.yaml$
13- ^_pkgdown\.yml $
13+ ^_pkgdown\.yaml $
1414^cran-comments\.md$
1515^doc$
1616^docs$
Original file line number Diff line number Diff line change 1+ home :
2+ strip_header : true
3+
4+ reference :
5+ - title : " Styling API"
6+ desc : >
7+ Functions for styling code
8+ - contents :
9+ - style_text
10+ - style_file
11+ - style_pkg
12+ - style_dir
13+ - styler_addins
14+ - title : " Fine-tune styling"
15+ desc : " Customize style guides"
16+ - contents :
17+ - tidyverse_style
18+ - tidyverse_reindention
19+ - tidyverse_math_token_spacing
20+ - create_style_guide
21+ - specify_math_token_spacing
22+ - specify_reindention
23+ - specify_transformers_drop
24+ - title : " Non-functional documentation"
25+ desc : " Explaining features"
26+ contents :
27+ - caching
28+ - stylerignore
29+ - styler-package
30+ - title : " Caching"
31+ desc : " Utilities to help manage the styler cache"
32+ - contents :
33+ - starts_with("cache")
34+ - title : " Other"
35+ contents :
36+ - print.vertical
37+
38+ template :
39+ params :
40+ bootswatch : flatly # https://bootswatch.com/flatly/
41+ docsearch :
42+ api_key : 13580d327d8a7159f83a7cff178d2141
43+ index_name : r-lib_styler
44+
45+ authors :
46+ Kirill Müller :
47+ href : https://krlmlr.info
48+ Lorenz Walthert :
49+ href : https://lorenzwalthert.com
50+
51+ development :
52+ mode : auto
53+
54+ url : https://styler.r-lib.org
55+
56+ news :
57+ releases :
58+ - text : " Version 1.0.0"
59+ href : https://www.tidyverse.org/blog/2017/12/styler-1.0.0/
60+ - text : " Version 1.2.0"
61+ href : https://www.tidyverse.org/blog/2019/11/styler-1-2-0/
62+ - text : " Version 1.3.0"
63+ href : https://lorenzwalthert.netlify.com/post/styler-1-3-0/
64+ - text : " Version 1.4.0"
65+ href : https://lorenzwalthert.netlify.app/post/styler-1-4-0/
66+
67+ articles :
68+ - title : Get started
69+ navbar : ~
70+ contents :
71+ - styler
72+ - detect-alignment
73+ - strict
74+ - third-party-integrations
75+
76+ - title : Developers
77+ navbar : Developers
78+ contents :
79+ - remove_rules
80+ - customizing_styler
81+ - distribute_custom_style_guides
82+ - caching
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments