Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added guild docs to theguild.js #206

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions awesome-oss-docs/src/constants/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import dropbox from "./orderByAlphabet/dropbox";
import elastic from "./orderByAlphabet/elastic";
import facebook from "./orderByAlphabet/facebook";
import google from "./orderByAlphabet/google";
import guild from "./orderByAlphabet/theguild";
import hashicorp from "./orderByAlphabet/hashicorp";
import ibm from "./orderByAlphabet/ibm";
import jetbrains from "./orderByAlphabet/jetbrains";
Expand Down Expand Up @@ -39,6 +40,7 @@ export default [
elastic,
facebook,
google,
guild,
hashicorp,
ibm,
jetbrains,
Expand Down
48 changes: 48 additions & 0 deletions awesome-oss-docs/src/constants/docs/orderByAlphabet/theguild.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
export default {
title: "Guild Open Source Documentation",
documentations: [
{
title: "GraphQL Inspector Docs",
description:
"Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage.",
projectUrl: "https://graphql-inspector.com/docs/index",
owner: "Community Owned Documentation",
},
{
title: "GraphQL Config Docs",
description:
"One configuration for all your GraphQL tools supported by most tools, editors & IDEs.",
projectUrl: "https://graphql-config.com/introduction",
owner: "Community Owned Documentation",
},
{
title: "GraphQL Modules Docs",
description: "Enterprise Grade Tooling For Your GraphQL Server.",
projectUrl: "https://www.graphql-modules.com/docs/index",
owner: "Community Owned Documentation",
},
{
title: "GraphQL Mesh Docs",
description: "Query anything, run anywhere.",
projectUrl:
"https://www.graphql-mesh.com/docs/getting-started/introduction",
owner: "Community Owned Documentation",
},
{
title: "GraphQL Code Generator Docs",
description:
'A tool for generating code based on a GraphQL schema and GraphQL operations "query/mutation/subscription", with flexible support for custom plugins.',
projectUrl:
"https://www.graphql-code-generator.com/docs/getting-started/index",
owner: "Community Owned Documentation",
},
{
title: "GraphQL Tools Docs",
description:
"Build, mock, and stitch a GraphQL schema using the schema language.",
projectUrl: "https://www.graphql-tools.com/docs/introduction",
owner: "Community Owned Documentation",
},
],
};

Loading