-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
167 lines (142 loc) · 3.66 KB
/
Copy path_pkgdown.yml
File metadata and controls
167 lines (142 loc) · 3.66 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
url: https://rladies.github.io/jinx/
template:
package: cloak
bootstrap: 5
navbar:
structure:
left: [intro, reference, articles, news]
right: [privacy, search, github]
components:
privacy:
text: Privacy
href: articles/privacy.html
articles:
- title: Get started
navbar: ~
contents:
- jinx
- title: Using Jinx
navbar: For users
contents:
- slack-app
- title: Operating Jinx
navbar: For admins
contents:
- articles/architecture
- articles/rag-indexer
- workflows
- title: Policies
contents:
- articles/privacy
reference:
- title: Commands
desc: Issue comment command interface
contents:
- starts_with("cmd_")
- title: Team management
desc: Global team onboarding and offboarding
contents:
- starts_with("gt_")
- title: Announcements
desc: Cross-platform blog post announcements
contents:
- starts_with("announce_")
- starts_with("li_")
- short_url
- tags2hash
- random_emoji
- title: Directory
desc: Directory entry management and validation
contents:
- starts_with("directory_")
- validate_directory_pr
- validate_directory_entries
- title: Blogs
desc: Blog content management
contents:
- starts_with("blog_")
- validate_blog_entry
- title: Chapters
desc: Chapter lifecycle management
contents:
- chapter_create
- chapter_create_setup
- chapter_create_update
- chapter_create_pr
- chapter_check_health
- title: Reports
desc: Activity and health reporting
contents:
- starts_with("report_")
- chapter_report_health
- title: PR review
desc: Automated pull request review
contents:
- starts_with("review_")
- title: Airtable sync
desc: Airtable bidirectional sync
contents:
- contains("airtable")
- title: Website automation
desc: Website PR management
contents:
- website_merge_pending
- title: Chapter monitoring
desc: Chapter activity monitoring and outreach
contents:
- chapter_monitor_status
- prepare_inactivity_emails
- title: Slack
desc: Slack messaging and automation
contents:
- starts_with("slack_")
- title: GHA dashboard
desc: GitHub Actions workflow status
contents:
- starts_with("gha_")
- title: Contributors
desc: Contributor tracking and recognition
contents:
- starts_with("contributor_")
- title: GitHub helpers
desc: Reusable PR/issue automation across repos
contents:
- starts_with("gh_")
- title: Events
desc: Chapter event management
contents:
- starts_with("event_")
- title: Analytics
desc: Org-wide activity analytics
contents:
- starts_with("analytics_")
- title: Website analytics
desc: Plausible website performance reports
contents:
- website_collect_analytics
- website_format_analytics
- website_generate_report
- website_publish_report
- title: Conference coordination
desc: CFP tracking and speaker recommendations
contents:
- starts_with("cfp_")
- starts_with("conference_")
- title: Internationalization
desc: Template translations
contents:
- starts_with("i18n_")
- title: Configuration
desc: Config loading utilities
contents:
- starts_with("load_")
- title: RAG indexer
desc: Build the Cloudflare Vectorize index that powers the Slack bot
contents:
- rag_index_build
- gather_rag_source
- chunk_markdown
- rag_chunk_id
- cloudflare_embed
- cloudflare_vectorize_upsert
- cloudflare_account_id