-
Notifications
You must be signed in to change notification settings - Fork 15
/
_pkgdown.yml
91 lines (88 loc) · 1.96 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
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
88
89
90
91
destination: public
url: https://thinkr-open.github.io/gitlabr/
reference:
- title: Convenience functions
desc: >
Convenient wrapper functions
contents:
- gl_new_project
- gl_assign_issue
- gl_close_issue
- gl_create_branch
- gl_create_merge_request
- gl_comment_commit
- gl_comment_issue
- gl_delete_branch
- gl_edit_comment
- gl_edit_commit_comment
- gl_edit_issue
- gl_edit_issue_comment
- gl_file_exists
- gl_get_comments
- gl_get_commit_comments
- gl_get_commits
- gl_get_diff
- gl_get_file
- gl_get_group_id
- gl_get_issue
- gl_get_issue_comments
- gl_jobs
- gl_latest_build_artifact
- gl_list_issues
- gl_list_branches
- gl_list_files
- gl_list_groups
- gl_list_group_members
- gl_list_projects
- gl_list_project_members
- gl_new_group
- gl_new_issue
- gl_pipelines
- gl_push_file
- gl_reopen_issue
- gl_repository
- gl_unassign_issue
- title: Set global options
desc: >
Define connection to an instance of GitLab
contents:
- set_gitlab_connection
- gitlab
- gitlabr_options_set
- title: Continuous Integration
desc: >
Create .gitlab-ci.yml file for projects continuous integration
contents:
- use_gitlab_ci
- title: Extra tools
desc: >
Internal tools that could be useful for projects out of 'gitlabr'
contents:
- multilist_to_tibble
- title: Other functions
desc: >
Functions requiring cleaning or deprecation
contents:
- gitlabr
- gl_archive
- gl_connection
- gl_get_project_id
- gl_proj_req
- gl_group_req
- glLoginInput
- glReactiveLogin
- gl_to_issue_id
- title: Deprecated functions
contents:
- gitlabr-deprecated
- gl_builds
- gl_ci_job
articles:
- title: Get started
navbar: ~
contents:
- a-gitlabr
- b-projects
- c-build-your-own
- d-pipelines
- e-alternative-connection