Skip to content

Commit 715658e

Browse files
committed
disable flathub guide until we have a dedicated linux maintainer/codeowner
closes tauri-apps/tauri#14116
1 parent c146b6f commit 715658e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/content/docs/distribute/flatpak.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Flathub
33
sidebar:
44
order: 1
55
i18nReady: true
6+
draft: true
67
---
78

89
import { Tabs, TabItem, Card } from '@astrojs/starlight/components';

src/content/docs/distribute/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ For Linux you can distribute your app using the Debian package, Snap, AppImage,
141141
href="/distribute/debian/"
142142
description="Distribute as a Debian package"
143143
/>
144-
<LinkCard
144+
{/* <LinkCard
145145
title="Flathub"
146146
href="/distribute/flatpak/"
147147
description="Distribute as a Flatpak"
148-
/>
148+
/> */}
149149
<LinkCard
150150
title="RPM"
151151
href="/distribute/rpm/"

src/content/docs/ja/distribute/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ Linux の場合、Debian パッケージ、Snap、AppImage、Flatpak、RPM、ま
138138
href="/ja/distribute/debian/"
139139
description="Debian パッケージとして配布する"
140140
/>
141-
<LinkCard
141+
{/* <LinkCard
142142
title="Flathub"
143143
href="/ja/distribute/flatpak/"
144144
description="Flatpak として配布する"
145-
/>
145+
/> */}
146146
<LinkCard
147147
title="RPM"
148148
href="/ja/distribute/rpm/"

0 commit comments

Comments
 (0)