Skip to content

Commit

Permalink
Deployed 78599a9 to 3.6.0 with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewum committed Oct 11, 2023
1 parent 083237f commit 72a5334
Show file tree
Hide file tree
Showing 5 changed files with 356 additions and 356 deletions.
2 changes: 1 addition & 1 deletion 3.6.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5767,7 +5767,7 @@ <h1 id="welcome_to_nebulagraph_360_documentation">Welcome to NebulaGraph 3.6.0 D
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This manual is revised on 2023-10-10, with GitHub commit <a href="https://github.com/vesoft-inc/nebula-docs/commits/v3.6.0">7cf50a083d</a>.</p>
<p>This manual is revised on 2023-10-11, with GitHub commit <a href="https://github.com/vesoft-inc/nebula-docs/commits/v3.6.0">78599a9d13</a>.</p>
</div>
<div class="admonition compatibility">
<p class="admonition-title">Compatibility</p>
Expand Down
4 changes: 2 additions & 2 deletions 3.6.0/nebula-importer/use-importer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6405,7 +6405,7 @@ <h3 id="source_configuration">Source configuration<a class="headerlink" href="#s
<td align="left"><code>sources.csv.delimiter</code></td>
<td align="left"><code>,</code></td>
<td align="left">No</td>
<td align="left">Specifies the delimiter for the CSV file. Only 1-character string separators are supported. When using special characters as separators, they need to be escaped. For example, when the delimiter is <code>0x03</code> in hexadecimal, i.e. <code>Ctrl+C</code>, the escape is written as <code>"\x03"</code> or <code>"\u0003"</code>. For details on escaping special characters in yaml format, see <a href="https://yaml.org/spec/1.2.2/#escaped-characters">Escaped Characters</a>.</td>
<td align="left">Specifies the delimiter for the CSV file. Only 1-character string separators are supported. Special characters like tabs (<code>\t</code>) and hexadecimal values (e.g., <code>0x03</code> or <code>Ctrl+C</code>) must be properly escaped and enclosed in double quotes, such as <code>"\t"</code> for tabs and <code>"\x03"</code> or <code>"\u0003"</code> for hexadecimal values, instead of using single quotes. For details on escaping special characters in yaml format, see <a href="https://yaml.org/spec/1.2.2/#escaped-characters">Escaped Characters</a>.</td>
</tr>
<tr>
<td align="left"><code>sources.csv.withHeader</code></td>
Expand Down Expand Up @@ -6587,7 +6587,7 @@ <h3 id="source_configuration">Source configuration<a class="headerlink" href="#s
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 1, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 11, 2023</span>


</small>
Expand Down
Binary file modified 3.6.0/pdf/NebulaGraph-EN.pdf
Binary file not shown.
Loading

0 comments on commit 72a5334

Please sign in to comment.