Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { PagesURI string `json:"pages_uri"` ZipURI string `json:"zip_uri"` BannerColor1 int `json:"banner_color_1"` BannerColor2 int `json:"banner_color_2"` TLDRColor int `json:"tldr_color"` HeaderColor int `json:"header_color"` HeaderDecorColor int `json:"header_decor_color"` PlatformColor int `json:"platform_color"` DescriptionColor int `json:"description_color"` ExampleColor int `json:"example_color"` HypenColor int `json:"hypen_color"` SyntaxColor int `json:"syntax_color"` VariableColor int `json:"variable_color"` }
Options defines the available configuration options
var Config Options
Config provides the configuration variables read from config.json
Click to show internal directories.
Click to hide internal directories.