Overview
Every MokoGIT repository includes a full-featured wiki for documentation that lives alongside your code. It is a Git repository of its own, so every edit is versioned and diffable. Beyond a plain wiki, MokoGIT adds folders, wikilinks, categories, backlinks, template transclusion, rename redirects, per-folder access control, an enhanced table of contents, and print/ZIP export.
Creating pages and folders
- Open the Wiki tab on a repository and click New Page.
- Put a slash in the title to create a folder, e.g.
Design / APIcreates the page atDesign/APIwith a collapsible sidebar tree and breadcrumbs. - Page titles convert to tidy addresses automatically (spaces and dashes both become a single
-). - Index fallbacks (
README.md,Home.md,index.md) render as a folder’s landing page.
Linking and organizing
- Wikilinks —
[[Page Name]]or[[Page Name|Display Text]]; links to missing pages show red so you can spot gaps. - Categories — add
categories:in a page’s YAML frontmatter to group pages, with an auto-generated category index. - Backlinks — a “what links here” view lists every page referencing the current one.
- Template transclusion — reuse shared snippets with
{{template:Name|key=val}}from a_Template/folder. - Enhanced ToC — collapsible, inline-via-frontmatter, or a sticky sidebar.
Renaming and redirects
Renaming a page does not break existing links: MokoGIT leaves a small “this page has moved” redirect in the old location. You can delete that redirect later if you don’t need it.
Access control and export
- Folder ACL — drop an
_access.ymlin a folder to restrict who can write to it. - Revision diffs — line-by-line history for every page.
- Print & export — a print view, and a one-click ZIP export of all wiki pages.
Get help
Open a support ticket or call (931) 279-6313.