Skip to content

Commit 4c1cb51

Browse files
Merge pull request #1042 from r-lib/pkgdown_yaml_formatting
2 parents a45f667 + d9758c6 commit 4c1cb51

File tree

3 files changed

+83
-84
lines changed

3 files changed

+83
-84
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
^\.github$
1111
^\.gitsum$
1212
^\.pre-commit-config\.yaml$
13-
^_pkgdown\.yml$
13+
^_pkgdown\.yaml$
1414
^cran-comments\.md$
1515
^doc$
1616
^docs$

_pkgdown.yaml

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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

_pkgdown.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)