aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDania Rifki <atomicnumberphi@gmail.com>2026-02-23 16:09:24 +0800
committerLi Jin <dragon-fly@qq.com>2026-02-23 17:33:33 +0800
commitc0cf60fcaaf0d9872b00ff668b8f139632f8322d (patch)
tree7c1c7789911b0a8a96dc739bb388c6a131ac5604 /doc
parent3cc069b21716445f49dcaaba130f122b1c4fe133 (diff)
downloadyuescript-c0cf60fcaaf0d9872b00ff668b8f139632f8322d.tar.gz
yuescript-c0cf60fcaaf0d9872b00ff668b8f139632f8322d.tar.bz2
yuescript-c0cf60fcaaf0d9872b00ff668b8f139632f8322d.zip
FIx slug (stale branch issue)
Diffstat (limited to 'doc')
-rw-r--r--doc/docs/.vitepress/theme/index.ts15
-rw-r--r--doc/docs/de/index.md2
-rw-r--r--doc/docs/id-id/index.md2
-rw-r--r--doc/docs/index.md2
-rw-r--r--doc/docs/pt-br/index.md2
-rw-r--r--doc/docs/zh/index.md2
6 files changed, 17 insertions, 8 deletions
diff --git a/doc/docs/.vitepress/theme/index.ts b/doc/docs/.vitepress/theme/index.ts
index 403b783..5815f4f 100644
--- a/doc/docs/.vitepress/theme/index.ts
+++ b/doc/docs/.vitepress/theme/index.ts
@@ -36,13 +36,22 @@ const theme: Theme = {
36 { 36 {
37 href: withBase(fm.hero.image.link), 37 href: withBase(fm.hero.image.link),
38 class: "image-src", 38 class: "image-src",
39 style: "display: flex; justify-content: center; align-items: center;", 39 style:
40 "display: flex; justify-content: center; align-items: center;",
40 }, 41 },
41 [img] 42 [img],
42 ); 43 );
43 } 44 }
44 45
45 return h("div", { class: "image-src", style: "display: flex; justify-content: center; align-items: center;" }, [img]); 46 return h(
47 "div",
48 {
49 class: "image-src",
50 style:
51 "display: flex; justify-content: center; align-items: center;",
52 },
53 [img],
54 );
46 } 55 }
47 return null; 56 return null;
48 }, 57 },
diff --git a/doc/docs/de/index.md b/doc/docs/de/index.md
index bab0a91..def69d3 100644
--- a/doc/docs/de/index.md
+++ b/doc/docs/de/index.md
@@ -6,7 +6,7 @@ hero:
6 image: 6 image:
7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png 7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
8 alt: YueScript 8 alt: YueScript
9 link: /de/doc/reference/mascot 9 link: /de/doc/extras/mascot
10 actions: 10 actions:
11 - theme: brand 11 - theme: brand
12 text: Schnellstart → 12 text: Schnellstart →
diff --git a/doc/docs/id-id/index.md b/doc/docs/id-id/index.md
index 5e1b31b..6c316ea 100644
--- a/doc/docs/id-id/index.md
+++ b/doc/docs/id-id/index.md
@@ -6,7 +6,7 @@ hero:
6 image: 6 image:
7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png 7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
8 alt: YueScript 8 alt: YueScript
9 link: /id-id/doc/reference/mascot 9 link: /id-id/doc/extras/mascot
10 actions: 10 actions:
11 - theme: brand 11 - theme: brand
12 text: Mulai Cepat → 12 text: Mulai Cepat →
diff --git a/doc/docs/index.md b/doc/docs/index.md
index e6b5cfe..485d8a0 100644
--- a/doc/docs/index.md
+++ b/doc/docs/index.md
@@ -6,7 +6,7 @@ hero:
6 image: 6 image:
7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png 7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
8 alt: YueScript 8 alt: YueScript
9 link: /doc/reference/mascot 9 link: /doc/extras/mascot
10 actions: 10 actions:
11 - theme: brand 11 - theme: brand
12 text: Quick Start → 12 text: Quick Start →
diff --git a/doc/docs/pt-br/index.md b/doc/docs/pt-br/index.md
index 3a94715..614349f 100644
--- a/doc/docs/pt-br/index.md
+++ b/doc/docs/pt-br/index.md
@@ -6,7 +6,7 @@ hero:
6 image: 6 image:
7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png 7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
8 alt: YueScript 8 alt: YueScript
9 link: /pt-br/doc/reference/mascot 9 link: /pt-br/doc/extras/mascot
10 actions: 10 actions:
11 - theme: brand 11 - theme: brand
12 text: Início rápido → 12 text: Início rápido →
diff --git a/doc/docs/zh/index.md b/doc/docs/zh/index.md
index 75f0eff..c6274cf 100644
--- a/doc/docs/zh/index.md
+++ b/doc/docs/zh/index.md
@@ -6,7 +6,7 @@ hero:
6 image: 6 image:
7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png 7 src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
8 alt: 月之脚本 8 alt: 月之脚本
9 link: /zh/doc/reference/mascot 9 link: /zh/doc/extras/mascot
10 actions: 10 actions:
11 - theme: brand 11 - theme: brand
12 text: 快速上手 → 12 text: 快速上手 →