-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from dynamsoft-docs/preview
Preview
- Loading branch information
Showing
24 changed files
with
1,748 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
tree_file_list: | ||
- sidelist-full-tree.html | ||
- sidelist-programming/programming-cpp.html | ||
- sidelist-programming/programming-cpp-v2.4.2000.html | ||
- sidelist-programming/programming-dotnet.html | ||
- sidelist-programming/programming-python.html | ||
- sidelist-programming/sidelist-architecture.html | ||
- sidelist-programming/sidelist-code-types.html | ||
- sidelist-programming/sidelist-parameter-reference.html | ||
- sidelist-programming/sidelist-parameter-reference-v2.4.2000.html | ||
- sidelist-programming/sidelist-parameters-organization.html | ||
- sidelist-programming/sidelist-understanding.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ version_info_list_desktop: | |
- value: 2.x | ||
child: | ||
- 2.4.2000_python | ||
- 2.4.2000_cplusplus | ||
|
282 changes: 282 additions & 0 deletions
282
_includes/sidelist-programming/programming-cpp-v2.4.2000.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
199 changes: 199 additions & 0 deletions
199
_includes/sidelist-programming/sidelist-parameter-reference-v2.4.2000.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
<li lang="{{include.lang}}" class="category">UNDERSTANDING DCV</li> | ||
<li lang="{{include.lang}}"><a href="{{ site.dcvb_introduction }}index.html" class="otherLinkColour">Overview of DCV</a></li> | ||
<li lang="{{include.lang}}"><a href="{{ site.dcvb_introduction }}index.html" class="otherLinkColour">Overview of DCV</a> | ||
<ul> | ||
<li><a href="{{ site.dbr_introduction }}" class="otherLinkColour">Dynamsoft Barcode Reader Introduction</a></li> | ||
<li><a href="{{ site.dlr_introduction }}" class="otherLinkColour">Dynamsoft Label Recognizer Introduction</a></li> | ||
<li><a href="{{ site.ddn_introduction }}" class="otherLinkColour">Dynamsoft Document Normalizer Introduction</a></li> | ||
<li><a href="{{ site.dcp_introduction }}" class="otherLinkColour">Dynamsoft Code Parser Introduction</a></li> | ||
</ul> | ||
</li> | ||
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath lang=include.lang targetRelativePath="sidelist-architecture.html" -%} | ||
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath lang=include.lang targetRelativePath="sidelist-parameters-organization.html" -%} | ||
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath lang=include.lang targetRelativePath="sidelist-parameter-reference.html" -%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.