diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 23:27:23 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 23:27:23 +0900 |
| commit | 9dc98589ffd7b8c03fb06ff330816bce81d93ae3 (patch) | |
| tree | 851dda07bec97e84ef0862f8a38ea6bd1cfe6d57 /astro.config.mjs | |
| parent | 9d661591690871c6d6668af30cf7d9bd47a85c88 (diff) | |
textlint-guide: 下書き解除、Dev Extension導入手順を追加、技術ガイドに統合
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 14 |
1 files changed, 12 insertions, 2 deletions
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/" }, ], |
