summaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2026-05-06docs: clarify paper/velocity compatibilitySho Sakuma
Add a dynamic compatibility matrix (GitHub Releases + ProtocolVersion.kt at each tag) shown on the home page, download page, and a new reference doc. Split protocol theory and rolling-update rules out of the Velocity feature guide into the new compatibility reference, and simplify the download notice. Also set explicit GitHub release titles in the Paper / Velocity workflows so the awkward paper/v* tag prefix is not the user-facing label. Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01chore(deps): update dependency @biomejs/biome to v2.4.14 (#195)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-23chore(deps): update dependency @biomejs/biome to v2.4.13 (#191)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14chore(deps): update dependency @biomejs/biome to v2.4.12 (#187)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-11Merge pull request #186 from m1sk9/fix/cloudflare-worker-custom-domainSho Sakuma
fix(docs): add custom domain to wrangler config
2026-04-11fix(docs): add custom domain to wrangler configSho Sakuma
Explicitly declare lc.m1sk9.dev as a custom domain in wrangler.jsonc to ensure the domain binding is applied on every deploy. Without this, the Worker would intermittently fall back to a "Deploying..." placeholder. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-09chore(deps): update dependency @biomejs/biome to v2.4.11 (#183)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-07docs: add Spigot/BungeeCord unsupported noticeSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07docs(commands): add subcommand aliases to command referenceSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05fix(website): fetch download data dynamically on client sideSho Sakuma
Replace the VitePress build-time data loader with a client-side composable so the download page always shows the latest GitHub release without requiring a site redeploy. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05fix(website): resolve biome formatting errors in sidebar configSho Sakuma
Fix irregular whitespace (ideographic space) and missing trailing commas in ja.ts and en.ts that caused biome CI check to fail. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): fix links and i18n for download compatibility noticeSho Sakuma
Update README documentation link to new docs path. Fix English nav download link to use /en/download. Make compatibility notice title translatable via i18n. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): add English download pageSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): translate landing page to EnglishSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): translate all documentation pages to EnglishSho Sakuma
Translate 12 documentation pages into English under /en/docs/: getting-started, configuration, permissions, features (direct-message, channel-chat, japanese-conversion, velocity, message-logging, admin), and reference (commands, message-format, player-settings). Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs(website): fix old docs/ path references and add English i18n pagesSho Sakuma
Update editLink patterns, git log path, and footer labels from docs/ to website/ in config.mts, ja.ts, and en.ts. Restructure English sidebar/nav to match new docs layout. Add English stub pages for all 12 documentation routes. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05chore: Add MCPSho Sakuma
2026-04-05docs(website): add v1 documentation pages and fix dark themeSho Sakuma
Add 12 documentation pages covering configuration, permissions, features (DM, channel chat, romaji conversion, Velocity integration, message logging, admin), and reference (commands, message format, player settings). Restructure sidebar for new docs layout. Fix dark theme rendering caused by :global(.dark) in DownloadCard.vue applying filter:invert(1) to html element. Fix download button colors for dark mode. Add protocol version compatibility notice to download page. Move favicon.ico to correct public directory. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05docs: add download page and rename docs to websiteSho Sakuma
- Add download page with GitHub API data loader for latest releases - Add DownloadCard Vue component with JA/EN i18n support - Include Modrinth and CI build links - Rename docs/ directory to website/ Co-Authored-By: Claude <noreply@anthropic.com>