1+ export default [
2+ {
3+ type : 'doc' ,
4+ id : 'slack-github-action/slack-github-action' ,
5+ label : 'Slack GitHub Action' ,
6+ className : 'sidebar-title' ,
7+ } ,
8+ { type : 'html' , value : '<hr>' } ,
9+ 'slack-github-action/sending-variables' ,
10+ {
11+ type : 'category' ,
12+ label : 'Sending techniques' ,
13+ collapsed : false ,
14+ link : {
15+ type : 'doc' ,
16+ id : 'slack-github-action/sending-techniques/sending-techniques' ,
17+ } ,
18+ items : [
19+ 'slack-github-action/sending-techniques/sending-techniques' ,
20+ {
21+ type : 'category' ,
22+ label : 'Sending data via a webhook to start a Slack workflow' ,
23+ link : {
24+ type : 'doc' ,
25+ id : 'slack-github-action/sending-techniques/sending-data-webhook-slack-workflow/sending-data-webhook-slack-workflow' ,
26+ } ,
27+ items : [
28+ 'slack-github-action/sending-techniques/sending-data-webhook-slack-workflow/sending-data-webhook-slack-workflow' ,
29+ 'slack-github-action/sending-techniques/sending-data-webhook-slack-workflow/format-generated-files' ,
30+ 'slack-github-action/sending-techniques/sending-data-webhook-slack-workflow/post-release-announcements' ,
31+ 'slack-github-action/sending-techniques/sending-data-webhook-slack-workflow/update-a-channel-topic' ,
32+ ] ,
33+ } ,
34+ {
35+ type : 'category' ,
36+ label : 'Sending data using a Slack API method' ,
37+ link : {
38+ type : 'doc' ,
39+ id : 'slack-github-action/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method' ,
40+ } ,
41+ items : [
42+ 'slack-github-action/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method' ,
43+ 'slack-github-action/sending-techniques/sending-data-slack-api-method/direct-message-author' ,
44+ 'slack-github-action/sending-techniques/sending-data-slack-api-method/invite-usergroup-to-channel' ,
45+ ] ,
46+ } ,
47+ {
48+ type : 'category' ,
49+ label : 'Sending data as a message with a Slack incoming webhook URL' ,
50+ link : {
51+ type : 'doc' ,
52+ id : 'slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/sending-data-slack-incoming-webhook' ,
53+ } ,
54+ items : [
55+ 'slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/sending-data-slack-incoming-webhook' ,
56+ 'slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/post-inline-text-message' ,
57+ 'slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/post-inline-block-message' ,
58+ 'slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/post-blocks-found-in-file' ,
59+ ] ,
60+ } ,
61+ ] ,
62+ } ,
63+ 'slack-github-action/additional-configurations' ,
64+ ]
0 commit comments