| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(mermaid): prevent memory leak on unmount | 2026-03-26 | 1 | -1/+6 | |
| | | |||||
| * | refactor(mermaid): improve svg rendering with DOMParser | 2026-03-26 | 1 | -17/+13 | |
| | | |||||
| * | chore(docs): refactor Mermaid component to render charts asynchronously and ↵ | 2026-03-26 | 1 | -9/+20 | |
| | | | | | improve security | ||||
| * | fix(mermaid): update chart dependency in effect | 2026-03-26 | 1 | -1/+2 | |
| | | |||||
| * | chore(docs): refactor Mermaid component and clean up imports in ↵ | 2026-03-26 | 3 | -16/+12 | |
| | | | | | documentation pages | ||||
| * | chore(lint): partial apply docs code lint | 2026-03-26 | 12 | -148/+201 | |
| | | |||||
| * | Restructure docs into manual/development and add implementation docs (#94) | 2026-02-27 | 6 | -23/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## 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> | ||||
| * | feat(i18n): add multi-language support for docs | 2026-02-03 | 9 | -116/+221 | |
| | | |||||
| * | docs: remove emojis from documentation and home page | 2026-01-30 | 1 | -6/+0 | |
| | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> | ||||
| * | feat(docs): enhance error boundary UI and add 404 page | 2026-01-29 | 3 | -6/+29 | |
| | | |||||
| * | fix: update navigation title from 'React Router' to 'DropOut' | 2026-01-22 | 1 | -1/+1 | |
| | | |||||
| * | docs: redesign home page with launcher showcase and fix routing | 2026-01-21 | 3 | -13/+135 | |
| | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> | ||||
| * | docs: fix meta.json structure and build configuration for i18n | 2026-01-21 | 1 | -10/+0 | |
| | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> | ||||
| * | docs: add Chinese translations for documentation | 2026-01-21 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | - 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> | ||||
| * | feat(docs): add React Router docs with Fumadocs | 2026-01-21 | 8 | -0/+192 | |