Documentation ¶
Index ¶
Constants ¶
View Source
const CONFIG_FILE_NAME = "b3.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PostsGlob []string `json:"posts_glob"` OutDirPath string `json:"out_dir_path"` AssetsDirPath []string `json:"assets_dir_path"` HomeLink string `json:"home_link"` HeaderLinks []ConfigHeaderLink `json:"header_links"` DocTitle string `json:"doc_title"` StripHtmlExtInProdLinks bool `json:"strip_html_ext_in_prod_links"` }
type ConfigHeaderLink ¶
Click to show internal directories.
Click to hide internal directories.