-
Notifications
You must be signed in to change notification settings - Fork 2
README
This directory is the source of truth for the project's GitHub wiki at https://github.com/dipjyotimetia/openapi-go-mcp/wiki.
GitHub wikis are stored in a separate git repo (<repo>.wiki.git). You can
edit pages here in the main repo (where they go through normal PR review), then
push them to the wiki repo with the included sync.sh script.
GitHub doesn't create the wiki repo until the first page is published through the web UI. Bootstrap it once:
- Go to https://github.com/dipjyotimetia/openapi-go-mcp/wiki.
- Click Create the first page. Save any placeholder content.
- After that the wiki repo exists at
https://github.com/dipjyotimetia/openapi-go-mcp.wiki.gitandsync.shcan push to it.
./wiki/sync.shThe script clones the wiki repo into /tmp, copies every *.md from
wiki/ over it, commits, and pushes. Authentication uses whatever method
your existing git push uses (HTTPS token, SSH key, gh auth).
To preview the commit before pushing, run with DRY_RUN=1:
DRY_RUN=1 ./wiki/sync.sh-
Page slugs use hyphens, not spaces:
Getting-Started.md↔ wiki page "Getting Started". GitHub maps these automatically. -
_Sidebar.mdand_Footer.mdare reserved by GitHub for navigation. -
Internal links between wiki pages use
[Title](Page-Name)(no.md). - Links into the source repo use full GitHub URLs so they work both in this directory and on the rendered wiki.
So wiki edits go through code review like everything else, and so the docs
move with branches. The wiki on GitHub is always the latest snapshot from
main.
Repo · Releases · Issues · Discussions · Apache 2.0
Get started
Modes
Features
Deploy
Reference
Project