Skip to content

Commit

Permalink
docs: update docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 2, 2024
1 parent 11313cd commit 21d8d83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
sidebar_position: 1
---

# 시작하기
# 리액트 네이티브 카카오 시작하기

## 시작하기
## React Native Kakao

<img alt={'logo'} src={require('../static/img/logo.png').default} width={256} />

[React Native Kakao](https://github.com/mym0404/react-native-kakao)는 React Native용 카카오 SDK들 모노레포로 일관성있게 관리합니다.
[React Native Kakao](https://github.com/mym0404/react-native-kakao)는 React Native용 카카오 SDK들을 모노레포로 일관성있게 관리합니다.

## Highlights

Expand All @@ -30,7 +30,7 @@ sidebar_position: 1

## API와 문서가 관리되는 법

:::info
:::tip
이 문서는 카카오 SDK의 기본 설정법이나 API에 관련된 자세한 모든 것들이 정리되어 있지 않습니다.
필요한 기능에 대해 카카오 SDK의 공식 문서를 참고하는것을 추천드립니다.

Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const config: Config = {
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: '시작하기',
label: 'Documentation',
},
{
href: repoUrl,
Expand All @@ -97,7 +97,7 @@ const config: Config = {
title: 'Documentation',
items: [
{
label: '시작하기',
label: 'Documentation',
to: '/docs/intro',
},
],
Expand Down

0 comments on commit 21d8d83

Please sign in to comment.