ref: 729be8074bddb58c9111f32c55cc769e49cd0d5a
parent: 6cee0dfe53899d433afc3c173a87d56265904cb0
author: Bjørn Erik Pedersen <[email protected]>
date: Wed Jun 14 06:37:58 EDT 2017
commands: Adjust docs path
--- a/commands/gendocshelper.go
+++ b/commands/gendocshelper.go
@@ -41,7 +41,9 @@
return g.generate()
}
- g.cmd.PersistentFlags().StringVarP(&g.target, "dir", "", "docs/data", "data dir")
+ // Note that ./docs is a submodule, and writing to that would be suboptimal.
+ // Let us assume that the default is a sibling project.
+ g.cmd.PersistentFlags().StringVarP(&g.target, "dir", "", "../hugoDocs/data", "data dir")
return g
}