We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497fa36 commit 5f8d458Copy full SHA for 5f8d458
README.md
@@ -0,0 +1,26 @@
1
+# AiScript Docs
2
+
3
+## 開発
4
5
+```sh
6
+pnpm i
7
8
+# 開発サーバー
9
+pnpm dev
10
11
+# ビルド
12
+pnpm build
13
+```
14
15
+## プレイグラウンド
16
17
+Markdownに
18
19
+~~~md
20
+```aiscript playground
21
+<: "Hello World!"
22
23
+~~~
24
25
+と書くとプレイグラウンド付きのコードブロックになる
26
docs/ja/index.md
@@ -7,7 +7,6 @@ hero:
text: "ブラウザで動く\nユーザースクリプト用言語"
tagline: ユーザーが作成するプラグインやミニゲームを安全に作動
image:
- src: /aiscript.webp
alt: AiScript
actions:
- theme: brand
docs/public/aiscript.webp
-3.52 KB
0 commit comments