You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ya...@apache.org on 2022/01/13 08:26:26 UTC

[kylin] branch document updated: Fix format (#1796)

This is an automated email from the ASF dual-hosted git repository.

yaqian pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new a678746  Fix format (#1796)
a678746 is described below

commit a678746b50d83db27a02f481154ed96a5f8537d1
Author: Yaqian Zhang <59...@qq.com>
AuthorDate: Thu Jan 13 16:26:17 2022 +0800

    Fix format (#1796)
---
 website/_dev/howto_setup_frontend_registry.cn.md   | 4 ++--
 website/_dev/howto_setup_frontend_registry.md      | 4 ++--
 website/_dev40/howto_setup_frontend_registry.cn.md | 4 ++--
 website/_dev40/howto_setup_frontend_registry.md    | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/website/_dev/howto_setup_frontend_registry.cn.md b/website/_dev/howto_setup_frontend_registry.cn.md
index e51089d..2811335 100644
--- a/website/_dev/howto_setup_frontend_registry.cn.md
+++ b/website/_dev/howto_setup_frontend_registry.cn.md
@@ -11,7 +11,7 @@ permalink: /cn/development/howto_setup_frontend_registry.html
 - 确认包'bower-nexus3-resolver'已安装, 若未装, 使用命令`npm install -g bower-nexus3-resolver`安装.
 - 修改路径为`$KYLIN_SOURCE/webapp/.bowerrc`的配置文件
     
-    ```
+```
     {
         "directory":"app/components",
         "registry":{
@@ -24,7 +24,7 @@ permalink: /cn/development/howto_setup_frontend_registry.html
         ],
         "timeout":60000
     }
-    ```
+```
 
 #### 设置npm仓库
 执行以下命令
diff --git a/website/_dev/howto_setup_frontend_registry.md b/website/_dev/howto_setup_frontend_registry.md
index 8ac5eba..b8c22be 100644
--- a/website/_dev/howto_setup_frontend_registry.md
+++ b/website/_dev/howto_setup_frontend_registry.md
@@ -11,7 +11,7 @@ If errors occur during installing Kylin's frontend dependencies due to network l
 - Make sure package 'bower-nexus3-resolver' has been stalled on your machine, if not, install it by running `npm install -g bower-nexus3-resolver`.
 - Alter the file at `$KYLIN_SOURCE/webapp/.bowerrc` to
 
-    ```
+```
     {
         "directory":"app/components",
         "registry":{
@@ -24,7 +24,7 @@ If errors occur during installing Kylin's frontend dependencies due to network l
         ],
         "timeout":60000
     }
-    ```
+```
 
 #### Set up npm repository
 Run command below
diff --git a/website/_dev40/howto_setup_frontend_registry.cn.md b/website/_dev40/howto_setup_frontend_registry.cn.md
index 367b1de..9ab6c31 100644
--- a/website/_dev40/howto_setup_frontend_registry.cn.md
+++ b/website/_dev40/howto_setup_frontend_registry.cn.md
@@ -11,7 +11,7 @@ permalink: /cn/development40/howto_setup_frontend_registry.html
 - 确认包'bower-nexus3-resolver'已安装, 若未装, 使用命令`npm install -g bower-nexus3-resolver`安装.
 - 修改路径为`$KYLIN_SOURCE/webapp/.bowerrc`的配置文件
     
-    ```
+```
     {
         "directory":"app/components",
         "registry":{
@@ -24,7 +24,7 @@ permalink: /cn/development40/howto_setup_frontend_registry.html
         ],
         "timeout":60000
     }
-    ```
+```
 
 #### 设置npm仓库
 执行以下命令
diff --git a/website/_dev40/howto_setup_frontend_registry.md b/website/_dev40/howto_setup_frontend_registry.md
index 6b78f42..38093a3 100644
--- a/website/_dev40/howto_setup_frontend_registry.md
+++ b/website/_dev40/howto_setup_frontend_registry.md
@@ -11,7 +11,7 @@ If errors occur during installing Kylin's frontend dependencies due to network l
 - Make sure package 'bower-nexus3-resolver' has been stalled on your machine, if not, install it by running `npm install -g bower-nexus3-resolver`.
 - Alter the file at `$KYLIN_SOURCE/webapp/.bowerrc` to
     
-    ```
+```
     {
         "directory":"app/components",
         "registry":{
@@ -24,7 +24,7 @@ If errors occur during installing Kylin's frontend dependencies due to network l
         ],
         "timeout":60000
     }
-    ```
+```
 
 #### Set up npm repository
 Run command below