Skip to content

Commit da8a61f

Browse files
build: clone repository "docs" and configuration when syncing project docs (#145)
* removes no longer wanted files * adds sidebar.js * readds commands * adds sidebar.json --------- Co-authored-by: Michael Brooks <[email protected]>
1 parent f9ac93b commit da8a61f

File tree

2 files changed

+55
-81
lines changed

2 files changed

+55
-81
lines changed

.github/workflows/sync-docs-from-cli-repo.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

docs/_sidebar.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[
2+
{
3+
"type": "doc",
4+
"id": "slack-cli/index",
5+
"label": "Slack CLI",
6+
"className": "sidebar-title"
7+
},
8+
{ "type": "html", "value": "<hr>" },
9+
{
10+
"type": "category",
11+
"label": "Guides",
12+
"collapsed": false,
13+
"items": [
14+
"slack-cli/guides/installing-the-slack-cli-for-mac-and-linux",
15+
"slack-cli/guides/installing-the-slack-cli-for-windows",
16+
"slack-cli/guides/authorizing-the-slack-cli",
17+
"slack-cli/guides/using-slack-cli-with-bolt-frameworks",
18+
"slack-cli/guides/using-slack-cli-on-an-enterprise-grid-organization",
19+
"slack-cli/guides/running-slack-cli-commands",
20+
"slack-cli/guides/using-environment-variables-with-the-slack-cli",
21+
"slack-cli/guides/troubleshooting-slack-cli-errors",
22+
"slack-cli/guides/setting-up-ci-cd-with-the-slack-cli",
23+
"slack-cli/guides/deploying-with-the-slack-cli-and-github-actions",
24+
"slack-cli/guides/uninstalling-the-slack-cli"
25+
]
26+
},
27+
{ "type": "html", "value": "<hr>" },
28+
{
29+
"type": "category",
30+
"label": "Reference",
31+
"collapsed": false,
32+
"items": [
33+
{
34+
"type": "category",
35+
"label": "Commands",
36+
"items": [
37+
{
38+
"type": "autogenerated",
39+
"dirName": "slack-cli/reference/commands"
40+
}
41+
]
42+
},
43+
{
44+
"type": "doc",
45+
"id": "slack-cli/reference/errors",
46+
"label": "Errors"
47+
},
48+
{
49+
"type": "doc",
50+
"id": "slack-cli/reference/experiments",
51+
"label": "Experiments"
52+
}
53+
]
54+
}
55+
]

0 commit comments

Comments
 (0)