Skip to content

Commit

Permalink
chore: redirect urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Oct 2, 2024
1 parent 452711e commit defcbce
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blog/2022-11-14-meetup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authorTitle: organizer
authorURL: https://github.com/hyochan
authorImageURL: https://avatars1.githubusercontent.com/u/27461460?s=460&u=b5860875e26d33fd70fd210f4ea74f81cdf9d99b&v=4
authorTwitter: dooboolab
tags: [meetup, announcement, october, dooboolab]
tags: [meetup, announcement, october]
---

import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner";
Expand Down
2 changes: 1 addition & 1 deletion docs/react-native/development-environment/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Finally, we'll proceed with the installation of [React Native](https://reactnati
<iframe width="560" height="315" src="https://www.youtube.com/embed/ThByD_7_2v4?start=677" title="React Native and Expo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

To enrich and quickly start the React Native project, we'll use [dooboo-cli](https://medium.com/crossplatformkorea/%EC%83%88%EB%A1%9C%EC%9A%B4-dooboo-cli-5c60e17a87e0) managed by [DoobooLab](https://dooboolab.com).
To enrich and quickly start the React Native project, we'll use [dooboo-cli](https://medium.com/crossplatformkorea/%EC%83%88%EB%A1%9C%EC%9A%B4-dooboo-cli-5c60e17a87e0).
Open the terminal and enter the following command:

```sh
Expand Down
12 changes: 10 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ module.exports = {
to: "/docs/current/introduction",
from: "/docs/introduction",
},
{
to: "https://app.crossplatformkorea.com/privacyandpolicy",
from: "/privacyandpolicy",
},
{
to: "https://app.crossplatformkorea.com/termsofservice",
from: "/termsofservice",
}
],
},
],
Expand Down Expand Up @@ -133,11 +141,11 @@ module.exports = {
},
{
label: "Privacy and Policy",
href: "https://app.crossplatformkorea.com/privacyandpolicy",
href: "https://crossplatformkorea.com/privacyandpolicy",
},
{
label: "Terms of Service",
href: "https://app.crossplatformkorea.com/termsofservice",
href: "https://crossplatformkorea.com/termsofservice",
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authorTitle: 운영자
authorURL: https://github.com/hyochan
authorImageURL: https://avatars1.githubusercontent.com/u/27461460?s=460&u=b5860875e26d33fd70fd210f4ea74f81cdf9d99b&v=4
authorTwitter: dooboolab
tags: [밋업, 공지, 11월, 두부랩]
tags: [밋업, 공지, 11월]
---

import AdFitMobileBanner from "@site/src/uis/AdFitMobileBanner";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ brew install --cask visual-studio-code
<iframe width="560" height="315" src="https://www.youtube.com/embed/GXlIzNcNSlE?start=406" title="리엑트 네이티브와 엑스포" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

리엑트 네이티브 프로젝트를 풍요롭게 그리고 빠르게 시작하기 위해 [두부랩](https://dooboolab.com)에서 관리하는 [dooboo-cli](https://medium.com/crossplatformkorea/%EC%83%88%EB%A1%9C%EC%9A%B4-dooboo-cli-5c60e17a87e0)를 사용합니다.
리엑트 네이티브 프로젝트를 풍요롭게 그리고 빠르게 시작하기 위해 [dooboo-cli](https://medium.com/crossplatformkorea/%EC%83%88%EB%A1%9C%EC%9A%B4-dooboo-cli-5c60e17a87e0)를 사용합니다.

터미널을 열고 아래 명령어를 입력해줍니다.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ winget install Google.AndroidStudio.Canary
<iframe width="560" height="315" src="https://www.youtube.com/embed/xX-QMJ6VFno?start=677" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

리엑트 네이티브 프로젝트를 풍요롭게 그리고 빠르게 시작하기 위해 [두부랩](https://dooboolab.com)에서 관리하는 [dooboo-cli](https://medium.com/crossplatformkorea/%EC%83%88%EB%A1%9C%EC%9A%B4-dooboo-cli-5c60e17a87e0)를 사용합니다.
리엑트 네이티브 프로젝트를 풍요롭게 그리고 빠르게 시작하기 위해 [dooboo-cli](https://medium.com/crossplatformkorea/%EC%83%88%EB%A1%9C%EC%9A%B4-dooboo-cli-5c60e17a87e0)를 사용합니다.

터미널을 열고 아래 명령어를 입력해줍니다.
```sh
Expand Down

0 comments on commit defcbce

Please sign in to comment.