Skip to content

Commit 5f9a6b1

Browse files
committed
번역중 마크 추가
1 parent 7b41586 commit 5f9a6b1

File tree

10 files changed

+23
-3
lines changed

10 files changed

+23
-3
lines changed

ko-KR/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const nav = [
1414
{ text: '튜토리얼', link: '/tutorial/' },
1515
{ text: '예제', link: '/examples/' },
1616
{ text: '시작하기', link: '/guide/quick-start' },
17-
// { text: 'Style Guide', link: '/style-guide/' },
17+
{ text: 'Style Guide', link: '/style-guide/' },
1818
{
1919
text: 'Vue 2 문서',
2020
link: 'https://kr.vuejs.org'

ko-KR/src/about/coc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
2+
:::
13
# Code Of Conduct
24

35
## Our Pledge

ko-KR/src/about/community-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
outline: deep
33
---
4-
4+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
5+
:::
56
# Community Guide
67

78
Vue's community is growing incredibly fast and if you're reading this, there's a good chance you're ready to join it. So... welcome!

ko-KR/src/about/faq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
2+
:::
13
# Frequently Asked Questions
24

35
## Who maintains Vue?

ko-KR/src/about/releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ onMounted(async () => {
1414
</script>
1515

1616
# Releases
17+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
18+
:::
1719

1820
<p v-if="version">
1921
The current latest stable version of Vue is <strong>{{ version }}</strong>.

ko-KR/src/style-guide/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
outline: deep
33
---
4-
4+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
5+
:::
56
# Style Guide
67

78
:::warning Status Notice

ko-KR/src/style-guide/rules-essential.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
2+
:::
3+
14
# Priority A Rules: Essential
25
# 우선순쉬 A 등급 규칙: 필수
36

ko-KR/src/style-guide/rules-recommended.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
2+
:::
3+
14
# Priority C Rules: Recommended
25

36
Where multiple, equally good options exist, an arbitrary choice can be made to ensure consistency. In these rules, we describe each acceptable option and suggest a default choice. That means you can feel free to make a different choice in your own codebase, as long as you're consistent and have a good reason. Please do have a good reason though! By adapting to the community standard, you will:

ko-KR/src/style-guide/rules-strongly-recommended.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
2+
:::
3+
14
# Priority B Rules: Strongly Recommended
25

36
These rules have been found to improve readability and/or developer experience in most projects. Your code will still run if you violate them, but violations should be rare and well-justified.

ko-KR/src/style-guide/rules-use-with-caution.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::warning 현재 이 문서는 번역 작업이 진행중입니다
2+
:::
3+
14
# Priority D Rules: Use with Caution
25

36
Some features of Vue exist to accommodate rare edge cases or smoother migrations from a legacy code base. When overused however, they can make your code more difficult to maintain or even become a source of bugs. These rules shine a light on potentially risky features, describing when and why they should be avoided.

0 commit comments

Comments
 (0)