mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Use explicit documentation paths for modules that are nested into subdirectories
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
@@ -29,5 +29,8 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
token: ymlConfig.UString("token", ymlConfig.UString("token", os.Getenv("CDS_TOKEN"))),
|
||||
apiURL: ymlConfig.UString("apiURL", os.Getenv("CDS_API_URL")),
|
||||
}
|
||||
|
||||
settings.SetDocumentationPath("cds/queue")
|
||||
|
||||
return &settings
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user