Getting started
How the static wiki is structured and how to add pages.
Adding a page
- Create a
.mdfile undercontent/wiki/. - Use a relative path for nested URLs:
guides/setup.mdbecomes/wiki/guides/setup. - Run
npm run buildto verify the site compiles.
Stack
- Next.js App Router with
output: 'export'(fully static output). - MDX via
next-mdx-remotewith GitHub-flavored Markdown and syntax highlighting.