Skip to content

Commit 01b0f05

Browse files
committed
docs: update OG description
1 parent 15ed238 commit 01b0f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/ko.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { type DefaultTheme, defineConfig } from "vitepress";
2-
import { sortByText } from "./libs/sortByText.mts";
32
import koReferenceManifest from "../ko/reference/manifest.json";
43
import { offCollapsed } from "./libs/offCollapsed.mts";
4+
import { sortByText } from "./libs/sortByText.mts";
55

66
export const ko = defineConfig({
77
lang: "ko",
8-
description: "주석만으로 문서를 작성하는 문서 자동화 도구",
8+
description: "JSDoc 기반 라이브러리 문서 자동화 도구",
99

1010
themeConfig: {
1111
nav: nav(),

0 commit comments

Comments
 (0)