From c0cf60fcaaf0d9872b00ff668b8f139632f8322d Mon Sep 17 00:00:00 2001 From: Dania Rifki Date: Mon, 23 Feb 2026 16:09:24 +0800 Subject: FIx slug (stale branch issue) --- doc/docs/.vitepress/theme/index.ts | 15 ++++++++++++--- doc/docs/de/index.md | 2 +- doc/docs/id-id/index.md | 2 +- doc/docs/index.md | 2 +- doc/docs/pt-br/index.md | 2 +- doc/docs/zh/index.md | 2 +- 6 files changed, 17 insertions(+), 8 deletions(-) (limited to 'doc/docs') 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 = { { href: withBase(fm.hero.image.link), class: "image-src", - style: "display: flex; justify-content: center; align-items: center;", + style: + "display: flex; justify-content: center; align-items: center;", }, - [img] + [img], ); } - return h("div", { class: "image-src", style: "display: flex; justify-content: center; align-items: center;" }, [img]); + return h( + "div", + { + class: "image-src", + style: + "display: flex; justify-content: center; align-items: center;", + }, + [img], + ); } return null; }, 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: image: src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png alt: YueScript - link: /de/doc/reference/mascot + link: /de/doc/extras/mascot actions: - theme: brand 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: image: src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png alt: YueScript - link: /id-id/doc/reference/mascot + link: /id-id/doc/extras/mascot actions: - theme: brand 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: image: src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png alt: YueScript - link: /doc/reference/mascot + link: /doc/extras/mascot actions: - theme: brand 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: image: src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png alt: YueScript - link: /pt-br/doc/reference/mascot + link: /pt-br/doc/extras/mascot actions: - theme: brand 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: image: src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png alt: 月之脚本 - link: /zh/doc/reference/mascot + link: /zh/doc/extras/mascot actions: - theme: brand text: 快速上手 → -- cgit v1.2.3-55-g6feb