Skip to content

Commit

Permalink
Feat: Added the slackhq docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harshleey committed Oct 31, 2023
1 parent 5579b38 commit 9751637
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awesome-oss-docs/src/constants/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import mayadata from "./orderByAlphabet/mayadata";
import netlify from "./orderByAlphabet/netlify";
import samsung from "./orderByAlphabet/samsung";
import shopify from "./orderByAlphabet/shopify";
import slackhq from "./orderByAlphabet/slackhq";
import suse from "./orderByAlphabet/suse";
import tailwind from "./orderByAlphabet/tailwind";
import twilio from "./orderByAlphabet/twilio";
Expand Down Expand Up @@ -52,6 +53,7 @@ export default [
netlify,
samsung,
shopify,
slackhq,
suse,
tailwind,
twilio,
Expand Down
49 changes: 49 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js
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",
},
],
};

0 comments on commit 9751637

Please sign in to comment.