Skip to content

Commit

Permalink
[no-issue] feat: seo 향상 위한 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
luciancah committed Jul 24, 2024
1 parent 5951b93 commit a2a5289
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/한국어-번역-기여.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ assignees: ''
- [ ] 문서 내용 수정
- [ ] 오타 수정
- [ ] 문서 웹페이지 기능 수정
- [ ] 기타 기능 개선 및 수정

**문서 경로**
`e.g. /docs/getting-started/installation`
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ closes

**기여 내용**

- [ ] 새로운 문서 번역
- [ ] 문서 내용 수정
- [ ] 오타 수정
- [ ] 문서 웹페이지 기능 수정
- [ ] 기타 기능 개선 및 수정

**문서 경로**
`e.g. /docs/getting-started/installation`
9 changes: 6 additions & 3 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# 기여 안내서

해당 문서를 확인하기 전에 [Next.js 프레임워크 Docs 기여 가이드](/docs/community/contribution-guide)를 먼저 확인해 주세요.

## 한국어 문서 번역 기여 안내서

### 기여 가능 항목

Next.js 한국어 번역 프로젝트에 참여해 주셔서 감사합니다. 다음은 기여 가능한 항목입니다.

**현재 진행중인 목록은 [Issue](https://github.com/luciancah/nextjs-ko/issues)를 확인해 주세요.**

1. 새로운 문서 번역
2. 기 번역된 문서의 오타, 컨벤션 수정 (아래 가이드에 따름)
3. nextra 테마 개선 및 기능 추가
Expand Down Expand Up @@ -33,7 +35,7 @@ Next.js 한국어 번역 프로젝트에 참여해 주셔서 감사합니다.
1. [해당 레포지토리](https://github.com/luciancah/nextjs-ko)를 포크합니다.
2. 포크한 레포지토리를 로컬에 클론합니다.
3. `pnpm install` 명령어를 통해 의존성을 설치합니다.
4. `npm run dev` 명령어를 통해 로컬에서 확인합니다.
4. `pnpm run dev` 명령어를 통해 로컬에서 확인합니다.
5. 문서에서 오류를 확인하셨다면 수정하고 커밋합니다.

- 새롭게 번역이 필요한 문서는 [Issue](https://github.com/luciancah/nextjs-ko/issues)를 통해 등록됩니다.
Expand All @@ -43,6 +45,7 @@ Next.js 한국어 번역 프로젝트에 참여해 주셔서 감사합니다.
#### PR 제출 방법

- 커밋 전 husky를 통해 prettier 포맷팅과 lint-staged를 실행합니다.
- 자동 실행이 불가능하다면 pnpm run format:fix를 실행합니다.
- 커밋 메시지의 컨벤션은 다음과 같습니다:

```bash
Expand Down
5 changes: 3 additions & 2 deletions pages/contribution.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 기여 안내서

해당 문서가 아닌 Next.js 프레임워크 기여 가이드를 확인하시려면 [이곳](/docs/community/contribution-guide) 확인해 주세요.
해당 문서를 확인하기 전에 [Next.js 프레임워크 Docs 기여 가이드](/docs/community/contribution-guide)를 먼저 확인해 주세요.

## 한국어 문서 번역 기여 안내서

Expand Down Expand Up @@ -35,7 +35,7 @@ Next.js 한국어 번역 프로젝트에 참여해 주셔서 감사합니다.
1. [해당 레포지토리](https://github.com/luciancah/nextjs-ko)를 포크합니다.
2. 포크한 레포지토리를 로컬에 클론합니다.
3. `pnpm install` 명령어를 통해 의존성을 설치합니다.
4. `npm run dev` 명령어를 통해 로컬에서 확인합니다.
4. `pnpm run dev` 명령어를 통해 로컬에서 확인합니다.
5. 문서에서 오류를 확인하셨다면 수정하고 커밋합니다.

- 새롭게 번역이 필요한 문서는 [Issue](https://github.com/luciancah/nextjs-ko/issues)를 통해 등록됩니다.
Expand All @@ -45,6 +45,7 @@ Next.js 한국어 번역 프로젝트에 참여해 주셔서 감사합니다.
#### PR 제출 방법

- 커밋 전 husky를 통해 prettier 포맷팅과 lint-staged를 실행합니다.
- 자동 실행이 불가능하다면 pnpm run format:fix를 실행합니다.
- 커밋 메시지의 컨벤션은 다음과 같습니다:

```bash
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions public/navercafddb171aea35d9a03231736b7efffd.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
naver-site-verification: navercafddb171aea35d9a03231736b7efffd.html
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:
15 changes: 14 additions & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ import Image from 'components/externalImage'

const config: DocsThemeConfig = {
logo: <span>Nextjs 한국어 번역</span>,
head: (
<>
<link rel="icon" href="/favicon.ico" />
<meta
name="google-site-verification"
content="iK4L0Q5k7Z7rJf9UzZz8bHJUz2w1J5WgWwY1v0QsV3I"
/>
<meta
name="naver-site-verification"
content="5c8d3e1d2f9b4d2c4c2c8e5c8d3e1d2f9b4d2c4c2c8e5c8d3e1d2f9b4d2c4c2c8e5c8d3e1d2f9b4d2c4c2c8e5"
/>
</>
),
project: {
link: 'https://github.com/luciancah/nextjs-ko',
},
Expand Down Expand Up @@ -44,7 +57,7 @@ const config: DocsThemeConfig = {
},
darkMode: true,
footer: {
text: 'Using Nextra Docs Template',
text: 'Nextjs 한국어 번역 | Using Nextra Docs Template',
},
}

Expand Down

0 comments on commit a2a5289

Please sign in to comment.