-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
78 lines (78 loc) · 1.84 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
url: ~
template:
bootstrap: 5
light-switch: true
reference:
- title: sixtyfour
desc: >
High level overview of package
contents:
- sixtyfour
- title: High level "magical" methods
desc: >
Higher level functions to make your life easier
contents:
- six_user_create
- six_user_delete
- six_admin_setup
- six_bucket_add_user
- six_bucket_change_user
- six_bucket_remove_user
- six_bucket_permissions
- six_bucket_delete
- six_file_upload
- six_user_creds
- group_policies
- title: paws and s3fs clients
contents:
- starts_with("con_")
- title: Billing
contents:
- starts_with("aws_billing")
- title: Files
desc: >
All file functions are vectorized. That is, you can pass in 1 or more local or s3 remote paths to the file functions.
contents:
- starts_with("aws_file")
- service_map
- title: Buckets
desc: >
All bucket functions are NOT vectorized.
contents:
- starts_with("aws_bucket")
- aws_s3_policy_doc_create
- bucket_arn
- title: Users
contents:
- starts_with("aws_user")
- title: Database
contents:
- starts_with("aws_db")
- title: Groups
contents:
- starts_with("aws_group")
- title: Roles
contents:
- starts_with("aws_role")
- title: Policies
contents:
- starts_with("aws_polic")
- as_policy_arn
- resource_rds
- title: Secrets manager
contents:
- starts_with("aws_secret")
- title: VPCs
contents:
- aws_vpc
- aws_vpcs
- title: VPC Security Groups
contents:
- starts_with("aws_vpc_security_group")
- aws_vpc_sec_group_rules
- ip_permissions_generator
- aws_vpc_sg_with_ingress
- title: Utilities
contents:
- random_user
- random_string