From acab31365162cdf99cf6c40e31a3d124e204d049 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 24 Jul 2019 11:29:05 +0000 Subject: [PATCH] Deploy website Deploy website version based on 41126fed12bcf1a6654cad69ff50c77290ea6421 --- docs/ko/1.10.x/commands.html | 12 ++++---- docs/ko/1.10.x/commands/index.html | 12 ++++---- docs/ko/1.10.x/doc-markdown.html | 6 ++-- docs/ko/1.10.x/doc-markdown/index.html | 6 ++-- docs/ko/1.10.x/docker.html | 32 +++++++++++----------- docs/ko/1.10.x/docker/index.html | 32 +++++++++++----------- docs/ko/1.10.x/installation.html | 4 +-- docs/ko/1.10.x/installation/index.html | 4 +-- docs/ko/1.10.x/publishing.html | 18 ++++++------ docs/ko/1.10.x/publishing/index.html | 18 ++++++------ docs/ko/1.10.x/site-preparation.html | 10 +++---- docs/ko/1.10.x/site-preparation/index.html | 10 +++---- docs/ko/1.11.x/commands.html | 12 ++++---- docs/ko/1.11.x/commands/index.html | 12 ++++---- docs/ko/1.11.x/doc-markdown.html | 6 ++-- docs/ko/1.11.x/doc-markdown/index.html | 6 ++-- docs/ko/1.11.x/docker.html | 32 +++++++++++----------- docs/ko/1.11.x/docker/index.html | 32 +++++++++++----------- docs/ko/1.11.x/installation.html | 4 +-- docs/ko/1.11.x/installation/index.html | 4 +-- docs/ko/1.11.x/publishing.html | 18 ++++++------ docs/ko/1.11.x/publishing/index.html | 18 ++++++------ docs/ko/1.11.x/site-preparation.html | 10 +++---- docs/ko/1.11.x/site-preparation/index.html | 10 +++---- docs/ko/1.9.x/commands.html | 12 ++++---- docs/ko/1.9.x/commands/index.html | 12 ++++---- docs/ko/1.9.x/doc-markdown.html | 6 ++-- docs/ko/1.9.x/doc-markdown/index.html | 6 ++-- docs/ko/1.9.x/docker.html | 32 +++++++++++----------- docs/ko/1.9.x/docker/index.html | 32 +++++++++++----------- docs/ko/1.9.x/installation.html | 4 +-- docs/ko/1.9.x/installation/index.html | 4 +-- docs/ko/1.9.x/publishing.html | 14 +++++----- docs/ko/1.9.x/publishing/index.html | 14 +++++----- docs/ko/1.9.x/site-preparation.html | 4 +-- docs/ko/1.9.x/site-preparation/index.html | 4 +-- docs/ko/commands.html | 12 ++++---- docs/ko/commands/index.html | 12 ++++---- docs/ko/doc-markdown.html | 6 ++-- docs/ko/doc-markdown/index.html | 6 ++-- docs/ko/docker.html | 32 +++++++++++----------- docs/ko/docker/index.html | 32 +++++++++++----------- docs/ko/installation.html | 4 +-- docs/ko/installation/index.html | 4 +-- docs/ko/next/commands.html | 12 ++++---- docs/ko/next/commands/index.html | 12 ++++---- docs/ko/next/doc-markdown.html | 6 ++-- docs/ko/next/doc-markdown/index.html | 6 ++-- docs/ko/next/docker.html | 32 +++++++++++----------- docs/ko/next/docker/index.html | 32 +++++++++++----------- docs/ko/next/installation.html | 8 +++--- docs/ko/next/installation/index.html | 8 +++--- docs/ko/next/publishing.html | 18 ++++++------ docs/ko/next/publishing/index.html | 18 ++++++------ docs/ko/next/site-preparation.html | 10 +++---- docs/ko/next/site-preparation/index.html | 10 +++---- docs/ko/publishing.html | 18 ++++++------ docs/ko/publishing/index.html | 18 ++++++------ docs/ko/site-preparation.html | 10 +++---- docs/ko/site-preparation/index.html | 10 +++---- 60 files changed, 404 insertions(+), 404 deletions(-) diff --git a/docs/ko/1.10.x/commands.html b/docs/ko/1.10.x/commands.html index 24606d6c42..cb1d72a8c2 100644 --- a/docs/ko/1.10.x/commands.html +++ b/docs/ko/1.10.x/commands.html @@ -142,14 +142,14 @@

예시

docusaurus-examples <feature>
 
-

When no feature is specified, sets up a minimally configured example website in your project. This command is covered in depth in the Site Preparation guide.

+

feature 옵션을 지정하지 않으면, 최소기능만 설정된 예제 사이트가 생성됩니다. 이 명령에 대한 자세한 내용은 사이트 준비 가이드를 참고하세요.


docusaurus-publish

Alias: publish-gh-pages

-

Builds, then deploys the static website to GitHub Pages. This command is meant to be run during the deployment step in CircleCI, and therefore expects a few environment variables to be defined:

-

The following environment variables are generally set manually by the user in the CircleCI config.yml file.

+

Builds를 하고 나면 정적 웹사이트를 GitHub Pages에 배포합니다. 이 명령은 CircleCI의 배포단계에서 실행되기 때문에, 몇가지 환경 변수가 정의되어 있어야 합니다:

+

다음의 환경변수들은 일반적으로 사용자가 CircleCI config.yml파일에 직접 설정합니다.

예시

@@ -157,7 +157,7 @@

The following environment variables are set by CircleCI during the build process.

The following should be set by you in siteConfig.js as organizationName and projectName, respectively. If they are not set in your site configuration, they fall back to the CircleCI environment.

@@ -192,7 +192,7 @@ 옵션기본설정설명 ---port <number>3000The website will be served from port 3000 by default, but if the port is taken up, Docusaurus will attempt to find an available one. +--port <number>3000웹사이트의 기본포트는 3000입니다. 포트 3000이 이미 사용중인 경우에는 Docusaurus가 이용 가능한 다른 포트를 찾을 것입니다. --host <host>localhostSpecify a host to use. E.g., if you want your server to be accessible externally, you can use --host 0.0.0.0. --watch-Whether to watch the files and live reload the page when files are changed. Defaults to true. Disable this by using --no-watch. diff --git a/docs/ko/1.10.x/commands/index.html b/docs/ko/1.10.x/commands/index.html index 24606d6c42..cb1d72a8c2 100644 --- a/docs/ko/1.10.x/commands/index.html +++ b/docs/ko/1.10.x/commands/index.html @@ -142,14 +142,14 @@

예시

docusaurus-examples <feature>
 
-

When no feature is specified, sets up a minimally configured example website in your project. This command is covered in depth in the Site Preparation guide.

+

feature 옵션을 지정하지 않으면, 최소기능만 설정된 예제 사이트가 생성됩니다. 이 명령에 대한 자세한 내용은 사이트 준비 가이드를 참고하세요.


docusaurus-publish

Alias: publish-gh-pages

-

Builds, then deploys the static website to GitHub Pages. This command is meant to be run during the deployment step in CircleCI, and therefore expects a few environment variables to be defined:

-

The following environment variables are generally set manually by the user in the CircleCI config.yml file.

+

Builds를 하고 나면 정적 웹사이트를 GitHub Pages에 배포합니다. 이 명령은 CircleCI의 배포단계에서 실행되기 때문에, 몇가지 환경 변수가 정의되어 있어야 합니다:

+

다음의 환경변수들은 일반적으로 사용자가 CircleCI config.yml파일에 직접 설정합니다.

예시

@@ -157,7 +157,7 @@

The following environment variables are set by CircleCI during the build process.

The following should be set by you in siteConfig.js as organizationName and projectName, respectively. If they are not set in your site configuration, they fall back to the CircleCI environment.

@@ -192,7 +192,7 @@ 옵션기본설정설명 ---port <number>3000The website will be served from port 3000 by default, but if the port is taken up, Docusaurus will attempt to find an available one. +--port <number>3000웹사이트의 기본포트는 3000입니다. 포트 3000이 이미 사용중인 경우에는 Docusaurus가 이용 가능한 다른 포트를 찾을 것입니다. --host <host>localhostSpecify a host to use. E.g., if you want your server to be accessible externally, you can use --host 0.0.0.0. --watch-Whether to watch the files and live reload the page when files are changed. Defaults to true. Disable this by using --no-watch. diff --git a/docs/ko/1.10.x/doc-markdown.html b/docs/ko/1.10.x/doc-markdown.html index 7b376a2352..44a6d577af 100644 --- a/docs/ko/1.10.x/doc-markdown.html +++ b/docs/ko/1.10.x/doc-markdown.html @@ -128,7 +128,7 @@

Extra Features

Docusaurus supports some extra features when writing documentation in markdown.

-

Linking other Documents

+

다른 문서로 연결하기

You can use relative URLs to other documentation files which will automatically get converted to the corresponding HTML links when they get rendered.

예제:

[This links to another document](other-document.md)
@@ -140,7 +140,7 @@
 

예제:

![alt-text](assets/doc-image.png)
 
-

Generating Table of Contents

+

목차 만들기

You can make an auto-generated list of links, which can be useful as a table of contents for API docs.

In your markdown file, insert a line with the text ``. Write your documentation using h3 headers for each function inside a code block. These will be found by Docusaurus and a list of links to these sections will be inserted at the text <AUTOGENERATED_TABLE_OF_CONTENTS>.

예제:

@@ -223,7 +223,7 @@ usePrism: ['jsx']

Adding Copy Code Buttons

Docusaurus allows for adding buttons to copy the code within fenced code blocks. Please follow the instructions here to add "Copy" buttons to your code blocks.

-
CLI 명령어페이지 및 스타일