KOGE stands for Kotlin-oriented Gradle Essentials, a concise self-study handbook for Gradle and Android build tooling.
For advanced Gradle and Android Gradle Plugin (AGP) skills with Kotlin, refer to Extending Android Builds. KOGE is served as a preparatory lesson for that book.
This repo is now a single-book consumer of @2bab/minibook-kit, which owns the shared VitePress theme, config loader, CLI, and GitHub Pages deployment workflow. The kit is consumed from a GitHub release tag, not npm.
pnpm install
pnpm dev
pnpm build
pnpm previewminibook-kit.config.ts: KOGE owner, social links, theme colors, analytics, and deployment defaults.koge/book.config.ts: KOGE title, description, locales, and sidebar..vitepress/config.tsand.vitepress/theme/index.ts: thin wrappers that import the shared kit.
.github/workflows/deploy.yml calls the reusable GitHub Pages workflow from 2BAB/minibook-kit at the same release tag used by package.json.