Issue:
Currently nextra-docs-template's files correspond to nextra@v2 (e.g. pages/_meta.json, next.config.js > require('nextra'), etc.), even though in package.json nextra version is latestwhich currently points to [email protected].
Solution:
Update the files and their contents to match nextra@v3 according to v3 migration guide