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:
@@ -19,5 +19,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
Common: cfg.NewCommonSettingsFromModule(name, defaultTitle, defaultFocusable, ymlConfig, globalConfig),
|
||||
}
|
||||
|
||||
settings.SetDocumentationPath("sports/nbascore")
|
||||
|
||||
return &settings
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user