From dd5ba836f740dc86bd468b15ba88cf470d17ee47 Mon Sep 17 00:00:00 2001 From: Oleksandr Prypkhan Date: Thu, 12 Sep 2024 10:33:50 +0300 Subject: [PATCH] Fix the docs build on CI and broken links --- .github/workflows/doc_generation.yml | 2 +- website/docs/input-types.mdx | 2 +- website/versioned_docs/version-6.0/input-types.mdx | 2 +- website/versioned_docs/version-6.1/input-types.mdx | 2 +- website/versioned_docs/version-7.0.0/input-types.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/doc_generation.yml b/.github/workflows/doc_generation.yml index e2851c911b..4c73a105b5 100644 --- a/.github/workflows/doc_generation.yml +++ b/.github/workflows/doc_generation.yml @@ -24,7 +24,7 @@ jobs: - name: "Setup NodeJS" uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '20.x' - name: "Yarn install" run: yarn install diff --git a/website/docs/input-types.mdx b/website/docs/input-types.mdx index c0efa59e87..9b5be40278 100644 --- a/website/docs/input-types.mdx +++ b/website/docs/input-types.mdx @@ -55,7 +55,7 @@ You are running into this error because GraphQLite does not know how to handle t In GraphQL, an object passed in parameter of a query or mutation (or any field) is called an **Input Type**. -There are two ways for declaring that type, in GraphQLite: using the [`#[Input]` attribute](input-attribute) or a [Factory method](factory). +There are two ways for declaring that type, in GraphQLite: using the [`#[Input]` attribute](#input-attribute) or a [Factory method](#factory). ## #\[Input\] Attribute diff --git a/website/versioned_docs/version-6.0/input-types.mdx b/website/versioned_docs/version-6.0/input-types.mdx index f2c62afd40..c5737d9176 100644 --- a/website/versioned_docs/version-6.0/input-types.mdx +++ b/website/versioned_docs/version-6.0/input-types.mdx @@ -109,7 +109,7 @@ You are running into this error because GraphQLite does not know how to handle t In GraphQL, an object passed in parameter of a query or mutation (or any field) is called an **Input Type**. -There are two ways for declaring that type, in GraphQLite: using the [`#[Input]` attribute](input-attribute) or a [Factory method](factory). +There are two ways for declaring that type, in GraphQLite: using the [`#[Input]` attribute](#input-attribute) or a [Factory method](#factory). ## #\[Input\] Attribute diff --git a/website/versioned_docs/version-6.1/input-types.mdx b/website/versioned_docs/version-6.1/input-types.mdx index 06754d97a1..48369cda90 100644 --- a/website/versioned_docs/version-6.1/input-types.mdx +++ b/website/versioned_docs/version-6.1/input-types.mdx @@ -59,7 +59,7 @@ You are running into this error because GraphQLite does not know how to handle t In GraphQL, an object passed in parameter of a query or mutation (or any field) is called an **Input Type**. -There are two ways for declaring that type, in GraphQLite: using the [`#[Input]` attribute](input-attribute) or a [Factory method](factory). +There are two ways for declaring that type, in GraphQLite: using the [`#[Input]` attribute](#input-attribute) or a [Factory method](#factory). ## #\[Input\] Attribute diff --git a/website/versioned_docs/version-7.0.0/input-types.mdx b/website/versioned_docs/version-7.0.0/input-types.mdx index f2c62afd40..c5737d9176 100644 --- a/website/versioned_docs/version-7.0.0/input-types.mdx +++ b/website/versioned_docs/version-7.0.0/input-types.mdx @@ -109,7 +109,7 @@ You are running into this error because GraphQLite does not know how to handle t In GraphQL, an object passed in parameter of a query or mutation (or any field) is called an **Input Type**. -There are two ways for declaring that type, in GraphQLite: using the [`#[Input]` attribute](input-attribute) or a [Factory method](factory). +There are two ways for declaring that type, in GraphQLite: using the [`#[Input]` attribute](#input-attribute) or a [Factory method](#factory). ## #\[Input\] Attribute