forked from foundeo/cfdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>CFDocs Slack Command</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/lumen/bootstrap.min.css" rel="stylesheet"> | ||
|
||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>CFDocs Slack Command</h1> | ||
<p>This slack app doesn't store any information about your slack workspace, and it will only reply to messages via the slash command <code>/cfdocs tagOrFunction</code></p> | ||
<h3>Add to Slack</h3> | ||
<a href="https://slack.com/oauth/v2/authorize?client_id=693614264499.1817635475939&scope=commands&user_scope="><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcSet="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/[email protected] 2x" /></a> | ||
|
||
<h3>Example Screenshot</h3> | ||
<img src="https://www.petefreitag.com/images/blog/cfdocs-slack-example.jpg" style="max-width:100%" alt="cfdocs slack command screenshot"> | ||
</div> | ||
</body> | ||
</html> |