Add a link to modules config option 'replacements'

"Make and test changes in a module" : since v0.77.0, the modules config option 'replacements' has been introduced to handle that situation in a more convenient way
This commit is contained in:
Yaacov
2020-11-11 23:20:10 +01:00
committed by Bjørn Erik Pedersen
parent e127227794
commit 618fcf9baa
+1
View File
@@ -89,6 +89,7 @@ replace github.com/bep/hugotestmods/mypartials => /Users/bep/hugotestmods/mypart
If you have the `hugo server` running, the configuration will be reloaded and `/Users/bep/hugotestmods/mypartials` put on the watch list.
Note that since v.0.77.0 you can use modules config [`replacements`](https://gohugo.io/hugo-modules/configuration/#module-config-top-level) option. {{< new-in "0.77.0" >}}
## Print Dependency Graph