Skip to content

Commit 22e0669

Browse files
authored
Merge pull request #121 from dblock/add-toc
Added TOC.
2 parents 4439b2b + 4479f09 commit 22e0669

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#### 0.12.2 (Next)
44

55
* [#120](https://github.com/slack-ruby/slack-ruby-bot-server/pull/120): Removed GIFs - [@dblock](https://github.com/dblock).
6+
* [#121](https://github.com/slack-ruby/slack-ruby-bot-server/pull/121): Added TOC - [@dblock](https://github.com/dblock).
67
* Your contribution here.
78

89
#### 0.12.1 (2020/5/16)

Dangerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
danger.import_dangerfile(gem: 'slack-ruby-danger')
2+
toc.check!

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ group :development, :test do
3838
end
3939

4040
group :test do
41+
gem 'danger-toc', '~> 0.2.0', require: false
4142
gem 'slack-ruby-danger', '~> 0.1.0', require: false
4243
end
4344

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@ If you are not familiar with Slack bots or Slack API concepts, you might want to
1111

1212
A good [open-source demo](https://github.com/dblock/slack-strava) of a service built on top of this library is [Strava integration with Slack](https://slava.playplay.io).
1313

14+
# Table of Contents
15+
16+
- [What is this?](#what-is-this)
17+
- [Stable Release](#stable-release)
18+
- [Try Me](#try-me)
19+
- [Run Your Own](#run-your-own)
20+
- [MongoDB](#mongodb)
21+
- [ActiveRecord](#activerecord)
22+
- [Usage](#usage)
23+
- [OAuth Code Grant](#oauth-code-grant)
24+
- [API](#api)
25+
- [App](#app)
26+
- [Service Manager](#service-manager)
27+
- [Lifecycle Callbacks](#lifecycle-callbacks)
28+
- [Service Timers](#service-timers)
29+
- [Extensions](#extensions)
30+
- [Server Class](#server-class)
31+
- [Service Class](#service-class)
32+
- [HTML Templates](#html-templates)
33+
- [Access Tokens](#access-tokens)
34+
- [Example Bots Using Slack Ruby Bot Server](#example-bots-using-slack-ruby-bot-server)
35+
- [Copyright & License](#copyright--license)
36+
1437
### What is this?
1538

1639
A library that contains a [Grape](http://github.com/ruby-grape/grape) API serving a [Slack Ruby Bot](https://github.com/slack-ruby/slack-ruby-bot) to multiple teams. This gem combines a web server, a RESTful API and multiple instances of [slack-ruby-bot](https://github.com/slack-ruby/slack-ruby-bot). It integrates with the [Slack Platform API](https://medium.com/slack-developer-blog/launch-platform-114754258b91#.od3y71dyo). Your customers can use a Slack button to install the bot.

0 commit comments

Comments
 (0)