From 743e5bef9b7e66c3d11d8f5a9b80fe7d44b3ac29 Mon Sep 17 00:00:00 2001
From: Junseong Park <39112954+jsparkdev@users.noreply.github.com>
Date: Sat, 19 Apr 2025 16:24:44 +0900
Subject: [PATCH 1/2] docs(contributing): update Korean and English documents
---
src/docs/en/contributing.md | 8 ++++----
src/docs/ko/contributing.md | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/docs/en/contributing.md b/src/docs/en/contributing.md
index 8d3f01d3..ec13e168 100644
--- a/src/docs/en/contributing.md
+++ b/src/docs/en/contributing.md
@@ -66,7 +66,7 @@ JSDoc comments must include `@description` and `@example`, and if there are para
This JSDoc will be converted into the following documentation.
-
+
+
+
+
+
+
Date: Thu, 24 Apr 2025 16:34:02 +0900
Subject: [PATCH 2/2] update custom codeblock style
---
.vitepress/theme/style.css | 10 ++++++++++
src/docs/en/contributing.md | 6 +++---
src/docs/ko/contributing.md | 6 +++---
3 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css
index d04e1cb9..2da8a76f 100644
--- a/.vitepress/theme/style.css
+++ b/.vitepress/theme/style.css
@@ -211,3 +211,13 @@
font-size: 14px;
color: var(--vp-color-secondary);
}
+
+div.codeblock {
+ padding: 20px 24px;
+ border-radius: 8px;
+ background-color: white;
+}
+
+html.dark div.codeblock {
+ background-color: var(--vp-c-bg-alt);
+}
diff --git a/src/docs/en/contributing.md b/src/docs/en/contributing.md
index ec13e168..a9de1793 100644
--- a/src/docs/en/contributing.md
+++ b/src/docs/en/contributing.md
@@ -66,7 +66,7 @@ JSDoc comments must include `@description` and `@example`, and if there are para
This JSDoc will be converted into the following documentation.
-