-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Refactor to Nextra instead of Gatsby #1604
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
Merged
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
ba5b789
squash everything
dimaMachina 518d454
Merge branch 'source' into nextra
dimaMachina 83f2a30
fix single-request
dimaMachina bd43699
fix code/blog mobile issues
dimaMachina e9753a5
update speak page
dimaMachina ad9cde8
add redirects
dimaMachina 00f1b4a
more redirects
dimaMachina 63537ae
2024 year update
dimaMachina 6a4b1ea
Update website/src/components/meetups.ts
dimaMachina b3c92f1
move graphql-js tutorials
dimaMachina 333de8a
move
dimaMachina 457820e
add graphql-js
dimaMachina 23f79fc
Merge branch 'nextra' of github.com:B2o5T/graphql.github.io into nextra
dimaMachina df2bdcd
fix type page
dimaMachina bcef14b
update og image
dimaMachina 8007618
update og
dimaMachina cec1e92
hide graphql-js link on mobile
dimaMachina 260e5eb
fix conf styles
dimaMachina 960c8df
fix some style issues
dimaMachina 84afd32
more fixes
dimaMachina e4d63b3
add health safety
dimaMachina 084a4c7
add redirects
dimaMachina eb3a0be
fix redirects
dimaMachina dce3d59
fix redirects / events styles on mobile
dimaMachina 137ec2a
update github stats and another fix of redirects
dimaMachina a4539cd
fix links in footer
dimaMachina 9282383
add `schedule/:id` redirects to `/sessions/:id`
dimaMachina a397f8c
add `/conf/2023/schedule` redirects
dimaMachina f7e3463
fix redirects
dimaMachina 528bb60
update next.js to latest
dimaMachina b1d464b
fixes of broken links
dimaMachina 616161e
add not-found.tsx
dimaMachina 8b82a64
setup pnpm in ci
YassinEldeeb 4b2c97d
chore: prettier
YassinEldeeb 44c8d08
prettier ignore
YassinEldeeb b65f334
fix
YassinEldeeb 10a7ebf
fix
YassinEldeeb 1523afa
add env var
YassinEldeeb e89205e
fix
YassinEldeeb ff1803c
place env file correctly
YassinEldeeb b0ffe01
fix
YassinEldeeb 1fcaea0
setup workspace
YassinEldeeb 5041614
fix
YassinEldeeb 1c02894
fix ci
YassinEldeeb 9041c13
fix node setup
YassinEldeeb 95adfb6
fix deps issues
YassinEldeeb 72aecb1
update lock
YassinEldeeb a49a539
remove dev deps
YassinEldeeb 7462e86
update lock
YassinEldeeb e905495
update typescript
YassinEldeeb 4b8a202
fix ci
YassinEldeeb 1f66c83
cleanup
YassinEldeeb fcfef41
remove ci.yaml
YassinEldeeb d2d5d15
fix links
YassinEldeeb 1ab10dc
fix link
YassinEldeeb b27d6f3
fix
YassinEldeeb 84a5991
fix link
YassinEldeeb 3b0ca3d
fix blog links
YassinEldeeb 0c1dff1
fix more blog links
YassinEldeeb 0db490c
fix
YassinEldeeb 501f794
fix
YassinEldeeb ebc65e0
fixes
YassinEldeeb be32b92
fix
YassinEldeeb cd6cbe7
polishing
dimaMachina 78ba0d9
Merge branch 'nextra' of github.com:B2o5T/graphql.github.io into nextra
dimaMachina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"arrowParens": "avoid", | ||
"semi": false, | ||
"singleQuote": false | ||
} | ||
"singleQuote": false, | ||
"overrides": [ | ||
{ | ||
"files": "*.svg", | ||
"options": { | ||
"parser": "html" | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please confirm if its
yarn start
at the root orcd website && pnpm start
.