Skip to content

Commit 7595b2e

Browse files
Merge branch 'playground'
2 parents 591c438 + 5f8d458 commit 7595b2e

File tree

11 files changed

+609
-147
lines changed

11 files changed

+609
-147
lines changed
File renamed without changes.

.vitepress/config/ja.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineConfig, type DefaultTheme } from 'vitepress';
33
const nav: DefaultTheme.NavItem[] = [
44
{ text: 'ガイド', link: '/ja/guides/get-started' },
55
{ text: 'リファレンス', link: '/ja/references/syntax' },
6+
{ text: 'AiScriptを試す', link: '/ja/playground' },
67
];
78

89
const guideNav: DefaultTheme.SidebarItem[] = [

0 commit comments

Comments
 (0)