aboutsummaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
authorDania Rifki <atomicnumberphi@gmail.com>2026-02-25 07:57:05 +0700
committerGitHub <noreply@github.com>2026-02-25 07:57:05 +0700
commitdb769a1bd4fba3ccb4161207df800852431f63d5 (patch)
treec6d80118bed13ff90f38f5fc009e38c0ca88cbf2 /doc/docs
parent737bb88d8c22d56d8ccea1bee81439a5bfe11a16 (diff)
downloadyuescript-db769a1bd4fba3ccb4161207df800852431f63d5.tar.gz
yuescript-db769a1bd4fba3ccb4161207df800852431f63d5.tar.bz2
yuescript-db769a1bd4fba3ccb4161207df800852431f63d5.zip
Update tagline in docs (#247)
Diffstat (limited to 'doc/docs')
-rw-r--r--doc/docs/.vitepress/config.mts14
-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, 12 insertions, 12 deletions
diff --git a/doc/docs/.vitepress/config.mts b/doc/docs/.vitepress/config.mts
index 5a04667..1ebc5cc 100644
--- a/doc/docs/.vitepress/config.mts
+++ b/doc/docs/.vitepress/config.mts
@@ -438,7 +438,7 @@ function createSidebar(basePath: string, locale: SidebarLocale) {
438 438
439export default defineConfig({ 439export default defineConfig({
440 title: "YueScript", 440 title: "YueScript",
441 description: "A language that compiles to Lua", 441 description: "A delightful language that compiles to Lua",
442 base: docsBase, 442 base: docsBase,
443 head: [ 443 head: [
444 ["meta", { name: "theme-color", content: "#b4ac8f" }], 444 ["meta", { name: "theme-color", content: "#b4ac8f" }],
@@ -452,7 +452,7 @@ export default defineConfig({
452 "meta", 452 "meta",
453 { 453 {
454 property: "og:description", 454 property: "og:description",
455 content: "A language that compiles to Lua", 455 content: "A delightful language that compiles to Lua",
456 }, 456 },
457 ], 457 ],
458 ["meta", { property: "og:type", content: "website" }], 458 ["meta", { property: "og:type", content: "website" }],
@@ -555,7 +555,7 @@ export default defineConfig({
555 root: { 555 root: {
556 label: "English", 556 label: "English",
557 lang: "en-US", 557 lang: "en-US",
558 description: "A language that compiles to Lua", 558 description: "A delightful language that compiles to Lua",
559 themeConfig: { 559 themeConfig: {
560 nav: [ 560 nav: [
561 { text: "Documentation", link: "/doc/" }, 561 { text: "Documentation", link: "/doc/" },
@@ -568,7 +568,7 @@ export default defineConfig({
568 "id-id": { 568 "id-id": {
569 label: "Bahasa Indonesia", 569 label: "Bahasa Indonesia",
570 lang: "id-ID", 570 lang: "id-ID",
571 description: "Bahasa yang dikompilasi ke Lua", 571 description: "Bahasa menyenangkan yang dikompilasi ke Lua",
572 themeConfig: { 572 themeConfig: {
573 nav: [ 573 nav: [
574 { text: "Dokumentasi", link: "/id-id/doc/" }, 574 { text: "Dokumentasi", link: "/id-id/doc/" },
@@ -581,7 +581,7 @@ export default defineConfig({
581 de: { 581 de: {
582 label: "Deutsch", 582 label: "Deutsch",
583 lang: "de-DE", 583 lang: "de-DE",
584 description: "Eine Sprache, die zu Lua kompiliert", 584 description: "Eine wunderbare Sprache, die zu Lua kompiliert",
585 themeConfig: { 585 themeConfig: {
586 nav: [ 586 nav: [
587 { text: "Dokumentation", link: "/de/doc/" }, 587 { text: "Dokumentation", link: "/de/doc/" },
@@ -594,7 +594,7 @@ export default defineConfig({
594 "pt-br": { 594 "pt-br": {
595 label: "Português (Brasil)", 595 label: "Português (Brasil)",
596 lang: "pt-BR", 596 lang: "pt-BR",
597 description: "Uma linguagem que compila para Lua", 597 description: "Uma linguagem encantadora que compila para Lua",
598 themeConfig: { 598 themeConfig: {
599 nav: [ 599 nav: [
600 { text: "Documentação", link: "/pt-br/doc/" }, 600 { text: "Documentação", link: "/pt-br/doc/" },
@@ -607,7 +607,7 @@ export default defineConfig({
607 zh: { 607 zh: {
608 label: "简体中文", 608 label: "简体中文",
609 lang: "zh-CN", 609 lang: "zh-CN",
610 description: "一门编译 Lua 的语言", 610 description: "一门令人愉悦且可编译 Lua 的语言",
611 themeConfig: { 611 themeConfig: {
612 nav: [ 612 nav: [
613 { text: "文档", link: "/zh/doc/" }, 613 { text: "文档", link: "/zh/doc/" },
diff --git a/doc/docs/de/index.md b/doc/docs/de/index.md
index def69d3..203dd0e 100644
--- a/doc/docs/de/index.md
+++ b/doc/docs/de/index.md
@@ -2,7 +2,7 @@
2layout: home 2layout: home
3hero: 3hero:
4 name: YueScript 4 name: YueScript
5 tagline: Eine Sprache, die zu Lua kompiliert 5 tagline: Eine wunderbare Sprache, die zu Lua kompiliert
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
diff --git a/doc/docs/id-id/index.md b/doc/docs/id-id/index.md
index 6c316ea..95dc22b 100644
--- a/doc/docs/id-id/index.md
+++ b/doc/docs/id-id/index.md
@@ -2,7 +2,7 @@
2layout: home 2layout: home
3hero: 3hero:
4 name: YueScript 4 name: YueScript
5 tagline: Bahasa yang dikompilasi ke Lua 5 tagline: Bahasa menyenangkan yang dikompilasi ke Lua
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
diff --git a/doc/docs/index.md b/doc/docs/index.md
index 485d8a0..c16859e 100644
--- a/doc/docs/index.md
+++ b/doc/docs/index.md
@@ -2,7 +2,7 @@
2layout: home 2layout: home
3hero: 3hero:
4 name: YueScript 4 name: YueScript
5 tagline: A language that compiles to Lua 5 tagline: A delightful language that compiles to Lua
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
diff --git a/doc/docs/pt-br/index.md b/doc/docs/pt-br/index.md
index 614349f..1852b6e 100644
--- a/doc/docs/pt-br/index.md
+++ b/doc/docs/pt-br/index.md
@@ -2,7 +2,7 @@
2layout: home 2layout: home
3hero: 3hero:
4 name: YueScript 4 name: YueScript
5 tagline: Uma linguagem que compila para Lua 5 tagline: Uma linguagem encantadora que compila para Lua
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
diff --git a/doc/docs/zh/index.md b/doc/docs/zh/index.md
index c6274cf..740fe26 100644
--- a/doc/docs/zh/index.md
+++ b/doc/docs/zh/index.md
@@ -2,7 +2,7 @@
2layout: home 2layout: home
3hero: 3hero:
4 name: 月之脚本 4 name: 月之脚本
5 tagline: 一门编译 Lua 的语言 5 tagline: 一门令人愉悦且可编译 Lua 的语言
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: 月之脚本