Skip to content
/ docs Public

Documentation website for Directus, including quick starts, guides, and tutorials.

Notifications You must be signed in to change notification settings

directus/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

065aafe · Mar 20, 2025
Dec 23, 2024
Mar 19, 2025
Mar 18, 2025
Mar 12, 2025
Dec 24, 2024
Dec 17, 2024
Dec 24, 2024
Dec 16, 2024
Mar 19, 2025
Aug 27, 2024
Dec 21, 2024
Mar 7, 2025
Mar 20, 2025
Mar 11, 2025
Dec 16, 2024
Dec 16, 2024

Repository files navigation

Directus Logo


🐰 Introduction

Welcome! This is the repo for Directus' documentation.

Learn more about Directus


🖥️ Running the Docs

Requirements

  • Node.js 20
  • pnpm

Install Dependencies

pnpm install

Run Development Server

Start the development server on http://localhost:3000:

pnpm dev

☁️ Deploying the Docs

Due to a bug in Nitro, Netlify isn't able to auto-build this website on pushes to main. Instead, a member of the core team has to deploy it manually through the Netlify CLI.

  1. netlify env:list --plain – Get a copy of the .env you'll need to build the website
  2. pnpm run generate – Build the website locally
  3. netlify deploy – This will deploy a staging build to a branch to verify everything looks good. Once that's good to go:
  4. netlify deploy --prod – This will then upload the same thing again but push it live to the prod website

🚀 Contributing


🤔 Community Help


© 2004-2024, Monospace, Inc.