mirror of
https://github.com/directus/directus.git
synced 2026-02-16 00:15:35 -05:00
* 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
27 lines
685 B
Markdown
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 -->
|