Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { HttpAddr string `json:"httpAddr,omitempty" yaml:"httpAddr,omitempty" toml:"httpAddr,omitempty"` HttpPort string `json:"httpPort,omitempty" yaml:"httpPort,omitempty" toml:"httpPort,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty" toml:"description,omitempty"` DocsDirectory string `json:"docsDirectory,omitempty" yaml:"docsDirectory,omitempty" toml:"docsDirectory,omitempty"` CustomDirectory string `json:"customDirectory,omitempty" yaml:"customDirectory,omitempty" toml:"customDirectory,omitempty"` HasLandingPage bool `json:"hasLandingPage,omitempty" yaml:"hasLandingPage,omitempty" toml:"hasLandingPage,omitempty"` DocsBasePath string `json:"docsBasePath,omitempty" yaml:"docsBasePath,omitempty" toml:"docsBasePath,omitempty"` EditPageLinkFormat string `json:"editPageLinkFormat,omitempty" yaml:"editPageLinkFormat,omitempty" toml:"editPageLinkFormat,omitempty"` Languages []Language `json:"languages,omitempty" yaml:"languages,omitempty" toml:"languages,omitempty"` }
func (*Config) I18nLanguages ¶
Click to show internal directories.
Click to hide internal directories.