Skip to content

Commit

Permalink
cn: format table & fix typo (#150) 53bf0aa
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Sep 15, 2022
1 parent 0792dab commit a5181f8
Show file tree
Hide file tree
Showing 93 changed files with 274 additions and 284 deletions.
40 changes: 18 additions & 22 deletions cn/docs/_print/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.2-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.2.4-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.3.3-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.4.4-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.5.6-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.6.1-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.7.4-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.8.0-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/hugegraph-0.9.2-release-notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/changelog/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/cla/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cn/docs/clients/_print/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/gremlin-console/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions cn/docs/clients/hugegraph-client/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cn/docs/clients/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<tr>
<td>useAutomaticId</td>
<td>AUTOMATIC</td>
<td>generate id automaticly by Snowflake algorithom</td>
<td>generate id automatically by Snowflake algorithm</td>
</tr>
<tr>
<td>useCustomizeStringId</td>
Expand Down Expand Up @@ -525,7 +525,7 @@
</span></span></code></pre></div><h4 id="25-indexlabel">2.5 IndexLabel</h4>
<h5 id="251-接口及参数介绍">2.5.1 接口及参数介绍</h5>
<p>IndexLabel 用来定义索引类型,描述索引的约束信息,主要是为了方便查询。</p>
<p>IndexLabel 允许定义的约束信息包括:name、baseType、baseValue、indexFeilds、indexType,下面逐一介绍。</p>
<p>IndexLabel 允许定义的约束信息包括:name、baseType、baseValue、indexFields、indexType,下面逐一介绍。</p>
<ul>
<li>name: 属性的名字,用来区分不同的 IndexLabel,不允许有同名的属性;</li>
</ul>
Expand Down Expand Up @@ -575,7 +575,7 @@
</tbody>
</table>
<ul>
<li>indexFeilds: 要在哪些属性上建立索引,可以是为多列建立联合索引;</li>
<li>indexFields: 要在哪些属性上建立索引,可以是为多列建立联合索引;</li>
</ul>
<table>
<thead>
Expand Down Expand Up @@ -712,7 +712,7 @@
<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-java" data-lang="java"><span style="display:flex;"><span><span style="color:#000">Edge</span> <span style="color:#000">knows1</span> <span style="color:#ce5c00;font-weight:bold">=</span> <span style="color:#000">marko</span><span style="color:#ce5c00;font-weight:bold">.</span><span style="color:#c4a000">addEdge</span><span style="color:#ce5c00;font-weight:bold">(</span><span style="color:#4e9a06">"knows"</span><span style="color:#ce5c00;font-weight:bold">,</span> <span style="color:#000">vadas</span><span style="color:#ce5c00;font-weight:bold">,</span> <span style="color:#4e9a06">"city"</span><span style="color:#ce5c00;font-weight:bold">,</span> <span style="color:#4e9a06">"Beijing"</span><span style="color:#ce5c00;font-weight:bold">);</span>
</span></span></code></pre></div><ul>
<li>由(源)顶点来调用添加边的函数,函数第一个参数为边的label,第二个参数是目标顶点,这两个参数的位置和顺序是固定的。后续的参数就是<code>key1 -> val1, key2 -> val2 ···</code>的顺序排列,设置边的属性,键值对顺序自由。</li>
<li>源顶点和目标顶点必须符合 EdgeLabel 中 sourcelabeltargetlabel 的定义,不能随意添加。</li>
<li>源顶点和目标顶点必须符合 EdgeLabel 中 source-labeltarget-label 的定义,不能随意添加。</li>
<li>对于非 nullableKeys 的属性,必须要赋值。</li>
</ul>
<p><strong>注意:当frequency为multiple时必须要设置sortKeys对应属性类型的值。</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/auth/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cn/docs/clients/restful-api/edge/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/edgelabel/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/graphs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/gremlin/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/indexlabel/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/other/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/propertykey/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/rank/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/rebuild/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/schema/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/task/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/traverser/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/variable/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cn/docs/clients/restful-api/vertex/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/clients/restful-api/vertexlabel/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/config/_print/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/config/config-authentication/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/config/config-guide/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/config/config-https/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions cn/docs/config/config-option/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cn/docs/config/index.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions cn/docs/config/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -291,7 +291,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -388,7 +388,7 @@ serializer=binary
<tr>
<td>auth.authenticator</td>
<td></td>
<td>The class path of authenticator implemention. e.g., com.baidu.hugegraph.auth.StandardAuthenticator, or com.baidu.hugegraph.auth.ConfigAuthenticator.</td>
<td>The class path of authenticator implementation. e.g., com.baidu.hugegraph.auth.StandardAuthenticator, or com.baidu.hugegraph.auth.ConfigAuthenticator.</td>
</tr>
<tr>
<td>auth.admin_token</td>
Expand Down Expand Up @@ -449,7 +449,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -745,8 +745,8 @@ serializer=binary
</tr>
<tr>
<td>raft.backend_threads</td>
<td>current CPU vcores</td>
<td>The thread number used to apply task to bakcend.</td>
<td>current CPU v-cores</td>
<td>The thread number used to apply task to backend.</td>
</tr>
<tr>
<td>raft.read_index_threads</td>
Expand Down Expand Up @@ -806,7 +806,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand All @@ -818,7 +818,7 @@ serializer=binary
<tr>
<td>rpc.client_load_balancer</td>
<td>consistentHash</td>
<td>The rpc client uses a load-balancing algorithm to access multiple rpc servers in one cluster. Default value is ‘consistentHash’, means forwording by request parameters.</td>
<td>The rpc client uses a load-balancing algorithm to access multiple rpc servers in one cluster. Default value is ‘consistentHash’, means forwarding by request parameters.</td>
</tr>
<tr>
<td>rpc.client_read_timeout</td>
Expand Down Expand Up @@ -883,7 +883,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -960,7 +960,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand All @@ -983,7 +983,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -1240,7 +1240,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -1332,7 +1332,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -1399,7 +1399,7 @@ serializer=binary
<tr>
<th>config option</th>
<th>default value</th>
<th>descrition</th>
<th>description</th>
</tr>
</thead>
<tbody>
Expand Down
8 changes: 4 additions & 4 deletions cn/docs/download/download/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit a5181f8

Please sign in to comment.