Author: lidong
Date: Thu Jan 13 07:14:47 2022
New Revision: 1896980

URL: http://svn.apache.org/viewvc?rev=1896980&view=rev
Log:
Fix format (#1795)

Modified:
    kylin/site/cn/development/howto_setup_frontend_registry.html
    kylin/site/cn/development40/howto_setup_frontend_registry.html
    kylin/site/development/howto_setup_frontend_registry.html
    kylin/site/development40/howto_setup_frontend_registry.html
    kylin/site/feed.xml

Modified: kylin/site/cn/development/howto_setup_frontend_registry.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/development/howto_setup_frontend_registry.html?rev=1896980&r1=1896979&r2=1896980&view=diff
==============================================================================
--- kylin/site/cn/development/howto_setup_frontend_registry.html (original)
+++ kylin/site/cn/development/howto_setup_frontend_registry.html Thu Jan 13 
07:14:47 2022
@@ -191,8 +191,10 @@ var _hmt = _hmt || [];
 <h4 id="bower">设置bower仓库</h4>
 <ul>
   <li>确认包’bower-nexus3-resolver’已安装, 若未装, 
使用命令<code class="highlighter-rouge">npm install -g 
bower-nexus3-resolver</code>安装.</li>
-  <li>修改路径为<code 
class="highlighter-rouge">$KYLIN_SOURCE/webapp/.bowerrc</code>的é…
ç½®æ–‡ä»¶<br />
-  <code class="highlighter-rouge"><span class="w">
+  <li>
+    <p>修改路径为<code 
class="highlighter-rouge">$KYLIN_SOURCE/webapp/.bowerrc</code>的é…
ç½®æ–‡ä»¶</p>
+
+    <p><code class="highlighter-rouge"><span class="w">
   </span><span class="p">{</span><span class="w">
       </span><span class="nt">"directory"</span><span class="p">:</span><span 
class="s2">"app/components"</span><span class="p">,</span><span class="w">
       </span><span class="nt">"registry"</span><span class="p">:{</span><span 
class="w">
@@ -205,14 +207,16 @@ var _hmt = _hmt || [];
       </span><span class="p">],</span><span class="w">
       </span><span class="nt">"timeout"</span><span class="p">:</span><span 
class="mi">60000</span><span class="w">
   </span><span class="p">}</span><span class="w">
- </span></code></li>
+ </span></code></p>
+  </li>
 </ul>
 
 <h4 id="npm">设置npm仓库</h4>
-<p>执行以下命令<br />
-<code class="highlighter-rouge">
-npm config set registry http://150.158.20.97:8081/repository/group-npm/
-</code></p>
+<p>执行以下命令</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>npm config set 
registry http://150.158.20.97:8081/repository/group-npm/
+</code></pre>
+</div>
 
                                                        </article>
                                                </div>

Modified: kylin/site/cn/development40/howto_setup_frontend_registry.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/development40/howto_setup_frontend_registry.html?rev=1896980&r1=1896979&r2=1896980&view=diff
==============================================================================
--- kylin/site/cn/development40/howto_setup_frontend_registry.html (original)
+++ kylin/site/cn/development40/howto_setup_frontend_registry.html Thu Jan 13 
07:14:47 2022
@@ -191,8 +191,10 @@ var _hmt = _hmt || [];
 <h4 id="bower">设置bower仓库</h4>
 <ul>
   <li>确认包’bower-nexus3-resolver’已安装, 若未装, 
使用命令<code class="highlighter-rouge">npm install -g 
bower-nexus3-resolver</code>安装.</li>
-  <li>修改路径为<code 
class="highlighter-rouge">$KYLIN_SOURCE/webapp/.bowerrc</code>的é…
ç½®æ–‡ä»¶<br />
-  <code class="highlighter-rouge"><span class="w">
+  <li>
+    <p>修改路径为<code 
class="highlighter-rouge">$KYLIN_SOURCE/webapp/.bowerrc</code>的é…
ç½®æ–‡ä»¶</p>
+
+    <p><code class="highlighter-rouge"><span class="w">
   </span><span class="p">{</span><span class="w">
       </span><span class="nt">"directory"</span><span class="p">:</span><span 
class="s2">"app/components"</span><span class="p">,</span><span class="w">
       </span><span class="nt">"registry"</span><span class="p">:{</span><span 
class="w">
@@ -205,14 +207,16 @@ var _hmt = _hmt || [];
       </span><span class="p">],</span><span class="w">
       </span><span class="nt">"timeout"</span><span class="p">:</span><span 
class="mi">60000</span><span class="w">
   </span><span class="p">}</span><span class="w">
- </span></code></li>
+ </span></code></p>
+  </li>
 </ul>
 
 <h4 id="npm">设置npm仓库</h4>
-<p>执行以下命令<br />
-<code class="highlighter-rouge">
-npm config set registry http://150.158.20.97:8081/repository/group-npm/
-</code></p>
+<p>执行以下命令</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>npm config set 
registry http://150.158.20.97:8081/repository/group-npm/
+</code></pre>
+</div>
 
                                                        </article>
                                                </div>

Modified: kylin/site/development/howto_setup_frontend_registry.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/howto_setup_frontend_registry.html?rev=1896980&r1=1896979&r2=1896980&view=diff
==============================================================================
--- kylin/site/development/howto_setup_frontend_registry.html (original)
+++ kylin/site/development/howto_setup_frontend_registry.html Thu Jan 13 
07:14:47 2022
@@ -191,8 +191,10 @@ var _hmt = _hmt || [];
 <h4 id="set-up-bower-repository">Set up bower repository</h4>
 <ul>
   <li>Make sure package ‘bower-nexus3-resolver’ has been stalled on your 
machine, if not, install it by running <code class="highlighter-rouge">npm 
install -g bower-nexus3-resolver</code>.</li>
-  <li>Alter the file at <code 
class="highlighter-rouge">$KYLIN_SOURCE/webapp/.bowerrc</code> to<br />
-  <code class="highlighter-rouge"><span class="w">
+  <li>
+    <p>Alter the file at <code 
class="highlighter-rouge">$KYLIN_SOURCE/webapp/.bowerrc</code> to</p>
+
+    <p><code class="highlighter-rouge"><span class="w">
   </span><span class="p">{</span><span class="w">
       </span><span class="nt">"directory"</span><span class="p">:</span><span 
class="s2">"app/components"</span><span class="p">,</span><span class="w">
       </span><span class="nt">"registry"</span><span class="p">:{</span><span 
class="w">
@@ -205,14 +207,16 @@ var _hmt = _hmt || [];
       </span><span class="p">],</span><span class="w">
       </span><span class="nt">"timeout"</span><span class="p">:</span><span 
class="mi">60000</span><span class="w">
   </span><span class="p">}</span><span class="w">
- </span></code></li>
+ </span></code></p>
+  </li>
 </ul>
 
 <h4 id="set-up-npm-repository">Set up npm repository</h4>
-<p>Run command below<br />
-<code class="highlighter-rouge">
-npm config set registry http://150.158.20.97:8081/repository/group-npm/
-</code></p>
+<p>Run command below</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>npm config set 
registry http://150.158.20.97:8081/repository/group-npm/
+</code></pre>
+</div>
 
                                                        </article>
                                                </div>

Modified: kylin/site/development40/howto_setup_frontend_registry.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development40/howto_setup_frontend_registry.html?rev=1896980&r1=1896979&r2=1896980&view=diff
==============================================================================
--- kylin/site/development40/howto_setup_frontend_registry.html (original)
+++ kylin/site/development40/howto_setup_frontend_registry.html Thu Jan 13 
07:14:47 2022
@@ -191,8 +191,10 @@ var _hmt = _hmt || [];
 <h4 id="set-up-bower-repository">Set up bower repository</h4>
 <ul>
   <li>Make sure package ‘bower-nexus3-resolver’ has been stalled on your 
machine, if not, install it by running <code class="highlighter-rouge">npm 
install -g bower-nexus3-resolver</code>.</li>
-  <li>Alter the file at <code 
class="highlighter-rouge">$KYLIN_SOURCE/webapp/.bowerrc</code> to<br />
-  <code class="highlighter-rouge"><span class="w">
+  <li>
+    <p>Alter the file at <code 
class="highlighter-rouge">$KYLIN_SOURCE/webapp/.bowerrc</code> to</p>
+
+    <p><code class="highlighter-rouge"><span class="w">
   </span><span class="p">{</span><span class="w">
       </span><span class="nt">"directory"</span><span class="p">:</span><span 
class="s2">"app/components"</span><span class="p">,</span><span class="w">
       </span><span class="nt">"registry"</span><span class="p">:{</span><span 
class="w">
@@ -205,14 +207,16 @@ var _hmt = _hmt || [];
       </span><span class="p">],</span><span class="w">
       </span><span class="nt">"timeout"</span><span class="p">:</span><span 
class="mi">60000</span><span class="w">
   </span><span class="p">}</span><span class="w">
- </span></code></li>
+ </span></code></p>
+  </li>
 </ul>
 
 <h4 id="set-up-npm-repository">Set up npm repository</h4>
-<p>Run command below<br />
-<code class="highlighter-rouge">
-npm config set registry http://150.158.20.97:8081/repository/group-npm/
-</code></p>
+<p>Run command below</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>npm config set 
registry http://150.158.20.97:8081/repository/group-npm/
+</code></pre>
+</div>
 
                                                        </article>
                                                </div>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1896980&r1=1896979&r2=1896980&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Thu Jan 13 07:14:47 2022
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 12 Jan 2022 19:57:11 -0800</pubDate>
-    <lastBuildDate>Wed, 12 Jan 2022 19:57:11 -0800</lastBuildDate>
+    <pubDate>Wed, 12 Jan 2022 23:03:05 -0800</pubDate>
+    <lastBuildDate>Wed, 12 Jan 2022 23:03:05 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to