Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExtensionAttrList = "attr_list" FilenameTOC = "mkdocs.yml" ThemeReadTheDocs = "readthedocs" )
Variables ¶
This section is empty.
Functions ¶
func MarkdownExtensionsSimple ¶
func MarkdownExtensionsSimple() []any
func QuoteString ¶ added in v0.2.1
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,omitempty" yaml:"markdown_extension,omitempty"` }
Click to show internal directories.
Click to hide internal directories.