From 9dc98589ffd7b8c03fb06ff330816bce81d93ae3 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Wed, 1 Jul 2026 23:27:23 +0900 Subject: textlint-guide: 下書き解除、Dev Extension導入手順を追加、技術ガイドに統合 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 4c38017..4593b98 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -149,8 +149,18 @@ export default defineConfig({ }, { label: "ご支援", link: "/support/" }, { - label: "Whisperで文字起こしする方法", - link: "/whisper-to-ai-moji-okoshi/", + label: "技術ガイド", + collapsed: true, + items: [ + { + label: "Whisperで文字起こしする方法", + link: "/whisper-to-ai-moji-okoshi/", + }, + { + label: "textlintではじめる日本語文章校正", + link: "/textlint-guide/", + }, + ], }, { label: "コンタクト", link: "/contact/" }, ], -- cgit v1.3.1