Documentation
¶
Index ¶
- Constants
- func AppendExtraCSS(cssFile string, manif map[string]interface{})
- func AppendExtraJs(jsFile string, manif map[string]interface{})
- func GetDocsDir(manifestFilePath string, manif map[string]interface{}) (string, error)
- func Read(manifestFilePath string) (map[string]interface{}, error)
- func Write(manifestFilePath string, manif map[string]interface{}) error
Constants ¶
View Source
const FileName = "mkdocs.yml"
FileName file name of the mkdocs manifest file.
Variables ¶
This section is empty.
Functions ¶
func AppendExtraCSS ¶
AppendExtraCSS Appends a file path to the "extra_css" in the manifest file.
func AppendExtraJs ¶
AppendExtraJs Appends a file path to the "extra_javascript" in the manifest file.
func GetDocsDir ¶
GetDocsDir returns the path to the directory pointed by "docs_dir" in the manifest file. If docs_dir is not set, then the directory containing the manifest is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.