diff --git a/docs/.vitepress/configs/shared.ts b/docs/.vitepress/configs/shared.ts
index 633dbfa298..c30f4f7434 100644
--- a/docs/.vitepress/configs/shared.ts
+++ b/docs/.vitepress/configs/shared.ts
@@ -112,6 +112,7 @@ const nav: DefaultTheme.NavItem[] = [
text: 'Manga',
items: [
{ text: 'Digital Manga Info', link: '/guides/manga/digim' },
+ { text: 'JXL Readers', link: '/guides/manga/jxl' },
{ text: 'Madokami', link: '/guides/manga/madokami' },
{ text: 'Manga Image Editing', link: '/guides/manga/imagedit' }
]
@@ -252,6 +253,7 @@ const sidebar: DefaultTheme.Sidebar = [
collapsed: true,
items: [
{ text: 'Digital Manga Info', link: '/guides/manga/digim' },
+ { text: 'JXL Readers', link: '/guides/manga/jxl' },
{ text: 'Madokami', link: '/guides/manga/madokami' },
{ text: 'Manga Image Editing', link: '/guides/manga/imagedit' }
]
diff --git a/docs/guides/manga/jxl.md b/docs/guides/manga/jxl.md
new file mode 100644
index 0000000000..510b066a3b
--- /dev/null
+++ b/docs/guides/manga/jxl.md
@@ -0,0 +1,40 @@
+---
+title: JXL Manga Readers
+description: Manga readers with JXL support
+customDescription: Manga readers with JXL support
+outline: [2,3]
+---
+
+
+
+## Readers
+
+### Android
+- [Mihon](https://mihon.app/) [:gh:](https://github.com/mihonapp/mihon)
+ - [Yokai](https://mihon.app/forks/Yokai/) :s: [:gh:](https://github.com/null2264/yokai)
+ - [Komikku](https://github.com/komikku-app/komikku)
+- [Komelia](https://github.com/Snd-R/Komelia)
+
+### iOS
+- [YACReader](https://apps.apple.com/app/id635717885) :s::paid::cs: [:tf:](https://testflight.apple.com/join/5zhB7sRP)
+- [Panels](https://apps.apple.com/us/app/panels-comic-reader/id1236567663) :fm::cs:
+
+### PC
+- [NeeView](https://bitbucket.org/neelabo/neeview/wiki/Home) :win:
+- [YACReader](https://www.yacreader.com/) :win::app::lin: [:gh:](https://github.com/YACReader/yacreader)
+- [XnView MP](https://www.xnview.com/en/xnviewmp/) :win::app::lin::cs:
+- [Bandiview](https://en.bandisoft.com/bandiview/) :win::paid::cs:
+- [Komelia](https://github.com/Snd-R/Komelia) :win::lin:
+- [MComix](https://sourceforge.net/projects/mcomix/files/) :win::lin::warning: Doesn't work when the source is lossy image
+
+
+## Guide
+
+### Neeview
+1. Install [**jxl-winthumb**](https://github.com/saschanaz/jxl-winthumb).
+2. Open Neeview -> Option -> Settings -> File Types.
+3. Click **Add** in Image file extensions and add `.jxl`. Done.
+
+### YACReader
+1. Download `plugin_for_qt6_x_x.zip` from [**here**](https://github.com/novomesk/qt-jpegxl-image-plugin) & unzip it. `qjpegxl6.dll` will be inside it.
+2. Go to `C:\Program Files\YACReader\imageformats\` and put `qjpegxl6.dll` there. Done.
\ No newline at end of file