routes: render readme
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M config/config.go → config/config.go
@@ -9,7 +9,8 @@ ) type Config struct { Git struct { - ScanPath string `yaml:"scanPath"` + ScanPath string `yaml:"scanPath"` + Readme []string `yaml:"readme"` } `yaml:"git"` Template struct { Dir string `yaml:"dir"`