Nextra

Nextra is the core Next.js plugin and library that provides MDX compilation, file-system page mapping, static image handling, search indexing, syntax highlighting, LaTeX support, and i18n utilities. It is consumed as a JavaScript/TypeScript package installed via npm and configured through the `nextra()` plugin in `next.config` files.

API entry from apis.yml

apis.yml Raw ↑
aid: nextra:nextra
name: Nextra
tags:
- Documentation
- MDX
- Next.js
- Static Site Generator
humanURL: https://nextra.site
description: Nextra is the core Next.js plugin and library that provides MDX compilation, file-system
  page mapping, static image handling, search indexing, syntax highlighting, LaTeX support, and i18n utilities.
  It is consumed as a JavaScript/TypeScript package installed via npm and configured through the `nextra()`
  plugin in `next.config` files.
properties:
- url: https://nextra.site/docs
  type: Documentation
- url: https://nextra.site/docs/guide
  type: GettingStarted
- url: https://github.com/shuding/nextra
  type: GitHub
- url: json-schema/nextra-config-schema.json
  type: JSONSchema