Skip to content

Commit 943eebb

Browse files
committed
Update config files
1 parent 9390d0a commit 943eebb

File tree

2 files changed

+272
-36
lines changed

2 files changed

+272
-36
lines changed

docs/navbarConfig.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,20 @@ const navbar = {
4949
},
5050
{
5151
label: 'Deno Slack SDK',
52-
to: 'https://api.slack.com/automation/quickstart',
52+
to: 'https://tools.slack.dev/deno-slack-sdk/',
5353
target: '_self',
5454
},
5555
],
5656
},
57+
{
58+
to: 'https://tools.slack.dev/slack-cli',
59+
label: 'Slack CLI',
60+
target: '_self',
61+
},
5762
{
5863
type: 'dropdown',
5964
label: 'Community',
60-
position: 'left',
65+
position: 'right',
6166
items: [
6267
{
6368
label: 'Community tools',

0 commit comments

Comments
 (0)