Skip to content

playhockay/wiki

Repository files navigation

Hockay Wiki

Community-maintained wiki for Hockay. Live at hockay.wiki.

Contributing

See CONTRIBUTING.md. Two ways:

  1. Browser editor—sign in at hockay.wiki/editor with GitHub. No git knowledge needed.
  2. Direct PRs—click "Edit this page" on any article, or fork and open a PR.

Stack

Content lives as .mdx files under src/content/docs/ in three collections: guides, lore, glossary.

Local development

pnpm install
pnpm dev       # http://127.0.0.1:4321
pnpm build     # production build (uses Cloudflare adapter)
pnpm preview   # serve the build locally

The /editor route uses local filesystem storage in dev. For production (GitHub storage), see .env.example.

Deployment (Cloudflare Pages)

  1. Create a Pages project connected to this repo.
  2. Framework preset: Astro. Build command: pnpm build. Output: dist.
  3. Under Settings → Functions, enable the nodejs_compat compatibility flag.
  4. Add the env vars from .env.example (GitHub OAuth App credentials + Keystatic secret).

License

Content: community contributions licensed per the repository's LICENSE. Code: MIT.

About

Hockay's Community-Maintained Wiki

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages