docs icon indicating copy to clipboard operation
docs copied to clipboard

The Directus Docs 🐰 — The official Documentation for the Directus Modern Data Stack

Results 131 docs issues
Sort by recently updated
recently updated
newest added

The brief Docker Compose example [here](https://directus.io/docs/getting-started/create-a-project#docker-compose) uses SQLite as the database. While good for a quick local test, this isn't a recommended setup for full production usage. We should add...

- Generates a readable LLM corpus from content/*.md|.mdc into public/llms-full.txt - Preserves code/HTML; converts links/images to text; normalizes whitespace; deterministic order with title + source - Adds GET /api/llms-full and...

Any SSO providers that uses a non-session authentication mode (e.g. "cookie") are auto hidden from the login page as of [v10.10.5](https://github.com/directus/directus/pull/21874). This should be documented in a relevant section to...

content-missing

As reported in this [Discord conversation,](https://discord.com/channels/725371605378924594/741317677397704757/1419368033482182757) on Firefox and Safari, the tutorial headings are not correcting wrapping due to the "truncate" class that's applied (the css command "text-wrap: pretty"is also...

Docs

Looks like we don't automatically update the most recent directus docker version in the get started guides in the docs? See https://docs.directus.io/self-hosted/docker-guide.html and https://docs.directus.io/self-hosted/quickstart.html#create-a-docker-compose-file Ideally the latest version should be...

Docs Platform

### Describe the Bug When creating a new item, if a Radio button's value is left unchanged (set to default), the payload in the Flow hook does not contain the...

content-improvement

Added information on validation steps on creating items, where validation occurs in two steps.

When accessing tutorials and guides pages, we should add last updated date as viewable information. Would also be great to see if we can add approx reading time per page.

Currently, the possible user status states (e.g. `draft`, `invited`, etc.) along with their meanings and potential flows/conditions, are not documented.

Path parameters should be listed separately from query parameters. @ComfortablyCoding Thanks for catching this!

Docs Platform