Skip to content

Commit

Permalink
Created twilio.js file and added all Twilio docs in the README.md to …
Browse files Browse the repository at this point in the history
…the file
  • Loading branch information
nobledeveloper01 committed Oct 29, 2023
1 parent 14938bb commit de37838
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awesome-oss-docs/src/constants/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import shopify from "./orderByAlphabet/shopify";
import suse from "./orderByAlphabet/suse";
import uber from "./orderByAlphabet/uber";
import upbound from "./orderByAlphabet/upbound";

import twilio from "./orderByAlphabet/twilio";

export default [
airbnb,
Expand All @@ -47,6 +47,7 @@ export default [
samsung,
shopify,
suse,
twilio,
uber,
upbound,
];
13 changes: 13 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/twilio.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export default {
title: "Twilio Open Source Documentation",
documentations: [
{
title: "SendGrid Docs",
description:
"SendGrid is everything you need to send emails that cut through the noise and make a connection.",
projectUrl: "https://docs.sendgrid.com/",
githubUrl: "https://github.com/sendgrid/docs/tree/develop/content/docs",
owner: "Company Owned Documentation",
},
],
};

0 comments on commit de37838

Please sign in to comment.