Skip to content

br41nslug/directus-extension-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unofficial typedoc generated extension services reference

Resources

License

Stars

Watchers

Forks