Skip to content
Prev Previous commit
Next Next commit
adds comment for sidebar file
  • Loading branch information
lukegalbraithrussell committed Jun 24, 2025
commit a498845df2aabdcc1a5567dfbafd538952c903cb
12 changes: 12 additions & 0 deletions docs/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/**
* this script sets the slack github action docs sidebar
*
* sidebar values take the form of "slack-github-action/path-within-docs/"
* in other words - full path but remove "docs"
*
* for info on syntax see https://docusaurus.io/docs/sidebar
*
* this file is copied into slackapi.gibhub.io/slack-github-action/sidebar.js
* it is then called in slackapi.github.io/sidebars.js
*/

export default [
{
type: 'doc',
Expand Down
Loading