Project Structure

Docux is a Nuxt theme that provides a ready-to-use documentation website, if you are familiar with Nuxt, you will feel right at home.

Directory Structure

This is the minimal directory structure to get an up and running Docux website.

content/
  index.md
app.config.ts
nuxt.config.ts

The content/ directory is where you write Markdown pages.

The app.config.ts is where you configure Docux to fit your branding and design.

The nuxt.config.ts is your Nuxt configuration.