We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ed238 commit 01b0f05Copy full SHA for 01b0f05
docs/.vitepress/ko.mts
@@ -1,11 +1,11 @@
1
import { type DefaultTheme, defineConfig } from "vitepress";
2
-import { sortByText } from "./libs/sortByText.mts";
3
import koReferenceManifest from "../ko/reference/manifest.json";
4
import { offCollapsed } from "./libs/offCollapsed.mts";
+import { sortByText } from "./libs/sortByText.mts";
5
6
export const ko = defineConfig({
7
lang: "ko",
8
- description: "주석만으로 문서를 작성하는 문서 자동화 도구",
+ description: "JSDoc 기반 라이브러리 문서 자동화 도구",
9
10
themeConfig: {
11
nav: nav(),
0 commit comments