diff --git a/content/en/hugo-modules/configuration.md b/content/en/hugo-modules/configuration.md index c97e8d5a2..2fb4ec5e6 100644 --- a/content/en/hugo-modules/configuration.md +++ b/content/en/hugo-modules/configuration.md @@ -18,11 +18,16 @@ toc: true {{< code-toggle file="config">}} [module] +noVendor = "" proxy = "direct" noProxy = "none" private = "*.*" {{< /code-toggle >}} + +noVendor {{< new-in "0.75.0" >}} +: A optional Glob pattern matching module paths to skip when vendoring, e.g. "github.com/**" + proxy : Defines the proxy server to use to download remote modules. Default is `direct`, which means "git clone" and similar.