Skip to content

Commit

Permalink
Merge pull request #37 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit 7104ec78
  • Loading branch information
DMGithubPublisher authored May 30, 2024
2 parents 70c2e54 + 38a2385 commit c1abee7
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ introduction: /code-parser/docs/core/introduction/
cpp: /code-parser/docs/server/programming/cplusplus/
cpp_release_notes: /code-parser/docs/server/programming/cplusplus/release-notes/

dcp_dotnet: /code-parser/docs/server/programming/dotnet/


js: /code-parser/docs/web/programming/javascript/
js_release_notes: /code-parser/docs/web/programming/javascript/release-notes/
Expand Down
1 change: 1 addition & 0 deletions _data/full_tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ tree_file_list:
- sidelist-full-tree.html
- sidelist-code-types.html
- sidelist-development.html
- sidelist-development-v2.2.11.html
- sidelist-introduction.html
- sidelist-license.html
- sidelist-parameters-organization.html
Expand Down
1 change: 1 addition & 0 deletions _data/product_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version_info_list_desktop:
- value: latest version
- value: 2.x
child:
- 2.2.11
- 2.2.0
- 2.0.20
- 2.0.10
Expand Down
16 changes: 16 additions & 0 deletions _includes/sidelist-development-v2.2.11.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<li class="category">DEVELOPMENT</li>
<li>
<a target="_blank" href="{{ site.js }}" class="otherLinkColour refreshLink">Web (Client Side)</a></li>
<li>
<a class="otherLinkColour">Mobile</a>
<ul>
<li><a target="_blank" href="{{ site.dcp_android }}" class="otherLinkColour refreshLink">Android</a></li>
<li><a target="_blank" href="{{ site.dcp_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
</ul>
</li>
<li>
<a class="otherLinkColour">Server / Desktop</a>
<ul>
<li><a target="_blank" href="{{ site.cpp }}" class="otherLinkColour refreshLink">C++</a></li>
</ul>
</li>
1 change: 1 addition & 0 deletions _includes/sidelist-development.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<a class="otherLinkColour">Server / Desktop</a>
<ul>
<li><a target="_blank" href="{{ site.cpp }}" class="otherLinkColour refreshLink">C++</a></li>
<li><a target="_blank" href="{{ site.dcp_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
</ul>
</li>
55 changes: 55 additions & 0 deletions assets/js/dcpCoreVersionSearch.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,59 @@
[
{
"version": "2.2.20",
"matchList": {
"dcvRepoCore": [
{
"path": "/parameters/reference/barcode-format-specification",
"version": "10.2.10"
},
{
"path": "/parameters/reference/barcode-reader-task-settings",
"version": "10.2.10"
},
{
"path": "/parameters/reference/capture-vision-template",
"version": "2.2.30"
},
{
"path": "/parameters/reference/character-model",
"version": "3.2.30"
},
{
"path": "/parameters/reference/code-parser-task-settings",
"version": "2.2.20"
},
{
"path": "/parameters/reference/global-parameter",
"version": "2.2.30"
},
{
"path": "/parameters/reference/image-parameter",
"version": "2.2.30"
},
{
"path": "/parameters/reference/image-source-options",
"version": "2.2.30"
},
{
"path": "/parameters/reference/label-recognizer-task-settings",
"version": "3.2.30"
},
{
"path": "/parameters/reference/semantic-processing",
"version": "2.2.20"
},
{
"path": "/parameters/reference/target-roi-def",
"version": "2.2.30"
},
{
"path": "/parameters/reference/text-line-specification",
"version": "3.2.30"
}
]
}
},
{
"version": "2.2.10",
"matchList": {
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ DEVELOPMENT
* [iOS]({{site.dcp_ios}}){:target="_blank"}
* Server / Desktop
* [C++]({{ site.cpp }})
* [.NET]({{ site.dcp_dotnet }})

<hr>
UNDERSTANDING DCP
Expand Down
1 change: 1 addition & 0 deletions release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This is a compatibility update that is designed to work with the version 2.2 of

| Versions | Available Editions |
| -------- | --------------------------------------------------------------------------------------- |
| 2.2.20 | [.NET]({{ site.dcp_dotnet }}release-notes/dotnet-2.html#2220-05302024){:target="_blank"} |
| 2.2.11 | [Android]({{ site.dcp_android }}release-notes/android-2.html#2211-05152024){:target="_blank"} |
| 2.2.10 | [C++]({{ site.cpp_release_notes}}cpp-2.html#2210-03012024){:target="_blank"} / [Android]({{ site.dcp_android }}release-notes/android-2.html#2210-04162024){:target="_blank"} / [iOS]({{ site.dcp_ios }}release-notes/ios-2.html#2210-04162024){:target="_blank"} |
| 2.2.0 | [C++]({{ site.cpp_release_notes}}cpp-2.html?ver=2.2.0#220-01162024){:target="_blank"} |
Expand Down

0 comments on commit c1abee7

Please sign in to comment.