Skip to content

Commit

Permalink
Fix the docs build on CI and broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypkhantc committed Sep 12, 2024
1 parent df0ee58 commit dd5ba83
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/input-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-6.0/input-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-6.1/input-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-7.0.0/input-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dd5ba83

Please sign in to comment.