Skip to content

Commit

Permalink
use html extension for slack page
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed May 13, 2022
1 parent bde2ee8 commit fa3ed89
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions slack/index.cfm

This file was deleted.

19 changes: 19 additions & 0 deletions slack/index.html
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/bootswatch@3.3.7/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/add_to_slack@2x.png 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>

0 comments on commit fa3ed89

Please sign in to comment.