We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da612df commit a498845Copy full SHA for a498845
1 file changed
docs/sidebar.js
@@ -1,3 +1,15 @@
1
+/**
2
+ * this script sets the slack github action docs sidebar
3
+ *
4
+ * sidebar values take the form of "slack-github-action/path-within-docs/"
5
+ * in other words - full path but remove "docs"
6
7
+ * for info on syntax see https://docusaurus.io/docs/sidebar
8
9
+ * this file is copied into slackapi.gibhub.io/slack-github-action/sidebar.js
10
+ * it is then called in slackapi.github.io/sidebars.js
11
+ */
12
+
13
export default [
14
{
15
type: 'doc',
0 commit comments