Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Added the slackhq docs #210

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
},
],
};
Loading