Skip to content

Commit 9ea19ea

Browse files
committed
Redirect old reset urls to plugin hub
1 parent 8497fc7 commit 9ea19ea

File tree

134 files changed

+10840
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+10840
-0
lines changed

website/.docusaurus/client-manifest.json

Lines changed: 2363 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default [
2+
require("/home/ardat_000/Guild/graphql-code-generator/node_modules/infima/dist/css/default/default.css"),
3+
require("/home/ardat_000/Guild/graphql-code-generator/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
4+
require("/home/ardat_000/Guild/graphql-code-generator/node_modules/@docusaurus/theme-classic/lib/admonitions.css"),
5+
require("/home/ardat_000/Guild/graphql-code-generator/website/src/css/custom.css"),
6+
];
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"title": "Recent posts",
3+
"items": []
4+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"unversionedId": "custom-codegen/contributing",
3+
"id": "custom-codegen/contributing",
4+
"isDocsHomePage": false,
5+
"title": "Contributing",
6+
"description": "So now when your new plugin is ready, you can either maintain it in your own repo and npm package, or you can contribute and make it part of the GraphQL Code Generator repo.",
7+
"source": "@site/docs/custom-codegen/contributing.md",
8+
"sourceDirName": "custom-codegen",
9+
"slug": "/custom-codegen/contributing",
10+
"permalink": "/docs/custom-codegen/contributing",
11+
"editUrl": "https://github.com/dotansimha/graphql-code-generator/edit/master/website/docs/custom-codegen/contributing.md",
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "contributing",
15+
"title": "Contributing"
16+
},
17+
"sidebar": "sidebar",
18+
"previous": {
19+
"title": "Visitor Pattern",
20+
"permalink": "/docs/custom-codegen/using-visitor"
21+
},
22+
"next": {
23+
"title": "Migration to 1.0.0",
24+
"permalink": "/docs/migration/from-0-18"
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"unversionedId": "custom-codegen/extend-schema",
3+
"id": "custom-codegen/extend-schema",
4+
"isDocsHomePage": false,
5+
"title": "How to extend the GraphQL Schema?",
6+
"description": "Each plugin can also specify addToSchema field, and to extend the GraphQLSchema with more types:",
7+
"source": "@site/docs/custom-codegen/extend-schema.md",
8+
"sourceDirName": "custom-codegen",
9+
"slug": "/custom-codegen/extend-schema",
10+
"permalink": "/docs/custom-codegen/extend-schema",
11+
"editUrl": "https://github.com/dotansimha/graphql-code-generator/edit/master/website/docs/custom-codegen/extend-schema.md",
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "extend-schema",
15+
"title": "How to extend the GraphQL Schema?"
16+
},
17+
"sidebar": "sidebar",
18+
"previous": {
19+
"title": "Validate Plugin Configuration",
20+
"permalink": "/docs/custom-codegen/validate-configuration"
21+
},
22+
"next": {
23+
"title": "Visitor Pattern",
24+
"permalink": "/docs/custom-codegen/using-visitor"
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"unversionedId": "custom-codegen/index",
3+
"id": "custom-codegen/index",
4+
"isDocsHomePage": false,
5+
"title": "What are Plugins?",
6+
"description": "The general purpose of GraphQL Code Generator is to parse GraphQL syntax, transform it into an AST and then output it into desired formats which can vary. Since there can be potentially infinite amount of formats, we've made it possible to build custom code generators.",
7+
"source": "@site/docs/custom-codegen/index.md",
8+
"sourceDirName": "custom-codegen",
9+
"slug": "/custom-codegen/index",
10+
"permalink": "/docs/custom-codegen/index",
11+
"editUrl": "https://github.com/dotansimha/graphql-code-generator/edit/master/website/docs/custom-codegen/index.md",
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "index",
15+
"title": "What are Plugins?"
16+
},
17+
"sidebar": "sidebar",
18+
"previous": {
19+
"title": "VSCode",
20+
"permalink": "/docs/integrations/vscode"
21+
},
22+
"next": {
23+
"title": "Write your first Plugin",
24+
"permalink": "/docs/custom-codegen/write-your-plugin"
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"unversionedId": "custom-codegen/using-visitor",
3+
"id": "custom-codegen/using-visitor",
4+
"isDocsHomePage": false,
5+
"title": "Visitor Pattern",
6+
"description": "Most of the codegen's plugins are written with a design-pattern called Visitor. GraphQL has an internal mechanism for \"visiting\" a GraphQLSchema and GraphQL operations, and you can use it to transform your GraphQL definitions into a custom output.",
7+
"source": "@site/docs/custom-codegen/using-visitor.md",
8+
"sourceDirName": "custom-codegen",
9+
"slug": "/custom-codegen/using-visitor",
10+
"permalink": "/docs/custom-codegen/using-visitor",
11+
"editUrl": "https://github.com/dotansimha/graphql-code-generator/edit/master/website/docs/custom-codegen/using-visitor.md",
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "using-visitor",
15+
"title": "Visitor Pattern"
16+
},
17+
"sidebar": "sidebar",
18+
"previous": {
19+
"title": "How to extend the GraphQL Schema?",
20+
"permalink": "/docs/custom-codegen/extend-schema"
21+
},
22+
"next": {
23+
"title": "Contributing",
24+
"permalink": "/docs/custom-codegen/contributing"
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"unversionedId": "custom-codegen/validate-configuration",
3+
"id": "custom-codegen/validate-configuration",
4+
"isDocsHomePage": false,
5+
"title": "Validate Plugin Configuration",
6+
"description": "Each plugin can also provide a function to validate the configuration before executing it.",
7+
"source": "@site/docs/custom-codegen/validate-configuration.md",
8+
"sourceDirName": "custom-codegen",
9+
"slug": "/custom-codegen/validate-configuration",
10+
"permalink": "/docs/custom-codegen/validate-configuration",
11+
"editUrl": "https://github.com/dotansimha/graphql-code-generator/edit/master/website/docs/custom-codegen/validate-configuration.md",
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "validate-configuration",
15+
"title": "Validate Plugin Configuration"
16+
},
17+
"sidebar": "sidebar",
18+
"previous": {
19+
"title": "Write your first Plugin",
20+
"permalink": "/docs/custom-codegen/write-your-plugin"
21+
},
22+
"next": {
23+
"title": "How to extend the GraphQL Schema?",
24+
"permalink": "/docs/custom-codegen/extend-schema"
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"unversionedId": "custom-codegen/write-your-plugin",
3+
"id": "custom-codegen/write-your-plugin",
4+
"isDocsHomePage": false,
5+
"title": "Write your first Plugin",
6+
"description": "Basic Plugin",
7+
"source": "@site/docs/custom-codegen/write-your-plugin.md",
8+
"sourceDirName": "custom-codegen",
9+
"slug": "/custom-codegen/write-your-plugin",
10+
"permalink": "/docs/custom-codegen/write-your-plugin",
11+
"editUrl": "https://github.com/dotansimha/graphql-code-generator/edit/master/website/docs/custom-codegen/write-your-plugin.md",
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "write-your-plugin",
15+
"title": "Write your first Plugin"
16+
},
17+
"sidebar": "sidebar",
18+
"previous": {
19+
"title": "What are Plugins?",
20+
"permalink": "/docs/custom-codegen/index"
21+
},
22+
"next": {
23+
"title": "Validate Plugin Configuration",
24+
"permalink": "/docs/custom-codegen/validate-configuration"
25+
}
26+
}

0 commit comments

Comments
 (0)