Documentation website for Directus, including quick starts, guides, and tutorials.
https://github.com/directus/docs.git

Welcome! This is the repo for Directus' documentation.
pnpm install
Copy the example environment file:
cp .env.example .env
Update the environment variables in the .env file with proper secret keys for the different
services.
Start the development server on http://localhost:3000:
pnpm dev
pnpm build
The documentation automatically deploys to Vercel when changes are merged into the main branch. Simply:
The docs make use of the Algolia Crawler to index the content. The crawler is found at the bottom left in the Algolia dashboard under Data Sources > Crawler > directus. To make changes on how the crawler works, go to the Editor tab and make your changes. By default the crawler runs once a day but you can also manually run it. In order to tweak the ranking of search results, go to the Search > Configure > Index > Configuration > Ranking and Sorting tab.
ยฉ 2004-2024, Monospace, Inc.