| Age | Commit message (Collapse) | Author |
|
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>
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
fix(docs): add custom domain to wrangler config
|
|
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>
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
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>
|
|
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>
|
|
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>
|
|
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
- 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>
|