From 82b8afe19b77fe02e1a29a5b5e20882d8e5c3fc5 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 12 Dec 2022 20:53:58 +0530 Subject: routes: render readme --- config/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 71bc8dc..65d1a71 100644 --- a/config/config.go +++ b/config/config.go @@ -9,7 +9,8 @@ import ( 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"` -- cgit