Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶
type Doc struct {
// contains filtered or unexported fields
}
Doc contains a list of forwardlinks (links to other Docs) and backlinks (other Docs linking to here) as lists of filenames without file extensions
type DocCollection ¶
DocCollection is a map associating filenames (without file extensions) to Docs
func Transform ¶
func Transform(inDir, outDir string) (summary DocCollection, err error)
Transform receives two directory paths and processes the wikilinks in the former to produce markdown files with regular links in the latter. It returns a summary of the processed Docs (DocCollection) and checks for broken links.
Click to show internal directories.
Click to hide internal directories.