mirror of
https://github.com/directus/directus.git
synced 2026-02-08 01:55:19 -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>
21 lines
882 B
Markdown
21 lines
882 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 Overview
|
|
|
|
This is the landing page of the module, and lists the same collections as its content navigation bar. Clicking on a
|
|
collection takes to you to the Collection Page.
|
|
|
|
## 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](/app/content/collection)
|
|
|
|
## 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](/app/content/item)
|