diff --git a/README.md b/README.md index cfc362c..b01d4c9 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/awesome-oss-docs/src/constants/docs/index.js b/awesome-oss-docs/src/constants/docs/index.js index c793311..0504842 100644 --- a/awesome-oss-docs/src/constants/docs/index.js +++ b/awesome-oss-docs/src/constants/docs/index.js @@ -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, @@ -48,6 +49,7 @@ export default [ shopify, suse, twilio, + twitter, uber, upbound, ]; diff --git a/awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js b/awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js new file mode 100644 index 0000000..9d3f18a --- /dev/null +++ b/awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js @@ -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", + }, + ], + }; + \ No newline at end of file