Skip to content
Spencer edited this page May 22, 2026 · 1 revision

GitHub Wiki Source

This directory is the source of truth for the GitHub Wiki. Keep these files in the main repository so documentation changes can be reviewed with code changes.

Publish

pnpm publish:wiki
pnpm publish:wiki -- --push

Default behavior is a dry run. Real publication requires --push.

Authentication

  • default: existing git https credentials
  • optional: GITHUB_TOKEN
  • optional override: --remote git@github.com:spencerkit/coder-studio.wiki.git

First-Time Setup

GitHub only creates <repo>.wiki.git after the repository Wiki is initialized on GitHub. If clone fails with repository not found, open the GitHub Wiki once and create the initial wiki before retrying.

Page Map

Clone this wiki locally