diff --git a/src/content/docs/jp/index.mdx b/src/content/docs/jp/index.mdx new file mode 100644 index 0000000000..6045f4ec0c --- /dev/null +++ b/src/content/docs/jp/index.mdx @@ -0,0 +1,63 @@ +--- +title: Tauri 2.0 +description: クロスプラットフォームアプリケーションのためのツールキット +i18nReady: true +editUrl: false +lastUpdated: false +template: splash +tableOfContents: false +prev: false +next: false +hero: + tagline: 小さく、速く、安全なクロスプラットフォームアプリケーションを構築する + image: + file: ../../../assets/logo-outline.svg + actions: + - text: はじめに + link: /ja/start/ + icon: right-arrow + variant: primary + - text: Tauri 1.0 ドキュメント (en) + link: https://v1.tauri.app + icon: external + variant: minimal +--- + +import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components'; +import Cta from '@fragments/cta.mdx'; + +