generated from coatless-devcontainer/r-pkg
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
56 lines (49 loc) · 1.2 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
url: https://r-pkg.thecoatlessprofessor.com/multideploy/
template:
bootstrap: 5
bootswatch: cosmo
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
development:
mode: auto
home:
title: Deploy file changes across multiple GitHub repositories
description: >
Tools for managing standardized files, configurations, and workflows
across multiple GitHub repositories.
navbar:
structure:
left: [intro, reference, articles, news]
right: [github]
components:
articles:
text: Articles
menu:
- text: Getting Started
href: articles/multideploy.html
reference:
- title: Repository Management
desc: Functions for working with GitHub repositories and organizations
contents:
- repos
- orgs
- title: File Operations
desc: Functions for working with files in GitHub repositories
contents:
- file_content
- file_update
- file_mapping
- print.file_mapping
- file_deploy
- print.file_deploy_result
- title: Pull Request Creation
desc: Functions for creating pull requests across repositories
contents:
- pr_create
- print.pr_create_result
footer:
structure:
left: developed_by
right: built_with