-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from Captain-Tee01/added-twitter
added twitter.js docs
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
awesome-oss-docs/src/constants/docs/orderByAlphabet/twitter.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
}, | ||
], | ||
}; | ||
|