From 311c3941b88f5b6c2772968d07d4097e8143d675 Mon Sep 17 00:00:00 2001 From: LandonTClipp Date: Thu, 18 May 2023 17:13:50 -0500 Subject: [PATCH] Add reference to packages feature section --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 0353f579..18e3959b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -61,6 +61,8 @@ These are the configuration options available when using the legacy, non-`packag These are the config options when using the `packages` config option. Use of the `packages` config semantics puts mockery into a completely different code path. Config variables may have changed meanings or have been substracted entirely, compared to the non-`packages` config. +Please see the [features section](/mockery/features/#packages-configuration) for more details on how `packages` works, including some example configuration. + !!! info "`packages` config" | name | templated | default | description |