configKo.tsโข3.08 kB
import { type DefaultTheme, defineConfig } from 'vitepress';
export const configKo = defineConfig({
lang: 'ko',
description: '์ฝ๋๋ฒ ์ด์ค๋ฅผ AI ์นํ์ ์ธ ํ์์ผ๋ก ํจํค์ง',
themeConfig: {
nav: [
{ text: '๊ฐ์ด๋', link: '/ko/guide/', activeMatch: '^/ko/guide/' },
{
text: 'Chrome ํ์ฅ ํ๋ก๊ทธ๋จ',
link: 'https://chromewebstore.google.com/detail/repomix/fimfamikepjgchehkohedilpdigcpkoa',
},
{ text: 'Discord ์ฐธ์ฌ', link: 'https://discord.gg/wNYzTwZFku' },
],
sidebar: {
'/ko/guide/': [
{
text: '์๊ฐ',
items: [
{ text: '์์ํ๊ธฐ', link: '/ko/guide/' },
{ text: '์ค์น', link: '/ko/guide/installation' },
{ text: '๊ธฐ๋ณธ ์ฌ์ฉ๋ฒ', link: '/ko/guide/usage' },
{ text: 'ํ๋กฌํํธ ์์ ', link: '/ko/guide/prompt-examples' },
{ text: '์ฌ์ฉ ์ฌ๋ก', link: '/ko/guide/use-cases' },
],
},
{
text: '๊ฐ์ด๋',
items: [
{ text: '์ถ๋ ฅ ํ์', link: '/ko/guide/output' },
{ text: '๋ช
๋ น์ค ์ต์
', link: '/ko/guide/command-line-options' },
{ text: '์ค์ ', link: '/ko/guide/configuration' },
{ text: '์ฌ์ฉ์ ์ ์ ์ง์นจ', link: '/ko/guide/custom-instructions' },
{ text: 'GitHub ์ ์ฅ์ ์ฒ๋ฆฌ', link: '/ko/guide/remote-repository-processing' },
{ text: '์ฃผ์ ์ ๊ฑฐ', link: '/ko/guide/comment-removal' },
{ text: '์ฝ๋ ์์ถ', link: '/ko/guide/code-compress' },
{ text: '๋ณด์', link: '/ko/guide/security' },
],
},
{
text: '๊ณ ๊ธ',
items: [
{ text: 'MCP ์๋ฒ', link: '/ko/guide/mcp-server' },
{ text: 'Claude Code ํ๋ฌ๊ทธ์ธ', link: '/ko/guide/claude-code-plugins' },
{ text: 'GitHub Actions', link: '/ko/guide/github-actions' },
{ text: 'Repomix๋ฅผ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ก ์ฌ์ฉํ๊ธฐ', link: '/ko/guide/development/using-repomix-as-a-library' },
{ text: 'AI ์ง์ ๊ฐ๋ฐ ํ', link: '/ko/guide/tips/best-practices' },
],
},
{
text: '์ปค๋ฎค๋ํฐ',
items: [
{ text: '์ปค๋ฎค๋ํฐ ํ๋ก์ ํธ', link: '/ko/guide/community-projects' },
{ text: 'Repomix์ ๊ธฐ์ฌํ๊ธฐ', link: '/ko/guide/development/' },
{ text: 'ํ์์', link: '/ko/guide/sponsors' },
],
},
],
},
},
});
export const configKoSearch: DefaultTheme.LocalSearchOptions['locales'] = {
ko: {
translations: {
button: {
buttonText: '๊ฒ์',
buttonAriaLabel: '๊ฒ์',
},
modal: {
noResultsText: '๊ฒ์ ๊ฒฐ๊ณผ๊ฐ ์์ต๋๋ค',
resetButtonTitle: '๊ฒ์ ์ด๊ธฐํ',
backButtonTitle: '๋ค๋ก',
displayDetails: '์์ธ ์ ๋ณด ํ์',
footer: {
selectText: '์ ํ',
navigateText: '์ด๋',
closeText: '๋ซ๊ธฐ',
},
},
},
},
};