feat(docs): link to nested collections feature (#5620)

This commit is contained in:
Dylan Irlbeck 2021-07-20 04:20:04 -05:00 committed by GitHub
parent 8aaf21ca7a
commit 3bd36776d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,10 @@ collections:
- {label: "Contenido", name: "body", widget: "markdown"}
```
### Nested collections (beta)
[Nested collections](/docs/beta-features/#nested-collections) is a beta feature that allows a folder collection to show a nested structure of entries and edit the locations of the entries. This feature is useful when you have a complex folder structure and may not want to create separate collections for every directory. As it is in beta, please use with discretion.
## File collections
A `files` collection contains one or more uniquely configured files. Unlike items in `folder` collections, which repeat the same configuration over all files in the folder, each item in a `files` collection has an explicitly set path, filename, and configuration. This can be useful for unique files with a custom set of fields, like a settings file or a custom landing page with a unique content structure.