Skip to content

Commit

Permalink
Convert from docusaurus to nextra
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Oct 16, 2024
1 parent 2562ce0 commit cc1aed1
Show file tree
Hide file tree
Showing 48 changed files with 18,253 additions and 15,886 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ overrides:
parser: '@typescript-eslint/parser'
parserOptions:
sourceType: module
project: ['tsconfig.json']
project: ['./tsconfig.json', './website/tsconfig.json']
plugins:
- '@typescript-eslint'
- 'eslint-plugin-tsdoc'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
uses: actions/setup-node@v2
with:
cache: npm
node-version-file: '.node-version'
node-version: '.node-version'

- name: Install Dependencies
run: npm ci --ignore-scripts
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
uses: actions/setup-node@v2
with:
cache: npm
node-version-file: '.node-version'
node-version: 18

- name: Install Dependencies
run: npm ci --ignore-scripts
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
/npmDist
/denoDist
/websiteDist
website/.next
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/npmDist
/denoDist
/websiteDist
.next
54 changes: 54 additions & 0 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ignorePaths:
- tsconfig.json
- benchmark/github-schema.graphql
- benchmark/github-schema.json
- website/icons
- website/css
overrides:
- filename: '**/docs-old/APIReference-*.md'
ignoreRegExpList: ['/href="[^"]*"/']
Expand Down Expand Up @@ -52,6 +54,58 @@ words:
- deno
- codecov

# Website tech
- Nextra
- headlessui
- Fastify
- svgr
- ruru

# used as href anchors
- graphqlerror
- syntaxerror
- formaterror
- graphqlschema
- graphqlscalartype
- graphqlobjecttype
- graphqlinterfacetype
- graphqluniontype
- graphqlenumtype
- graphqlinputobjecttype
- graphqllist
- graphqlnonnull
- graphqlint
- graphqlfloat
- graphqlstring
- graphqlboolean
- graphqlid
- getlocation
- isinputtype
- isoutputtype
- isleaftype
- iscompositetype
- isabstracttype
- getnullabletype
- getnamedtype
- introspectionquery
- buildclientschema
- buildschema
- printschema
- printintrospectionschema
- buildastschema
- typefromast
- astfromvalue
- typeinfo
- isvalidjsvalue
- isvalidliteralvalue
- specifiedrules
- Wordmark
- codeofconduct
- graphqlconf

# website words
- runtimes

# TODO: remove bellow words
- QLID # GraphQLID
- QLJS # GraphQLJS
Expand Down
Loading

0 comments on commit cc1aed1

Please sign in to comment.