summaryrefslogtreecommitdiff
path: root/website/src
AgeCommit message (Collapse)Author
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-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>