Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Title string `yaml:"title"`
Description string `yaml:"description"`
URL string `yaml:"url"`
Language string `yaml:"language"`
Theme string `yaml:"theme"`
Redirect string `yaml:"redirect,omitempty"`
Branding Branding `yaml:"branding"`
Sections SectionPaths `yaml:"sections"`
Banner Banner `yaml:"banner,omitempty"`
EditBaseURL string `yaml:"edit_base_url,omitempty"`
LLMs LLMsConfig `yaml:"llms,omitempty"`
}
func DefaultConfig ¶
func DefaultConfig() Config
type FooterColumn ¶ added in v1.0.5
type FooterColumn struct {
}
type FooterLink ¶ added in v1.0.5
type FooterLink struct {
}
type FooterSocial ¶ added in v1.0.5
type FooterSocial struct {
}
type LLMsConfig ¶ added in v1.1.0
type SectionPaths ¶
Click to show internal directories.
Click to hide internal directories.