mirror of
https://github.com/directus/directus.git
synced 2026-02-13 13:45:32 -05:00
* WIP * updates * docs updates * structure * big structure update * docs module icon change * in-app docs nav * more content and structure changes * Remove redundant * Fix docs build in app Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
27 lines
669 B
Markdown
27 lines
669 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](/concepts/modules/)
|
|
- [Layouts](/concepts/layouts/)
|
|
- [Interfaces](/concepts/interfaces/)
|
|
- [Displays](/concepts/displays/)
|
|
|
|
## API Extensions
|
|
|
|
- [Endpoints](/guides/api-endpoints)
|
|
- [Hooks](/guides/api-hooks)
|
|
|
|
<!-- ## CLI Extensions
|
|
|
|
TBD
|
|
|
|
- Commands
|
|
- Extensions -->
|