summaryrefslogtreecommitdiff
path: root/website/src/en/docs/configuration.md
AgeCommit message (Collapse)Author
2026-06-12docs(website): make English the default localeSho Sakuma
Swap the website default locale from Japanese to English. English now lives at the site root (/), and Japanese moves under /ja/. Update locale config, nav/sidebar links, internal doc links, and asset relative paths accordingly. 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>