aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Restructure docs into manual/development and add implementation docs (#94)Natsuu2026-02-2738-1171/+1404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## Summary by Sourcery Restructure documentation into separate manual and development sections, introduce detailed internal implementation docs for auth/Java/mod loaders, and update site navigation, landing page links, and MDX tooling (Mermaid, card styling) to match the new structure and tech stack. Enhancements: - Enable Mermaid rendering support in the docs app and add a reusable Mermaid React component. - Refine Docs page rendering by customizing Card styling and removing redundant in-page titles/descriptions rendered by the layout. - Align docs source configuration and routing comments with the new manual-based default paths. Documentation: - Split user-facing docs under a new manual section and move contributor content into a dedicated development section for both English and Chinese. - Add comprehensive internal implementation documentation covering authentication, Java management, mod loader/version merging, event bus, and architecture patterns in both English and Chinese. - Update existing feature docs (mod loaders, Java, authentication) and getting-started/troubleshooting pages to be more conceptual, pointing to implementation docs for technical details. - Refresh architecture docs to reflect the React/Zustand frontend stack and add Mermaid-based architecture diagrams. - Adjust navigation labels, home-page CTAs, and doc links to target the new manual/development structure and routes. --------- Co-authored-by: 简律纯 <i@jyunko.cn>
* chore: apply prek auto-fixes [skip ci]dropout-v0.2.0-alpha.4@dropout/ui-v0.1.0-alpha.2fu0504092026-02-261-1/+1
|
* chore(release): bump versionsgithub-actions[bot]2026-02-262-2/+8
|
* chore(ui): fix version of ui苏向夜2026-02-261-1/+1
|
* chore: apply prek auto-fixes [skip ci]@dropout/ui-v0.0.0-alpha.1fu0504092026-02-261-1/+1
|
* chore(release): bump versionsgithub-actions[bot]2026-02-262-2/+12
|
* feat(ui): improve launching game苏向夜2026-02-261-34/+70
|
* refactor: migrate some invokes苏向夜2026-02-265-55/+46
|
* chore: fix aur script and apply lintsdropout-v0.2.0-alpha.2dropout-macros-v0.1.0-alpha.0@dropout/ui-v0.0.0-alpha.0苏向夜2026-02-252-14/+10
|
* chore: apply prek auto-fixes [skip ci]fu0504092026-02-241-1/+1
|
* chore(release): bump versionsgithub-actions[bot]2026-02-242-2/+9
|
* chore(workspace): replace legacy codes苏向夜2026-02-25122-10074/+215
|
* feat: prepare for nightly alpha苏向夜2026-02-2515-482/+246
|
* refactor: rewrite login and settings pages苏向夜2026-02-2420-678/+1790
|
* feat(macros): sort client api苏向夜2026-02-241-192/+192
|
* Merge branch 'main' into refactor/migrate-to-react简律纯2026-02-232-2/+7
|\
* | refactor(shadcn): use base lyra instead苏向夜2026-02-2220-408/+280
| |
* | refactor(client): rewrite macros to generate client苏向夜2026-02-1828-186/+660
| |
| * Refine Chinese getting-started docs game launch instruction (#90)Natsuu2026-02-101-1/+1
| |
| * docs: update language links and improve formatting in README files (#88)Natsuu2026-02-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | ## Summary by Sourcery Improve bilingual README structure and formatting for clarity and consistency. Documentation: - Add cross-links between English and Chinese READMEs for easier language switching. - Normalize README formatting including roadmap link styling, spacing, and license section presentation in both languages.
* | Merge branch 'main' into refactor/migrate-to-react简律纯2026-02-0840-141/+6246
|\|
| * docs: restructure documentation filesNtskwK2026-02-0322-11/+0
| |
| * feat(i18n): add multi-language support for docsNtskwK2026-02-0310-118/+222
| |
| * docs: remove emojis from documentation and home pagecopilot-swe-agent[bot]2026-01-305-62/+56
| | | | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
| * docs: fix relative links and image paths in documentationNtskwK2026-01-294-29/+26
| |
| * feat(docs): enhance error boundary UI and add 404 pageNtskwK2026-01-293-6/+29
| |
* | feat(docs): add React Router docs with FumadocsNtskwK2026-01-2920-0/+418
| |
* | feat(ui): add new ui project苏向夜2026-01-2362-0/+9339
| |
| * fix: update navigation title from 'React Router' to 'DropOut'HsiangNianian2026-01-221-1/+1
| |
| * chore: Update favicon.ico in public directoryHsiangNianian2026-01-221-0/+0
| |
| * Update packages/docs/content/docs/en/troubleshooting.mdx简律纯2026-01-221-4/+6
| | | | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| * Update packages/docs/content/docs/en/troubleshooting.mdx简律纯2026-01-221-1/+1
| | | | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| * Update packages/docs/content/docs/zh/troubleshooting.mdx简律纯2026-01-221-1/+1
| | | | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| * Update packages/docs/content/docs/zh/troubleshooting.mdx简律纯2026-01-221-2/+2
| | | | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| * Update packages/docs/content/docs/en/features/index.mdx简律纯2026-01-221-6/+6
| | | | | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| * docs: redesign home page with launcher showcase and fix routingcopilot-swe-agent[bot]2026-01-214-13/+135
| | | | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
| * docs: fix meta.json structure and build configuration for i18ncopilot-swe-agent[bot]2026-01-214-46/+2
| | | | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
| * docs: configure i18n support and update documentation READMEcopilot-swe-agent[bot]2026-01-213-13/+64
| | | | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
| * docs: add Chinese translations for documentationcopilot-swe-agent[bot]2026-01-2124-0/+2896
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add development.mdx (开发指南) - Add troubleshooting.mdx (故障排除) - Add features/index.mdx (功能概览) - Add features/authentication.mdx (身份验证) - Add features/java.mdx (Java 管理) - Add features/mod-loaders.mdx (模组加载器) All translations maintain technical terms in English while translating content to simplified Chinese Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
| * docs: add comprehensive documentation for DropOut launchercopilot-swe-agent[bot]2026-01-2113-53/+3024
| | | | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
| * feat(docs): add React Router docs with FumadocsNtskwK2026-01-2120-0/+418
|/
* chore(ui): refactor workspace to monorepo苏向夜2026-01-1946-0/+9859