import "code.gitea.io/gitea/services/wiki"
func AddWikiPage(doer *models.User, repo *models.Repository, wikiName, content, message string) error
AddWikiPage adds a new wiki page with a given wikiPath.
DeleteWikiPage deletes a wiki page identified by its path.
func EditWikiPage(doer *models.User, repo *models.Repository, oldWikiName, newWikiName, content, message string) error
EditWikiPage updates a wiki page identified by its wikiPath, optionally also changing wikiPath.
FilenameToName converts a wiki filename to its corresponding page name.
func InitWiki(repo *models.Repository) error
InitWiki initializes a wiki for repository, it does nothing when repository already has wiki.
NameToFilename converts a wiki name to its corresponding filename.
NameToSubURL converts a wiki name to its corresponding sub-URL.
NormalizeWikiName normalizes a wiki name
Package wiki imports 10 packages (graph) and is imported by 8 packages. Updated 2020-12-31. Refresh now. Tools for package owners.