Skip to content

Latest commit

 

History

History
57 lines (52 loc) · 2.99 KB

README.md

File metadata and controls

57 lines (52 loc) · 2.99 KB

Unofficial Directus v10 Extension Reference

These docs are generated using TypeDoc for an easy reference of the Services exposed to backend extensions by Directus.

Commmonly used

Services

How to generate the docs

After checking out the current repository and from it's root run:

  • git clone https://github.com/directus/directus directus
  • cd directus
  • pnpm i
  • cd api
  • pnpm i typedoc typedoc-plugin-markdown
  • npx typedoc --plugin typedoc-plugin-markdown --skipErrorChecking --out ../../reference src/services/index.ts