Skip to content

Commit

Permalink
Merge pull request #204 from Captain-Tee01/added-twitter
Browse files Browse the repository at this point in the history
added twitter.js docs
  • Loading branch information
Elijah699 authored Oct 30, 2023
2 parents f4d1270 + a0a6f44 commit 4c61165
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@

## Twitter Open Source Documentation

- [Pants](https://www.pantsbuild.org/docs) - Pants is a fast, scalable, user-friendly build system for codebases of all sizes. It's currently focused on Python and Shell, with support for other languages coming soon. `Community Owned Docs`
- [Pants](https://www.pantsbuild.org/docs) - Pants is a fast, scalable, user-friendly build system for codebases of all sizes. It's currently focused on Python and Shell, with support for other languages coming soon. [Edit this on GitHub](https://github.com/pantsbuild/pants/tree/main/docs) -`Community Owned Docs`

<a name="uber-open-source-documentation"/>

Expand Down
4 changes: 3 additions & 1 deletion awesome-oss-docs/src/constants/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ import mayadata from "./orderByAlphabet/mayadata";
import samsung from './orderByAlphabet/samsung';
import shopify from "./orderByAlphabet/shopify";
import suse from "./orderByAlphabet/suse";
import twilio from "./orderByAlphabet/twilio";
import twitter from "./orderByAlphabet/twitter";
import uber from "./orderByAlphabet/uber";
import upbound from "./orderByAlphabet/upbound";
import twilio from "./orderByAlphabet/twilio";

export default [
airbnb,
Expand All @@ -48,6 +49,7 @@ export default [
shopify,
suse,
twilio,
twitter,
uber,
upbound,
];
14 changes: 14 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
title: "Twitter Open Source Documentation",
documentations: [
{
title: "Pants Docs",
description:
"Pants is a fast, scalable, user-friendly build system for codebases of all sizes. It's currently focused on Python and Shell, with support for other languages coming soon.",
projectUrl: "https://www.pantsbuild.org/docs",
githubUrl: "https://github.com/pantsbuild/pants/tree/main/docs",
owner: "Community Owned Documentation",
},
],
};

0 comments on commit 4c61165

Please sign in to comment.