From 9751637fe7c0330a83360f1b930face3dfb3657e Mon Sep 17 00:00:00 2001 From: Wonuola Date: Tue, 31 Oct 2023 11:57:46 +0100 Subject: [PATCH] Feat: Added the slackhq docs --- awesome-oss-docs/src/constants/docs/index.js | 2 + .../constants/docs/orderByAlphabet/slackhq.js | 49 +++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index fecfb3c..578777a 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -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"; @@ -52,6 +53,7 @@ export default [ netlify, samsung, shopify, + slackhq, suse, tailwind, twilio, diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js new file mode 100644 index 0000000..8f65bd6 --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/slackhq.js @@ -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", + }, + ], +};