-
-
Notifications
You must be signed in to change notification settings - Fork 507
Updated docs project #2463
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
Updated docs project #2463
+5,051
−7,294
Conversation
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
Collaborator
|
This is awesome! |
Contributor
Author
|
I didn't click all the buttons, but it appears to work |
bd48423 to
ed7b8f2
Compare
melloware
approved these changes
Oct 25, 2025
zhu-hong
pushed a commit
to zhu-hong/orval
that referenced
this pull request
Oct 29, 2025
* use yarn workspace * fresh lockfile * align package versions (if possible) * configure tsup * it finally runs again!!! * sample tests are green * tests can generate again * tests now pass * docs works again * goto code reference now works * fixes tests * fixes build error in samples trying to apply their rules to the orval packages * missed a few things * WIP * WIP * update tailwind * migrate to tailwind 4 * intersection-observer polyfill no longer needed * replace gray-matter * WIP * mdx components works again * update react-query * pre code blocks works again * WIP * show error msg from malformed throws * reset to changes from master * WIP * fixes bad rebase * updated to next@16 * rename .md -> .mdx to emphasize they're special * remarkEmoji seems to be fixed * formatting * removed config no longer needed * restored webpack config as we cannot use turbopack yet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I had some fun updating the docs project.
I updated the various packages. Switched some packages that was abandoned for maintained ones.
I changed the MDX setup so it's closer to docs https://nextjs.org/docs/pages/guides/mdx
I changed react files from .js to .tsx
I changed MDX files from .md to .mdx
Unfortunately we can't use the turbopack feature of next@16 because our mdx plugins does not have serializable options.
source: https://nextjs.org/docs/pages/guides/mdx#using-plugins-with-turbopack