# Functions
AvailableBaseWikis returns a list of available embedded base wikis.
CreateWiki creates a new wiki at the specified path using a base wiki directory.
CreateWikiFromResource creates a new wiki at the specified path using a base wiki resource.
CreateWiki creates a new wiki at the specified path using a base wiki fs.
DisplayType returns the type of display passed.
NewWiki creates a Wiki given its directory path.
SizedImageFromName returns a SizedImage given an image name.
SortAuthor is a SortFunc for sorting items alphabetically by author.
SortCreated is a SortFunc for sorting items by creation time.
SortDimensions is a SortFunc for sorting images by their dimensions.
SortModified is a SortFunc for sorting items by modification time.
SortTitle is a SortFunc for sorting items alphabetically by title.
ValidBranchName returns whether a branch name is valid.
# Constants
CategoryTypeImage is a type of category that tracks which pages use an image.
CategoryTypeModel is a metacategory that tracks which pages use a model.
CategoryTypePage is a metacategory that tracks which pages reference another page.
# Structs
A Category is a collection of pages pertaining to a topic.
A CategoryEntry describes a page that belongs to a category.
CategoryInfo represents metadata associated with a category.
CommitOpts describes the options for a wiki revision.
No description provided by the author
DisplayCategoryPosts represents a category result to display.
DisplayError represents an error result to display.
DisplayFile represents a plain text file to display.
DisplayImage represents an image to display.
DisplayPage represents a page result to display.
DisplayRedirect represents a page redirect to follow.
ImageInfo represents a full-size image on the wiki.
RevisionInfo contains information about a specific revision.
SizedImage represents an image in specific dimensions.
SortInfo is the data returned from Sortable items for sorting wiki resources.
A Wiki represents a quiki website.
# Interfaces
Sortable is the interface that allows quiki to sort wiki resources.
# Type aliases
CategoryType describes the type of a Category.
SortFunc is a type for functions that can sort items.