package
0.0.0-20231101133820-f390a08b2d7d
Repository: https://github.com/brightercommand/rewind.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
An enumerated set of asset types.
No description provided by the author
No description provided by the author
No description provided by the author
An enumerated set of asset types.

# Structs

Asset A binary asset used with the markdown files, such as images.
Doc A markdown document.
OrderedTocSection Versions An ordered array of the sections of the book.
OrderedVersionTocs The table of contents for a version, ordered by "Version" and "Order".
Root The root of the book.
Shared Assets & Docs shared by all versions of the book.
Toc A table of contents with a map of names to section within a table of contents.
TOCEntry A table of contents entry.
TOCSection A table of contents sections - the name of the section is held in the Toc map below.
Version Docs & Assets for a version of the book.
VersionedToc A map of versions to a table of contents.

# Type aliases

AssetType Where we have an asset that is not a markdown file what is its type.