Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-06-28 11:39:52 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-06-28 11:39:52 +0300
commit40dfdd09521bcb8f56150e6791d60445198f27ab (patch)
tree1f99d56538d53a3a9a50780098331238b756e6af /docs
parent3a6dc6d3f423c4acb79ef21b5a76e616fa2c9477 (diff)
modules: Add module.import.noMounts config
Fixes #8708
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/hugo-modules/configuration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/en/hugo-modules/configuration.md b/docs/content/en/hugo-modules/configuration.md
index 4bb19dde4..1a3a285c7 100644
--- a/docs/content/en/hugo-modules/configuration.md
+++ b/docs/content/en/hugo-modules/configuration.md
@@ -101,6 +101,12 @@ ignoreImports {{< new-in "0.80.0" >}}
disable
: Set to `true` to disable the module while keeping any version info in the `go.*` files.
+noMounts {{< new-in "0.84.2" >}}
+: Do not mount any folder in this import.
+
+noVendor
+: Never vendor this import (only allowed in main project).
+
{{< gomodules-info >}}