Documentation
README
Wiki Submit Skill
This skill provides a simple command-line tool to submit wiki documentation pages to the Wegent backend.
Page paths
A page is identified by its --path: index, architecture/backend, modules/indexing.
Lowercase, /-separated, no file extension, at most 4 folders deep. Two paths may not
differ only by case — the projection matches them case-insensitively, so they would
collapse into one page.
Keep a path stable across runs. It is what lets an unchanged page keep its place, its links and its search index. Changing it republishes the page as a deletion plus an insertion, so reword titles freely and move paths rarely.
Send a page's complete content every time. There is no patch format; what you send replaces the page.
This is the opening of the README. Read the full README on GitHub.