You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,20 @@ Slack Ruby Bot Server Events Extension
8
8
9
9
An extension to [slack-ruby-bot-server](https://github.com/slack-ruby/slack-ruby-bot-server) that makes it easy to handle Slack slash commands, interactive buttons and events.
10
10
11
+
### Table of Contents
12
+
13
+
-[Sample](#sample)
14
+
-[Usage](#usage)
15
+
-[Gemfile](#gemfile)
16
+
-[Configure](#configure)
17
+
-[OAuth](#oauth)
18
+
-[Events](#events)
19
+
-[Implement Callbacks](#implement-callbacks)
20
+
-[Events](#events-1)
21
+
-[Actions](#actions)
22
+
-[Commands](#commands)
23
+
-[Copyright & License](#copyright--license)
24
+
11
25
### Sample
12
26
13
27
See [slack-ruby/slack-ruby-bot-server-events-sample](https://github.com/slack-ruby/slack-ruby-bot-server-events-sample) for a working sample.
0 commit comments