-
Notifications
You must be signed in to change notification settings - Fork 62
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
51 additions
and
0 deletions.
There are no files selected for viewing
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
49 changes: 49 additions & 0 deletions
49
awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js
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,49 @@ | ||
export default { | ||
title: "SlackHQ Open Source Documentation", | ||
documentations: [ | ||
{ | ||
title: "Keeper Docs", | ||
description: | ||
"A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources.", | ||
projectUrl: "https://slackhq.github.io/keeper/", | ||
githubUrl: "https://github.com/slackhq/keeper", | ||
owner: "Company Owned Documentation", | ||
}, | ||
{ | ||
title: "Bolt-Js Docs", | ||
description: "A framework to build Slack apps using JavaScript.", | ||
projectUrl: "https://slack.dev/bolt-js/", | ||
githubUrl: "https://github.com/SlackAPI/bolt-js", | ||
owner: "Company Owned Documentation", | ||
}, | ||
{ | ||
title: "Bolt-Python Docs", | ||
description: "A framework to build Slack apps using Python.", | ||
projectUrl: "https://slack.dev/python-slack-sdk/", | ||
githubUrl: "https://github.com/SlackAPI/python-slack-sdk", | ||
owner: "Company Owned Documentation", | ||
}, | ||
{ | ||
title: "Slack Java SDK Docs", | ||
description: | ||
"Slack Developer Kit (including Bolt for Java) for any JVM language.", | ||
projectUrl: "https://slack.dev/java-slack-sdk/", | ||
githubUrl: "https://github.com/slackapi/java-slack-sdk", | ||
owner: "Company Owned Documentation", | ||
}, | ||
{ | ||
title: "Slack Hubot Docs ", | ||
description: "Slack Developer Kit for Hubot.", | ||
projectUrl: "https://slack.dev/node-slack-sdk", | ||
githubUrl: "https://github.com/SlackAPI/node-slack-sdk", | ||
owner: "Company Owned Documentation", | ||
}, | ||
{ | ||
title: "Slack Node SDK Docs ", | ||
description: "Slack Developer Kit for Node.js.", | ||
projectUrl: "https://slack.dev/hubot-slack/", | ||
githubUrl: "https://github.com/SlackAPI/hubot-slack", | ||
owner: "Company Owned Documentation", | ||
}, | ||
], | ||
}; |