Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ description: >-

This key is useful if you need to specify a specific subfolder within a
Collection.


The value for this key is relative to your Collection
[path](/documentation/articles/collections-reference/#path).
examples:
- description: >-
In this example, we want team members in the `_posts` Collection to create
Expand Down
6 changes: 0 additions & 6 deletions docs/documentation/collections_config.*.add_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ description: >-

Additionally, any Schemas you have configured for a Collection will also
appear in the *\+ Add* dropdown.


For more information on these options, please read our reference documentation
on [disable\_add](/documentation/articles/collections-reference/#disable_add),
[disable\_add\_folder](/documentation/articles/collections-reference/#disable_add_folder),
and [schemas](/documentation/articles/schemas-reference/#schemas).
examples:
- description: >-
In this example, we have configured two standard add options for the
Expand Down
10 changes: 0 additions & 10 deletions docs/documentation/collections_config.*.glob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ description: >-
browser* for a given Collection.


Values in this array are relative to the Collection
[path](/documentation/articles/collections-reference/#path).


Globs can be positive (e.g. `*.yml`), or negative (e.g. `!**/*.json`).


Expand All @@ -23,12 +19,6 @@ description: >-
glob.


> For more information about developer files, please read our documentation on
the
[include\_developer\_files](/documentation/articles/collections-reference/#include_developer_files)
key.


Defining a negative glob for a Collection does not remove a file from the
associated Collection folder in your Git repository.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: >-

assuming they are not filtered out by any configured

[globs](/documentation/articles/collections-reference/#glob).
[globs](/documentation/developer-reference/configuration-file/collections_config/*/glob/).
examples:
- description: >-
In this example, we want to see developer files in the *Collection
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/collections_config.*.path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-


The value for this key is relative to your [Site
source](/documentation/articles/configuration-file-reference/#source).
source](/documentation/developer-reference/configuration-file/source/).


Each Collection must have a unique path.
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/type._structures_from_glob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: >-


Please see our documentation on
[values_from_glob](/documentation/articles/configuration-file-reference/#values_from_glob)
[values_from_glob](/documentation/developer-reference/configuration-file/types/structure/values_from_glob/)
for defining individual

*Structure* values in a split *Configuration File*.
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/type.structure.values_from_glob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: >-


Please see our documentation on
[structures_from_glob](/documentation/articles/configuration-file-reference/#_structures_from_glob)
[structures_from_glob](/documentation/developer-reference/configuration-file/types/_structures_from_glob/)
for defining a

*Structure* in a split *Configuration File*.
Expand Down