<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/packages/docs/app, branch main</title>
<subtitle>This is a new Minecraft launcher that is currently in development. It is designed to be a modern, fast and efficient launcher. It is written in Rust. Aims to be a Reproducible Minecraft Workspace Manager.</subtitle>
<id>https://git.hydroroll.team/DropOut/atom?h=main</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-03-26T02:22:16Z</updated>
<entry>
<title>fix(mermaid): prevent memory leak on unmount</title>
<updated>2026-03-26T02:22:16Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T02:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=d69e408ece77d011d7097a711636f7edf9b0756c'/>
<id>urn:sha1:d69e408ece77d011d7097a711636f7edf9b0756c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(mermaid): improve svg rendering with DOMParser</title>
<updated>2026-03-26T02:18:46Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T02:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=62d8c7c5c3bc36fbaa1bfba099e3bf04a00c300d'/>
<id>urn:sha1:62d8c7c5c3bc36fbaa1bfba099e3bf04a00c300d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(docs): refactor Mermaid component to render charts asynchronously and improve security</title>
<updated>2026-03-26T02:08:23Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T02:08:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=14832b994f2ad504c70f5e101ddfa96018e657d6'/>
<id>urn:sha1:14832b994f2ad504c70f5e101ddfa96018e657d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(mermaid): update chart dependency in effect</title>
<updated>2026-03-26T02:00:35Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T02:00:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=8f2f72a857083122bce14277089ebccd64312061'/>
<id>urn:sha1:8f2f72a857083122bce14277089ebccd64312061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(docs): refactor Mermaid component and clean up imports in documentation pages</title>
<updated>2026-03-26T01:38:29Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T01:38:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=8035eabb859d8adde4c972592ecf3a37253829cb'/>
<id>urn:sha1:8035eabb859d8adde4c972592ecf3a37253829cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(lint): partial apply docs code lint</title>
<updated>2026-03-26T00:47:13Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-03-26T00:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=f021eabab64490ebf0f39509642a7d86ad858af8'/>
<id>urn:sha1:f021eabab64490ebf0f39509642a7d86ad858af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restructure docs into manual/development and add implementation docs (#94)</title>
<updated>2026-02-27T09:18:25Z</updated>
<author>
<name>Natsuu</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-02-27T09:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=81a62402ef6f8900ff092366121a9b7a4263ba52'/>
<id>urn:sha1:81a62402ef6f8900ff092366121a9b7a4263ba52</id>
<content type='text'>
## 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: 简律纯 &lt;i@jyunko.cn&gt;</content>
</entry>
<entry>
<title>feat(i18n): add multi-language support for docs</title>
<updated>2026-02-03T03:19:09Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-02-03T03:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=b27777b625fb348f35e435276842668e16456967'/>
<id>urn:sha1:b27777b625fb348f35e435276842668e16456967</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: remove emojis from documentation and home page</title>
<updated>2026-01-30T15:07:12Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-01-30T15:07:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=9627912c1f7910f786c555a3a9485f0a8c4211bf'/>
<id>urn:sha1:9627912c1f7910f786c555a3a9485f0a8c4211bf</id>
<content type='text'>
Co-authored-by: HsiangNianian &lt;44714368+HsiangNianian@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>feat(docs): enhance error boundary UI and add 404 page</title>
<updated>2026-01-29T02:15:55Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-01-29T02:15:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=c309904c5ab5394938e92bb139fc0c40d87de055'/>
<id>urn:sha1:c309904c5ab5394938e92bb139fc0c40d87de055</id>
<content type='text'>
</content>
</entry>
</feed>
