Skip to content

Conversation

@feynon
Copy link
Member

@feynon feynon commented Nov 28, 2025

Summary

  • upgrade Nextra and the docs theme to v4 and switch to the new Next.js configuration format
  • migrate documentation content into the app router with a root layout and updated edit links
  • add MDX component hooks and adjust TypeScript settings for the new toolchain

Testing

  • pnpm run build

Codex Task

@vercel
Copy link

vercel bot commented Nov 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
tilekit-docs Ready Ready Preview Comment Nov 28, 2025 7:44am

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +1 to +5
import nextra from 'nextra'

const withNextra = nextra({})

export default withNextra({})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 Badge Configure Nextra plugin with theme

The new ESM next.config.mjs calls nextra({}) and exports withNextra({}), leaving both theme and themeConfig undefined. Nextra’s plugin throws Error: No Nextra theme found! when these options are missing (node_modules/nextra/dist/index.js), so next dev or next build will fail before the site can start. Please pass the docs theme and config (as the previous next.config.js did) to keep the app bootable.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants