## Issue: Currently nextra-docs-template's files correspond to `nextra@v2` (e.g. [pages/_meta.json](https://github.com/shuding/nextra-docs-template/blob/main/pages/_meta.json), [next.config.js > require('nextra')](https://github.com/shuding/nextra-docs-template/blob/main/next.config.js), etc.), even though in [package.json nextra version is `latest`](https://github.com/shuding/nextra-docs-template/blob/7178f3676d2b6fb886b26cdee1c4b1134f37b428/package.json#L22)which currently points to [nextra@v3.0.11](https://www.npmjs.com/package/nextra?activeTab=versions). ## Solution: Update the files and their contents to match [nextra@v3](https://the-guild.dev/blog/nextra-3) according to [v3 migration guide](https://the-guild.dev/blog/nextra-3#migration-guide-to-nextra-3)