diff --git a/docs/documentation/collections_config.*.add_options.[*].(add-option).base_path.yml b/docs/documentation/collections_config.*.add_options.[*].(add-option).base_path.yml index 68c4d18..8b9a682 100644 --- a/docs/documentation/collections_config.*.add_options.[*].(add-option).base_path.yml +++ b/docs/documentation/collections_config.*.add_options.[*].(add-option).base_path.yml @@ -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 diff --git a/docs/documentation/collections_config.*.add_options.yml b/docs/documentation/collections_config.*.add_options.yml index db704f2..60787ec 100644 --- a/docs/documentation/collections_config.*.add_options.yml +++ b/docs/documentation/collections_config.*.add_options.yml @@ -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 diff --git a/docs/documentation/collections_config.*.glob.yml b/docs/documentation/collections_config.*.glob.yml index 7df31e6..ff14994 100644 --- a/docs/documentation/collections_config.*.glob.yml +++ b/docs/documentation/collections_config.*.glob.yml @@ -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`). @@ -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. diff --git a/docs/documentation/collections_config.*.include_developer_files.yml b/docs/documentation/collections_config.*.include_developer_files.yml index 5b72c6c..1b4e3e5 100644 --- a/docs/documentation/collections_config.*.include_developer_files.yml +++ b/docs/documentation/collections_config.*.include_developer_files.yml @@ -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 diff --git a/docs/documentation/collections_config.*.path.yml b/docs/documentation/collections_config.*.path.yml index 5467c0e..7a10922 100644 --- a/docs/documentation/collections_config.*.path.yml +++ b/docs/documentation/collections_config.*.path.yml @@ -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. diff --git a/docs/documentation/type._structures_from_glob.yml b/docs/documentation/type._structures_from_glob.yml index 3d5e49e..bdb6d19 100644 --- a/docs/documentation/type._structures_from_glob.yml +++ b/docs/documentation/type._structures_from_glob.yml @@ -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*. diff --git a/docs/documentation/type.structure.values_from_glob.yml b/docs/documentation/type.structure.values_from_glob.yml index a9e7ae2..4a0f19a 100644 --- a/docs/documentation/type.structure.values_from_glob.yml +++ b/docs/documentation/type.structure.values_from_glob.yml @@ -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*.