Guide

Installation

Add the docs theme layer to a Nuxt application.

Installation

Install the theme and extend it from your Nuxt config.

Add the dependency

pnpm add @uxfront/layer-docs

Extend the layer

nuxt.config.ts
export default defineNuxtConfig({
  extends: ["@uxfront/layer-docs"],
});

The layer registers Nuxt Content, the UI shell and every docs feature. Your app only supplies branding, the section topology and the markdown content.

Next steps

See Usage for how to author content and sections.