docs
docs copied to clipboard
The Directus Docs π° β The official Documentation for the Directus Modern Data Stack

[!IMPORTANT]
This documentation is in beta. We eagerly welcome your feedback!
π° Introduction
Welcome! This is the repo for Directus' documentation.
π₯οΈ 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.
netlify env:list --plainβΒ Get a copy of the.envyou'll need to build the websitepnpm run generateβΒ Build the website locallynetlify deployβΒ This will deploy a staging build to a branch to verify everything looks good. Once that's good to go:netlify deploy --prodβΒ This will then upload the same thing again but push it live to the prod website
π Contributing
π€ Community Help
- Discord (Questions, Live Discussions)
- GitHub Issues (Report Bugs)
- GitHub Discussions (Feature Requests)
Β© 2004-2024, Monospace, Inc.