-
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 #217 from Paul-Annay/separating-redhat-docs
Added RedHat docs to redhat.js
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
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
34 changes: 34 additions & 0 deletions
34
awesome-oss-docs/src/constants/docs/orderByAlphabet/redhat.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,34 @@ | ||
export default { | ||
title: 'RedHat Open Source Documentation', | ||
documentations: [ | ||
{ | ||
title: "CentOS Docs", | ||
description: | ||
"SA solid, predictable base to build upon, with extensive resources to build, test, release, and maintain code.", | ||
projectUrl: "https://docs.centos.org", | ||
owner: "Company Owned Documentation", | ||
}, | ||
{ | ||
title: "Ceph Docs", | ||
description: | ||
"A distributed object, block, and file storage platform.", | ||
projectUrl: "https://docs.ceph.com/", | ||
owner: "Company Owned Documentation", | ||
}, | ||
{ | ||
title: "Project QUAY Docs", | ||
description: "Builds, analyzes, distributes your container images.", | ||
projectUrl: "https://docs.projectquay.io/", | ||
githubUrl: "https://github.com/quay/quay-docs)", | ||
owner: "Community Owned Documentation", | ||
}, | ||
{ | ||
title: "WildFly Docs", | ||
description: | ||
"A flexible, lightweight, managed application runtime that helps you build amazing applications.", | ||
projectUrl: "https://docs.wildfly.org/", | ||
githubUrl: "https://github.com/wildfly/wildfly/tree/main/docs)", | ||
owner: "Community Owned Documentation", | ||
}, | ||
], | ||
}; |