You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/maintainers_guide.md
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,39 @@ level of information with labels. An issue should have **one** of the following
90
90
Issues are closed when a resolution has been reached. If for any reason a closed issue seems
91
91
relevant once again, reopening is great and better than creating a duplicate issue.
92
92
93
+
## Docs
94
+
95
+
This repo contains two types of docs files:
96
+
97
+
* markdown files
98
+
* sidebar.json
99
+
100
+
The private repo containing the tools.slack.dev site pulls these in at build time.
101
+
102
+
Maintainers need to use the `run workflow` button associated with the `deploy` workflow in that private repo to update the docs with changes from here.
103
+
104
+
### Markdown Files
105
+
106
+
The markdown files here are secretly mdx files in disguise.
107
+
108
+
If you'd like to add images to pages, add the image files to the same folder the md file is in.
109
+
110
+
We appreciate markdown edits from anyone!!!
111
+
112
+
### Sidebar
113
+
114
+
`_sidebar.json` sets the slack github action docs sidebar
115
+
116
+
sidebar values take the form of "slack-github-action/path-within-docs/"
Copy file name to clipboardExpand all lines: docs/sending-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Sending variables
1
+
# Sending variables
2
2
3
3
There are different [techniques to send data](/slack-github-action/sending-techniques) into Slack and whichever one is chosen will require a certain set of customized inputs, as described later.
0 commit comments