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:
@@ -63,5 +63,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
settings.summary.currencies[key] = currency
|
||||
}
|
||||
|
||||
settings.SetDocumentationPath("cryptocurrencies/bittrex")
|
||||
|
||||
return &settings
|
||||
}
|
||||
|
||||
@@ -34,5 +34,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
displayHoldings: ymlConfig.UBool("displayHoldings", true),
|
||||
}
|
||||
|
||||
settings.SetDocumentationPath("cryptocurrencies/blockfolio")
|
||||
|
||||
return &settings
|
||||
}
|
||||
|
||||
@@ -73,5 +73,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
settings.colors.top.to.field = ymlConfig.UString("colors.top.to.field")
|
||||
settings.colors.top.to.value = ymlConfig.UString("colors.top.to.value")
|
||||
|
||||
settings.SetDocumentationPath("cryptocurrencies/cryptolive")
|
||||
|
||||
return &settings
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user