mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
disable flathub guide until we have a dedicated linux maintainer/codeowner
closes https://github.com/tauri-apps/tauri/issues/14116
This commit is contained in:
@@ -3,6 +3,7 @@ title: Flathub
|
||||
sidebar:
|
||||
order: 1
|
||||
i18nReady: true
|
||||
draft: true
|
||||
---
|
||||
|
||||
import { Tabs, TabItem, Card } from '@astrojs/starlight/components';
|
||||
|
||||
@@ -141,11 +141,11 @@ For Linux you can distribute your app using the Debian package, Snap, AppImage,
|
||||
href="/distribute/debian/"
|
||||
description="Distribute as a Debian package"
|
||||
/>
|
||||
<LinkCard
|
||||
{/* <LinkCard
|
||||
title="Flathub"
|
||||
href="/distribute/flatpak/"
|
||||
description="Distribute as a Flatpak"
|
||||
/>
|
||||
/> */}
|
||||
<LinkCard
|
||||
title="RPM"
|
||||
href="/distribute/rpm/"
|
||||
|
||||
@@ -138,11 +138,11 @@ Linux の場合、Debian パッケージ、Snap、AppImage、Flatpak、RPM、ま
|
||||
href="/ja/distribute/debian/"
|
||||
description="Debian パッケージとして配布する"
|
||||
/>
|
||||
<LinkCard
|
||||
{/* <LinkCard
|
||||
title="Flathub"
|
||||
href="/ja/distribute/flatpak/"
|
||||
description="Flatpak として配布する"
|
||||
/>
|
||||
/> */}
|
||||
<LinkCard
|
||||
title="RPM"
|
||||
href="/ja/distribute/rpm/"
|
||||
|
||||
Reference in New Issue
Block a user