Skip to content

Commit a498845

Browse files
adds comment for sidebar file
1 parent da612df commit a498845

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/sidebar.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
export default [
214
{
315
type: 'doc',

0 commit comments

Comments
 (0)