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

### Describe the Request When self-hosting a Directus instance using Docker, it's common to have another container running on top of Directus as part of a larger application stack. This...

good first issue
content-improvement

https://directus.io/docs/api/items#update-singleton There isn't a `/singleton` endpoint.

content-error

I have added an old partial description how to use system collections. System collections are saved as directus_ in database and app, while hooks emit events without prefix. It seems...

Hi, I've followed the documentation on setting up the visual editor, but couldn't find anything on how to use it with a singleton collection. I've spent about 30 minutes on...

### Describe the Bug I have installed Directus with the command line instruction presented on the Directus startpage: npx directus-template-cli@latest init Setup worked, but when going to the Visual Editor...

When looking into first paragraph here - https://directus.io/docs/configuration/cache - we can read: > Enabling this will cache the output of requests (based on the current user and exact query parameters...

![Image](https://github.com/user-attachments/assets/19d39f48-ac22-451a-adc4-bf6d50e97a6d) Currently, when copying a page as markdown for an LLM, the Markdown Development Components (MDC) partials are not rendering properly. This is causing issues with the formatting and functionality...

platform-enhancement
Docs Platform

Wrong alignment of the arrow icon – see screenshot. ![Image](https://github.com/user-attachments/assets/241e7f93-fe71-4f44-a289-b1ff4454ba45)

Docs Platform

The Global Query parameters are documented here: https://directus.io/docs/guides/connect/query-parameters The Items API SDK example references a `query_object` but it's not clear what this object could contain. It would be great to...

Docs Platform

From [this bluesky thread](https://bsky.app/profile/waeaves.bsky.social/post/3lu623hlefk24): > `readSingleton(...)` worked, `readItem(..., "1")` worked, but the tutorial's usage, `readItem(...)`, didn't