package
Version:
v0.0.0-...-aa602b0
Opens a new window with list of versions in this module.
Published: Oct 13, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BookConfig struct {
Authors []string `json:"authors" toml:"authors"`
Description string `json:"description" toml:"description"`
Language string `json:"language" toml:"language"`
Src string `json:"src" toml:"src"`
Title string `json:"title" toml:"title"`
}
type BookToml struct {
Book BookConfig `json:"book" toml:"book"`
OutputHtml HtmlConfig `json:"output.html" toml:"output.html"`
}
type HtmlConfig struct {
GitRepositoryIcon string `json:"git-repository-icon" toml:"git-repository-icon"`
GitRepositoryUrl string `json:"git-repository-url" toml:"git-repository-url"`
EditUrlTemplate string `json:"edit-url-template" toml:"edit-url-template"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.