Skip to content
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

Adapt nextra v3 update #1422

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Adapt nextra v3 update #1422

merged 1 commit into from
Dec 11, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 11, 2024

This pull request includes several updates to the website's configuration, package dependencies, and documentation files. The most important changes involve converting configuration files to ES modules, updating package versions, and migrating metadata files from JSON to JavaScript.

Configuration Updates:

  • Renamed website/next.config.js to website/next.config.mjs and converted it to use ES module syntax. [1] [2]

Dependency Updates:

  • Updated next, nextra, and nextra-theme-docs to the latest versions in website/package.json.
  • Updated next-sitemap to the latest version in website/package.json.

Metadata Migration:

  • Migrated metadata from JSON to JavaScript in website/pages/_meta.js, website/pages/docs/_meta.js, and website/pages/docs/json/_meta.js. [1] [2] [3]
  • Removed the corresponding JSON metadata files (website/pages/_meta.json, website/pages/docs/_meta.json, website/pages/docs/json/_meta.json). [1] [2] [3]

Documentation Updates:

  • Updated import statements and component usage in website/pages/docs/json/parse.mdx and website/pages/docs/json/schema.mdx to reflect changes in the nextra library. [1] [2]

These changes ensure compatibility with the latest versions of dependencies, improve the maintainability of metadata, and keep the documentation up-to-date with the current library usage.

@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file labels Dec 11, 2024
@samchon samchon self-assigned this Dec 11, 2024
@samchon samchon merged commit 1e1ead2 into master Dec 11, 2024
2 checks passed
@samchon samchon deleted the feat/nextra-v3 branch December 11, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant