Modified: kylin/site/development/howto_release.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/howto_release.html?rev=1881142&r1=1881141&r2=1881142&view=diff
==============================================================================
--- kylin/site/development/howto_release.html (original)
+++ kylin/site/development/howto_release.html Mon Aug 24 14:09:05 2020
@@ -8470,7 +8470,7 @@ For example:  <br />
   <li>Make sure you are using GIT 2.7.2 or above.</li>
   <li>Make sure you are working on right release version number.</li>
   <li>Make sure that every “resolved” JIRA case (including duplicates) has 
a fix version assigned.</li>
-  <li>Make sure you are working in clean dir</li>
+  <li>Make sure you are working in clean dir.</li>
 </ul>
 
 <p><strong>Configure Apache repository server in Maven</strong><br />
@@ -8520,19 +8520,19 @@ If you’re the first time to do rele
 
 <p><strong>Fix license issues</strong></p>
 
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span 
class="c"># Set passphrase variable without putting it into shell history</span>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">Set 
passphrase variable without putting it into shell <span 
class="nb">history</span>
 <span class="gp">$ </span><span class="nb">read</span> -s GPG_PASSPHRASE
 
-<span class="c"># Make sure that there are no junk files in the sandbox</span>
+Make sure that there are no junk files <span class="k">in </span>the sandbox
 <span class="gp">$ </span>git clean -xf
 <span class="gp">$ </span>mvn clean
 
-<span class="c"># Make sure all unit tests are passed</span>
-<span class="gp">$ </span>mvn <span class="nb">test</span>
+Make sure all unit tests are passed
+<span class="gp">$ </span>mvn <span class="nb">test
 
-<span class="c"># Check the `org.apache.kylin.common.KylinVersion` class, 
ensure the value of `CURRENT_KYLIN_VERSION` is the release version. </span>
+</span>Check the <span 
class="sb">`</span>org.apache.kylin.common.KylinVersion<span 
class="sb">`</span> class, ensure the value of <span 
class="sb">`</span>CURRENT_KYLIN_VERSION<span class="sb">`</span> is the 
release version. 
 
-<span class="c"># Fix any license issues as reported by target/rat.txt</span>
+Fix any license issues as reported by target/rat.txt
 <span class="gp">$ </span>mvn -Papache-release -DskipTests 
-Dgpg.passphrase<span class="o">=</span><span class="k">${</span><span 
class="nv">GPG_PASSPHRASE</span><span class="k">}</span> 
install</code></pre></div>
 
 <p>Optionally, when the dry-run has succeeded, change install to deploy:</p>
@@ -8552,14 +8552,14 @@ If you’re the first time to do rele
 
 <p>If any of the steps fail, clean up (see below), fix the problem, and start 
again from the top.</p>
 
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span 
class="c"># Set passphrase variable without putting it into shell history</span>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">Set 
passphrase variable without putting it into shell <span 
class="nb">history</span>
 <span class="gp">$ </span><span class="nb">read</span> -s GPG_PASSPHRASE
 
-<span class="c"># Make sure that there are no junk files in the sandbox</span>
+Make sure that there are no junk files <span class="k">in </span>the sandbox
 <span class="gp">$ </span>git clean -xf
 <span class="gp">$ </span>mvn clean
 
-<span class="c"># Optionally, do a dry run of the release:prepare step, which 
sets version numbers. e.g. releaseVersion=2.5.0, 
developmentVersion=2.5.1-SNAPSHOT, use default tag kylin-2.5.0</span>
+Optionally, <span class="k">do </span>a dry run of the release:prepare step, 
which sets version numbers. e.g. <span class="nv">releaseVersion</span><span 
class="o">=</span>2.5.0, <span class="nv">developmentVersion</span><span 
class="o">=</span>2.5.1-SNAPSHOT, use default tag kylin-2.5.0
 <span class="gp">$ </span>mvn -DdryRun<span class="o">=</span><span 
class="nb">true</span> -DskipTests -DreleaseVersion<span 
class="o">=</span>X.Y.Z -DdevelopmentVersion<span 
class="o">=(</span>X.Y.Z+1<span class="o">)</span>-SNAPSHOT -Papache-release 
-Darguments<span class="o">=</span><span 
class="s2">"-Dgpg.passphrase=</span><span class="k">${</span><span 
class="nv">GPG_PASSPHRASE</span><span class="k">}</span><span class="s2"> 
-DskipTests"</span> release:prepare 2&gt;&amp;1 | tee 
/tmp/prepare-dry.log</code></pre></div>
 
 <p><strong>Check the dry run output:</strong></p>
@@ -8643,7 +8643,7 @@ Upload the artifacts via subversion to a
 <span class="gp">$ </span>git status
 <span class="gp">$ </span>git reset --hard HEAD</code></pre></div>
 
-<h1 id="validate-a-release">Validate a release</h1>
+<h2 id="validate-a-release">Validate a release</h2>
 
 <div class="highlight"><pre><code class="language-bash" data-lang="bash"><span 
class="c"># Check unit test</span>
 <span class="gp">$ </span>mvn <span class="nb">test</span>
@@ -8877,7 +8877,7 @@ We welcome your help and feedback. For m
 report problems, and to get involved, visit the project website at
 https://kylin.apache.org/</code></pre></div>
 
-<h1 id="thanks">Thanks</h1>
+<h2 id="thanks">Thanks</h2>
 <p>This guide drafted with reference from <a 
href="http://calcite.apache.org";>Apache Calcite</a> Howto doc, Thank you very 
much.</p>
 
 
@@ -8974,6 +8974,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/index.html" class="list-group-item-lay 
pjaxlink">Development Quick Guide</a></li>      
       
@@ -9086,6 +9088,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_test.html" class="list-group-item-lay 
pjaxlink">How to Test</a></li>      
       
@@ -9126,6 +9130,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_contribute.html" 
class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
@@ -9162,6 +9168,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_become_apache_committer.html" 
class="list-group-item-lay pjaxlink">How to become an Apache Committer</a></li> 
     
       
@@ -9206,6 +9214,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_docs.html" class="list-group-item-lay 
pjaxlink">How to Write Document</a></li>      
       
@@ -9240,6 +9250,42 @@ https://kylin.apache.org/</code></pre></
     
   
     
+      <li class="navlist">
+        <a href="/development/doc_spec.html" class="list-group-item-lay 
pjaxlink">Kylin Document Writing Specification</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
   
     
   
@@ -9306,6 +9352,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_hbase_branches.html" 
class="list-group-item-lay pjaxlink">How to Maintain Hadoop/HBase 
Branches</a></li>      
       
@@ -9362,6 +9410,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_release.html" class="list-group-item-lay 
pjaxlink">How to Make Release</a></li>      
       
@@ -9434,6 +9484,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/plugin_arch.html" class="list-group-item-lay 
pjaxlink">Plugin Architecture</a></li>      
       
@@ -9502,6 +9554,8 @@ https://kylin.apache.org/</code></pre></
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/new_metadata.html" class="list-group-item-lay 
pjaxlink">New Metadata Model</a></li>      
       
@@ -9519,6 +9573,8 @@ https://kylin.apache.org/</code></pre></
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/howto_test.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/howto_test.html?rev=1881142&r1=1881141&r2=1881142&view=diff
==============================================================================
--- kylin/site/development/howto_test.html (original)
+++ kylin/site/development/howto_test.html Mon Aug 24 14:09:05 2020
@@ -8541,6 +8541,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/index.html" class="list-group-item-lay 
pjaxlink">Development Quick Guide</a></li>      
       
@@ -8653,6 +8655,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_test.html" class="list-group-item-lay 
pjaxlink">How to Test</a></li>      
       
@@ -8693,6 +8697,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_contribute.html" 
class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
@@ -8729,6 +8735,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_become_apache_committer.html" 
class="list-group-item-lay pjaxlink">How to become an Apache Committer</a></li> 
     
       
@@ -8773,6 +8781,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_docs.html" class="list-group-item-lay 
pjaxlink">How to Write Document</a></li>      
       
@@ -8807,6 +8817,42 @@ Try appending <code class="highlighter-r
     
   
     
+      <li class="navlist">
+        <a href="/development/doc_spec.html" class="list-group-item-lay 
pjaxlink">Kylin Document Writing Specification</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
   
     
   
@@ -8873,6 +8919,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_hbase_branches.html" 
class="list-group-item-lay pjaxlink">How to Maintain Hadoop/HBase 
Branches</a></li>      
       
@@ -8929,6 +8977,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_release.html" class="list-group-item-lay 
pjaxlink">How to Make Release</a></li>      
       
@@ -9001,6 +9051,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/plugin_arch.html" class="list-group-item-lay 
pjaxlink">Plugin Architecture</a></li>      
       
@@ -9069,6 +9121,8 @@ Try appending <code class="highlighter-r
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/new_metadata.html" class="list-group-item-lay 
pjaxlink">New Metadata Model</a></li>      
       
@@ -9086,6 +9140,8 @@ Try appending <code class="highlighter-r
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1881142&r1=1881141&r2=1881142&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Mon Aug 24 14:09:05 2020
@@ -8426,10 +8426,10 @@ Static Code Analysis: <a href="https://b
   <li>Fully on Spark Cube engine : DONE (v2.5)</li>
   <li>Real-time analytics with Lambda Architecture : DONE (v3.0)</li>
   <li>Connect more data sources (MySQL, SparkSQL, etc) : DONE (v2.6)</li>
-  <li>Flink engine : In-progress (v3.1)</li>
+  <li>Flink engine : Done (v3.1)</li>
   <li>Cloud-native storage (Parquet) : In-progress (v4.0)</li>
   <li>Distributed query execution engine (Spark) : In-progress, together with 
Parquet storage (v4.0)</li>
-  <li>Containerization/Kubernetes support : In progress (v3.1)</li>
+  <li>Containerization/Kubernetes support : Done (v3.1)</li>
   <li>Pushdown SDK with more engines (Presto, Clickhouse, etc) : In progress 
(Presto support in v3.1)</li>
   <li>Ad-hoc queries without Cubing</li>
 </ul>
@@ -8527,6 +8527,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/index.html" class="list-group-item-lay 
pjaxlink">Development Quick Guide</a></li>      
       
@@ -8639,6 +8641,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_test.html" class="list-group-item-lay 
pjaxlink">How to Test</a></li>      
       
@@ -8679,6 +8683,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_contribute.html" 
class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
@@ -8715,6 +8721,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_become_apache_committer.html" 
class="list-group-item-lay pjaxlink">How to become an Apache Committer</a></li> 
     
       
@@ -8759,6 +8767,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_docs.html" class="list-group-item-lay 
pjaxlink">How to Write Document</a></li>      
       
@@ -8793,6 +8803,42 @@ Static Code Analysis: <a href="https://b
     
   
     
+      <li class="navlist">
+        <a href="/development/doc_spec.html" class="list-group-item-lay 
pjaxlink">Kylin Document Writing Specification</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
   
     
   
@@ -8859,6 +8905,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_hbase_branches.html" 
class="list-group-item-lay pjaxlink">How to Maintain Hadoop/HBase 
Branches</a></li>      
       
@@ -8915,6 +8963,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_release.html" class="list-group-item-lay 
pjaxlink">How to Make Release</a></li>      
       
@@ -8987,6 +9037,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/plugin_arch.html" class="list-group-item-lay 
pjaxlink">Plugin Architecture</a></li>      
       
@@ -9055,6 +9107,8 @@ Static Code Analysis: <a href="https://b
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/new_metadata.html" class="list-group-item-lay 
pjaxlink">New Metadata Model</a></li>      
       
@@ -9072,6 +9126,8 @@ Static Code Analysis: <a href="https://b
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/new_metadata.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/new_metadata.html?rev=1881142&r1=1881141&r2=1881142&view=diff
==============================================================================
--- kylin/site/development/new_metadata.html (original)
+++ kylin/site/development/new_metadata.html Mon Aug 24 14:09:05 2020
@@ -8402,29 +8402,29 @@ var _hmt = _hmt || [];
                                                        <p>Kylin is doing a 
round code refactor which will introduce the following two changes on meta 
data:</p>
 
 <ul>
-  <li>Abstract a “model_desc” layer from “cube_desc”</li>
-</ul>
-
-<p>Before define a cube, user will need firstly define a model 
(“model_desc”); The model defines which is the fact table, which are lookup 
tables and how they be joined;</p>
+  <li>
+    <p>Abstract a “model_desc” layer from “cube_desc”</p>
 
-<p>With the model be defined, when user define a cube (“cube_desc”), 
he/she only need to specify the table/column name for a dimension, as the join 
conditions have already been defined;</p>
+    <p>Before define a cube, user will need firstly define a model 
(“model_desc”); The model defines which is the fact table, which are lookup 
tables and how they be joined;</p>
 
-<p>This abstraction is to extend the meta data to fulfill non-cube queries 
(coming soon);</p>
+    <p>With the model be defined, when user define a cube (“cube_desc”), 
he/she only need to specify the table/column name for a dimension, as the join 
conditions have already been defined;</p>
 
-<ul>
-  <li>Support data tables from multiple hive databases;</li>
-</ul>
+    <p>This abstraction is to extend the meta data to fulfill non-cube queries 
(coming soon);</p>
+  </li>
+  <li>
+    <p>Support data tables from multiple hive databases</p>
 
-<p>User has the case that tables are from multiple hive database, and the 
table name might be the same; To support this case Kylin will use the database 
name + table name as the unique name for tables; And user need to specify the 
database name (if it is not “default”) in SQL when query in Kylin.</p>
+    <p>User has the case that tables are from multiple hive database, and the 
table name might be the same; To support this case Kylin will use the database 
name + table name as the unique name for tables; And user need to specify the 
database name (if it is not “default”) in SQL when query in Kylin.</p>
 
-<p>Here is a sample; the fact table “test_kylin_fact” is from default hive 
database, you don’t need to specify the db name; while lookup table is from 
“edw”, you need use “edw.test_cal_dt” in the query:</p>
+    <p>Here is a sample; the fact table “test_kylin_fact” is from default 
hive database, you don’t need to specify the db name; while lookup table is 
from “edw”, you need use “edw.test_cal_dt” in the query:</p>
+  </li>
+</ul>
 
 <div class="highlight"><pre><code class="language-groff" 
data-lang="groff">select test_cal_dt.Week_Beg_Dt, sum(price) as c1, count(1) as 
c2 
- from test_kylin_fact
- inner JOIN edw.test_cal_dt as test_cal_dt
- ON test_kylin_fact.cal_dt = test_cal_dt.cal_dt 
- where test_kylin_fact.lstg_format_name='ABIN'</code></pre></div>
-
+   from test_kylin_fact
+   inner JOIN edw.test_cal_dt as test_cal_dt
+   ON test_kylin_fact.cal_dt = test_cal_dt.cal_dt 
+   where test_kylin_fact.lstg_format_name='ABIN'</code></pre></div>
 
                                                        </article>
                                                </div>
@@ -8519,6 +8519,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/index.html" class="list-group-item-lay 
pjaxlink">Development Quick Guide</a></li>      
       
@@ -8631,6 +8633,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_test.html" class="list-group-item-lay 
pjaxlink">How to Test</a></li>      
       
@@ -8671,6 +8675,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_contribute.html" 
class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
@@ -8707,6 +8713,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_become_apache_committer.html" 
class="list-group-item-lay pjaxlink">How to become an Apache Committer</a></li> 
     
       
@@ -8751,6 +8759,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_docs.html" class="list-group-item-lay 
pjaxlink">How to Write Document</a></li>      
       
@@ -8785,6 +8795,42 @@ var _hmt = _hmt || [];
     
   
     
+      <li class="navlist">
+        <a href="/development/doc_spec.html" class="list-group-item-lay 
pjaxlink">Kylin Document Writing Specification</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
   
     
   
@@ -8851,6 +8897,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_hbase_branches.html" 
class="list-group-item-lay pjaxlink">How to Maintain Hadoop/HBase 
Branches</a></li>      
       
@@ -8907,6 +8955,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_release.html" class="list-group-item-lay 
pjaxlink">How to Make Release</a></li>      
       
@@ -8979,6 +9029,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/plugin_arch.html" class="list-group-item-lay 
pjaxlink">Plugin Architecture</a></li>      
       
@@ -9047,6 +9099,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/new_metadata.html" class="list-group-item-lay 
pjaxlink">New Metadata Model</a></li>      
       
@@ -9064,6 +9118,8 @@ var _hmt = _hmt || [];
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/plugin_arch.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/plugin_arch.html?rev=1881142&r1=1881141&r2=1881142&view=diff
==============================================================================
--- kylin/site/development/plugin_arch.html (original)
+++ kylin/site/development/plugin_arch.html Mon Aug 24 14:09:05 2020
@@ -8541,6 +8541,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/index.html" class="list-group-item-lay 
pjaxlink">Development Quick Guide</a></li>      
       
@@ -8653,6 +8655,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_test.html" class="list-group-item-lay 
pjaxlink">How to Test</a></li>      
       
@@ -8693,6 +8697,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_contribute.html" 
class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
@@ -8729,6 +8735,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_become_apache_committer.html" 
class="list-group-item-lay pjaxlink">How to become an Apache Committer</a></li> 
     
       
@@ -8773,6 +8781,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_docs.html" class="list-group-item-lay 
pjaxlink">How to Write Document</a></li>      
       
@@ -8807,6 +8817,42 @@ var _hmt = _hmt || [];
     
   
     
+      <li class="navlist">
+        <a href="/development/doc_spec.html" class="list-group-item-lay 
pjaxlink">Kylin Document Writing Specification</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
   
     
   
@@ -8873,6 +8919,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_hbase_branches.html" 
class="list-group-item-lay pjaxlink">How to Maintain Hadoop/HBase 
Branches</a></li>      
       
@@ -8929,6 +8977,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_release.html" class="list-group-item-lay 
pjaxlink">How to Make Release</a></li>      
       
@@ -9001,6 +9051,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/plugin_arch.html" class="list-group-item-lay 
pjaxlink">Plugin Architecture</a></li>      
       
@@ -9069,6 +9121,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/new_metadata.html" class="list-group-item-lay 
pjaxlink">New Metadata Model</a></li>      
       
@@ -9086,6 +9140,8 @@ var _hmt = _hmt || [];
   
     
   
+    
+  
     
   
     

Modified: kylin/site/development/web_tech.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/web_tech.html?rev=1881142&r1=1881141&r2=1881142&view=diff
==============================================================================
--- kylin/site/development/web_tech.html (original)
+++ kylin/site/development/web_tech.html Mon Aug 24 14:09:05 2020
@@ -8441,7 +8441,7 @@ var _hmt = _hmt || [];
   <li>Cube management:
     <ul>
       <li>Well-designed cube creation flow</li>
-      <li>Visualization of cube relational structure.</li>
+      <li>Visualization of cube relational structure</li>
       <li>Well-designed cube access management</li>
     </ul>
   </li>
@@ -8452,8 +8452,8 @@ var _hmt = _hmt || [];
       <li>Resume</li>
     </ul>
   </li>
-  <li>Useful admin tools.</li>
-  <li>Refined look&amp;feel.</li>
+  <li>Useful admin tools</li>
+  <li>Refined look &amp; feel</li>
 </ul>
 
                                                        </article>
@@ -8549,6 +8549,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/index.html" class="list-group-item-lay 
pjaxlink">Development Quick Guide</a></li>      
       
@@ -8661,6 +8663,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_test.html" class="list-group-item-lay 
pjaxlink">How to Test</a></li>      
       
@@ -8701,6 +8705,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_contribute.html" 
class="list-group-item-lay pjaxlink">How to Contribute</a></li>      
       
@@ -8737,6 +8743,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_become_apache_committer.html" 
class="list-group-item-lay pjaxlink">How to become an Apache Committer</a></li> 
     
       
@@ -8781,6 +8789,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_docs.html" class="list-group-item-lay 
pjaxlink">How to Write Document</a></li>      
       
@@ -8815,6 +8825,42 @@ var _hmt = _hmt || [];
     
   
     
+      <li class="navlist">
+        <a href="/development/doc_spec.html" class="list-group-item-lay 
pjaxlink">Kylin Document Writing Specification</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
   
     
   
@@ -8881,6 +8927,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_hbase_branches.html" 
class="list-group-item-lay pjaxlink">How to Maintain Hadoop/HBase 
Branches</a></li>      
       
@@ -8937,6 +8985,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/howto_release.html" class="list-group-item-lay 
pjaxlink">How to Make Release</a></li>      
       
@@ -9009,6 +9059,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/plugin_arch.html" class="list-group-item-lay 
pjaxlink">Plugin Architecture</a></li>      
       
@@ -9077,6 +9129,8 @@ var _hmt = _hmt || [];
     
   
     
+  
+    
       <li class="navlist">
         <a href="/development/new_metadata.html" class="list-group-item-lay 
pjaxlink">New Metadata Model</a></li>      
       
@@ -9094,6 +9148,8 @@ var _hmt = _hmt || [];
   
     
   
+    
+  
     
   
     

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1881142&r1=1881141&r2=1881142&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Mon Aug 24 14:09:05 2020
@@ -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>Tue, 18 Aug 2020 06:59:14 -0700</pubDate>
-    <lastBuildDate>Tue, 18 Aug 2020 06:59:14 -0700</lastBuildDate>
+    <pubDate>Mon, 24 Aug 2020 06:59:11 -0700</pubDate>
+    <lastBuildDate>Mon, 24 Aug 2020 06:59:11 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to