Files
directus/docs/extensions/introduction.md
Jay Cammarano 29b0fb9b8b Fixes broken links in docs (#9172)
* first half of broken links fixed

* next chunk of broken links resolved

* next chunk of urls

* last chunk of links

* one more

* filter rules

* homepage links

* removed localhost

* filter rules for query

* updated links

* relationships link

* changed links from references to glossary
2021-10-27 17:22:43 -04:00

27 lines
685 B
Markdown

# Extensions
> In addition to being highly customizable, Directus has also been built with many modular extension points throughout
> the App, API and CLI.
## App Extensions
Directus has been architected as completely modular and extensible, with four keystone App component types.
Out-of-the-box components are configurable, or altogether new components can be created as extensions.
- [Modules](/extensions/modules/)
- [Layouts](/extensions/layouts/)
- [Interfaces](/extensions/interfaces/)
- [Displays](/extensions/displays/)
## API Extensions
- [Endpoints](/extensions/api-endpoints)
- [Hooks](/extensions/api-hooks)
<!-- ## CLI Extensions
TBD
- Commands
- Extensions -->