Skip to content

Commit

Permalink
Merge pull request #217 from Paul-Annay/separating-redhat-docs
Browse files Browse the repository at this point in the history
Added RedHat docs to redhat.js
  • Loading branch information
Elijah699 authored Nov 3, 2023
2 parents 9ccdeb5 + 546a1c5 commit 7a3375d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
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 @@ -21,6 +21,7 @@ import mayadata from "./orderByAlphabet/mayadata";
import netflix from "./orderByAlphabet/netflix";
import netlify from "./orderByAlphabet/netlify";
import ory from "./orderByAlphabet/ory";
import redhat from './orderByAlphabet/redhat';
import salesforce from "./orderByAlphabet/salesforce";
import samsung from "./orderByAlphabet/samsung";
import shopify from "./orderByAlphabet/shopify";
Expand Down Expand Up @@ -60,7 +61,8 @@ export default [
netflix,
netlify,
ory,
sales force,
redhat,
salesforce,
samsung,
shopify,
slackhq,
Expand Down
34 changes: 34 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/redhat.js
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",
},
],
};

0 comments on commit 7a3375d

Please sign in to comment.