File Structure

Docus is a Nuxt theme that provides a ready-to-use documentation website.

Directory Structure

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

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

The content/ directory is where you write Markdown pages.

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

The nuxt.config.ts is your Nuxt configuration.