Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarkdownExtensionsSimple ¶
func MarkdownExtensionsSimple() []any
Types ¶
type Config ¶
type Config struct {
SiteName string `json:"site_name" yaml:"site_name"`
SiteURL string `json:"site_url" yaml:"site_url"`
DocsDir string `json:"docs_dir" yaml:"docs_dir"`
Theme string `json:"theme" yaml:"theme"`
MarkdownExtensions []any `json:"markdown_extensions" yaml:"markdown_extension"`
}
func (*Config) AddNavSimple ¶
Click to show internal directories.
Click to hide internal directories.