Skip to content

Commit cfa6569

Browse files
committed
Provide structure for the pkgdown site
1 parent 64f7976 commit cfa6569

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

_pkgdown.yml

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
1-
url: ~
1+
url: https://r-pkg.thecoatlessprofessor.com/multideploy/
22
template:
33
bootstrap: 5
4+
bootswatch: cosmo
5+
bslib:
6+
primary: "#0054AD"
7+
border-radius: 0.5rem
8+
btn-border-radius: 0.25rem
49

10+
development:
11+
mode: auto
12+
13+
home:
14+
title: Deploy file changes across multiple GitHub repositories
15+
description: >
16+
Tools for managing standardized files, configurations, and workflows
17+
across multiple GitHub repositories.
18+
19+
navbar:
20+
structure:
21+
left: [intro, reference, articles, news]
22+
right: [github]
23+
components:
24+
articles:
25+
text: Articles
26+
menu:
27+
- text: Getting Started
28+
href: articles/multideploy.html
29+
30+
reference:
31+
- title: Repository Management
32+
desc: Functions for working with GitHub repositories and organizations
33+
contents:
34+
- repos
35+
- orgs
36+
37+
- title: File Operations
38+
desc: Functions for working with files in GitHub repositories
39+
contents:
40+
- file_content
41+
- file_update
42+
- file_mapping
43+
- print.file_mapping
44+
- file_deploy
45+
- print.file_deploy_result
46+
47+
- title: Pull Request Creation
48+
desc: Functions for creating pull requests across repositories
49+
contents:
50+
- pr_create
51+
- print.pr_create_result
52+
53+
footer:
54+
structure:
55+
left: developed_by
56+
right: built_with

0 commit comments

Comments
 (0)