mirror of
https://github.com/directus/directus.git
synced 2026-02-01 17:15:00 -05:00
* add images to content, file-library and user-directory pages of docs * turn buttons from png to inline html and replace gifs with mp4s * add a ton of icons everywhere * add icons to presets & bookmarks * add icons to webhooks * add icons and clean up quickstart guide * clean up icons and videos * Move video assets to CDN * Use updated video file naming system Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
20 lines
843 B
Markdown
20 lines
843 B
Markdown
# Content
|
|
|
|
> This module is the primary way for interacting with your database content. Here you can browse/visualize collections
|
|
> of items, and navigate to their individual item forms.
|
|
|
|
## Collection Page
|
|
|
|

|
|
|
|
This is the main gateway to your items, providing highly configurable Layouts for browsing, visualizing, and managing
|
|
the items within a collection. Clicking on an item takes to you to the Item Page.
|
|
[Learn more about the Collection Page](/getting-started/glossary/#collections)
|
|
|
|
## Item Page
|
|
|
|

|
|
|
|
A tailored form for viewing and editing an item's fields. This page also includes options for archiving, reverting,
|
|
deleting, and commenting on the item. [Learn more about the Item Page](/getting-started/glossary/#items)
|