We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4495cb + ce1f268 commit 586d0bfCopy full SHA for 586d0bf
docs/navbarConfig.js
@@ -49,15 +49,20 @@ const navbar = {
49
},
50
{
51
label: 'Deno Slack SDK',
52
- to: 'https://api.slack.com/automation/quickstart',
+ to: 'https://tools.slack.dev/deno-slack-sdk/',
53
target: '_self',
54
55
],
56
57
+ {
58
+ to: 'https://tools.slack.dev/slack-cli',
59
+ label: 'Slack CLI',
60
+ target: '_self',
61
+ },
62
63
type: 'dropdown',
64
label: 'Community',
- position: 'left',
65
+ position: 'right',
66
items: [
67
68
label: 'Community tools',
0 commit comments