Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.10.x/api-pages/index.html b/docs/ko/1.10.x/api-pages/index.html index c2cd579e92..d6941d3aea 100644 --- a/docs/ko/1.10.x/api-pages/index.html +++ b/docs/ko/1.10.x/api-pages/index.html @@ -1,4 +1,4 @@ -Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.10.x/commands.html b/docs/ko/1.10.x/commands.html index d722ec8b70..88970499f2 100644 --- a/docs/ko/1.10.x/commands.html +++ b/docs/ko/1.10.x/commands.html @@ -1,4 +1,4 @@ -CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.10.x/commands/index.html b/docs/ko/1.10.x/commands/index.html
index d722ec8b70..88970499f2 100644
--- a/docs/ko/1.10.x/commands/index.html
+++ b/docs/ko/1.10.x/commands/index.html
@@ -1,4 +1,4 @@
-
CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.11.x/api-pages.html b/docs/ko/1.11.x/api-pages.html
index cfb6fbf940..9d320d1ad7 100644
--- a/docs/ko/1.11.x/api-pages.html
+++ b/docs/ko/1.11.x/api-pages.html
@@ -1,4 +1,4 @@
-
Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.11.x/api-pages/index.html b/docs/ko/1.11.x/api-pages/index.html index cfb6fbf940..9d320d1ad7 100644 --- a/docs/ko/1.11.x/api-pages/index.html +++ b/docs/ko/1.11.x/api-pages/index.html @@ -1,4 +1,4 @@ -Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.11.x/commands.html b/docs/ko/1.11.x/commands.html index 26d475f1e7..251e3cbc91 100644 --- a/docs/ko/1.11.x/commands.html +++ b/docs/ko/1.11.x/commands.html @@ -1,4 +1,4 @@ -CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.11.x/commands/index.html b/docs/ko/1.11.x/commands/index.html
index 26d475f1e7..251e3cbc91 100644
--- a/docs/ko/1.11.x/commands/index.html
+++ b/docs/ko/1.11.x/commands/index.html
@@ -1,4 +1,4 @@
-
CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.12.0/api-pages.html b/docs/ko/1.12.0/api-pages.html
index 2d068c9ee9..9b0eb34cd2 100644
--- a/docs/ko/1.12.0/api-pages.html
+++ b/docs/ko/1.12.0/api-pages.html
@@ -1,4 +1,4 @@
-
Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.12.0/api-pages/index.html b/docs/ko/1.12.0/api-pages/index.html index 2d068c9ee9..9b0eb34cd2 100644 --- a/docs/ko/1.12.0/api-pages/index.html +++ b/docs/ko/1.12.0/api-pages/index.html @@ -1,4 +1,4 @@ -Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.12.0/commands.html b/docs/ko/1.12.0/commands.html index acd2856966..01baa88f4a 100644 --- a/docs/ko/1.12.0/commands.html +++ b/docs/ko/1.12.0/commands.html @@ -1,4 +1,4 @@ -CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.12.0/commands/index.html b/docs/ko/1.12.0/commands/index.html
index acd2856966..01baa88f4a 100644
--- a/docs/ko/1.12.0/commands/index.html
+++ b/docs/ko/1.12.0/commands/index.html
@@ -1,4 +1,4 @@
-
CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.13.0/api-pages.html b/docs/ko/1.13.0/api-pages.html
index 7d14d316dd..17be2c9753 100644
--- a/docs/ko/1.13.0/api-pages.html
+++ b/docs/ko/1.13.0/api-pages.html
@@ -1,4 +1,4 @@
-
Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.13.0/api-pages/index.html b/docs/ko/1.13.0/api-pages/index.html index 7d14d316dd..17be2c9753 100644 --- a/docs/ko/1.13.0/api-pages/index.html +++ b/docs/ko/1.13.0/api-pages/index.html @@ -1,4 +1,4 @@ -Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.13.0/commands.html b/docs/ko/1.13.0/commands.html index 712a406974..f5ac069151 100644 --- a/docs/ko/1.13.0/commands.html +++ b/docs/ko/1.13.0/commands.html @@ -1,4 +1,4 @@ -CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.13.0/commands/index.html b/docs/ko/1.13.0/commands/index.html
index 712a406974..f5ac069151 100644
--- a/docs/ko/1.13.0/commands/index.html
+++ b/docs/ko/1.13.0/commands/index.html
@@ -1,4 +1,4 @@
-
CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.9.x/api-pages.html b/docs/ko/1.9.x/api-pages.html
index a24267132a..0950eb2291 100644
--- a/docs/ko/1.9.x/api-pages.html
+++ b/docs/ko/1.9.x/api-pages.html
@@ -1,4 +1,4 @@
-
Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.9.x/api-pages/index.html b/docs/ko/1.9.x/api-pages/index.html index a24267132a..0950eb2291 100644 --- a/docs/ko/1.9.x/api-pages/index.html +++ b/docs/ko/1.9.x/api-pages/index.html @@ -1,4 +1,4 @@ -Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/1.9.x/commands.html b/docs/ko/1.9.x/commands.html index 832b15c1d7..7e945a5217 100644 --- a/docs/ko/1.9.x/commands.html +++ b/docs/ko/1.9.x/commands.html @@ -1,4 +1,4 @@ -CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/1.9.x/commands/index.html b/docs/ko/1.9.x/commands/index.html
index 832b15c1d7..7e945a5217 100644
--- a/docs/ko/1.9.x/commands/index.html
+++ b/docs/ko/1.9.x/commands/index.html
@@ -1,4 +1,4 @@
-
CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/api-pages.html b/docs/ko/api-pages.html
index 5111af3179..4a785c5088 100644
--- a/docs/ko/api-pages.html
+++ b/docs/ko/api-pages.html
@@ -1,4 +1,4 @@
-
Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/api-pages/index.html b/docs/ko/api-pages/index.html index 5111af3179..4a785c5088 100644 --- a/docs/ko/api-pages/index.html +++ b/docs/ko/api-pages/index.html @@ -1,4 +1,4 @@ -Pages and Styles
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
Pages and Styles
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/commands.html b/docs/ko/commands.html index d8623cdc9a..f8431bab96 100644 --- a/docs/ko/commands.html +++ b/docs/ko/commands.html @@ -1,4 +1,4 @@ -CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/commands/index.html b/docs/ko/commands/index.html
index d8623cdc9a..f8431bab96 100644
--- a/docs/ko/commands/index.html
+++ b/docs/ko/commands/index.html
@@ -1,4 +1,4 @@
-
CLI Commands
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI Commands
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/next/api-pages.html b/docs/ko/next/api-pages.html
index 9a9d5c827e..572d505ae4 100644
--- a/docs/ko/next/api-pages.html
+++ b/docs/ko/next/api-pages.html
@@ -1,4 +1,4 @@
-
페이지 및 스타일
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
페이지 및 스타일
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/next/api-pages/index.html b/docs/ko/next/api-pages/index.html index 9a9d5c827e..572d505ae4 100644 --- a/docs/ko/next/api-pages/index.html +++ b/docs/ko/next/api-pages/index.html @@ -1,4 +1,4 @@ -페이지 및 스타일
Docusaurus provides support for writing pages as React components inside the website/pages
directory which will share the same header, footer, and styles as the rest of the site.
페이지 및 스타일
도큐사우러스는 website/pages
디렉토리 안에 React 구성 콤포넌트로 페이지를 작성하는 기능을 지원합니다. 이 디렉토리는 나머지 사이트와 동일한 머리글, 바닥글 및 스타일을 공유합니다.
Provided Props
Docusaurus provides your siteConfig.js as a config
props. Hence, you can access baseUrl
or title
through this props.
예시
diff --git a/docs/ko/next/commands.html b/docs/ko/next/commands.html index 947c657e68..fddd33e5d4 100644 --- a/docs/ko/next/commands.html +++ b/docs/ko/next/commands.html @@ -1,4 +1,4 @@ -CLI 명령어
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI 명령어
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다
diff --git a/docs/ko/next/commands/index.html b/docs/ko/next/commands/index.html
index 947c657e68..fddd33e5d4 100644
--- a/docs/ko/next/commands/index.html
+++ b/docs/ko/next/commands/index.html
@@ -1,4 +1,4 @@
-
CLI 명령어
Docusaurus는 당신이 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
CLI 명령어
Docusaurus는 웹사이트를 만들거나, 관련 서비스를 제공하거나 배포할 수 있도록 도와주는 스크립트 세트를 제공합니다. Yarn이나 npm을 사용하여 run
명령어로 호출할 수 있습니다. 그 예는 다음과 같습니다:
yarn run start
: 웹브라우져에서 작업중인 프로젝트 앱을 실시간 보여 줍니다.yarn run examples
: 예제 설정 파일들을 생성합니다