Skip to content

Commit

Permalink
Merge pull request #37 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
Dynamsoft-Henry authored Mar 7, 2024
2 parents e011c86 + e356dcc commit cc5794f
Show file tree
Hide file tree
Showing 56 changed files with 4,881 additions and 872 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- main
- preview
#- preview

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

.DS_Store
/.vs
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ dcv_android_api: /capture-vision/docs/mobile/programming/android/api-reference/

dcv_introduction: /capture-vision/docs/core/introduction/

dce_android: /camera-enhancer/docs/mobile/programming/android/
dce_ios: /camera-enhancer/docs/mobile/programming/ios/
dce_android_api: /camera-enhancer/docs/mobile/programming/android/
dce_ios_api: /camera-enhancer/docs/mobile/programming/ios/

dcv_enums: /capture-vision/docs/core/enums/
dcv_enumerations: /capture-vision/docs/core/enums/

ios: /document-normalizer/docs/mobile/programming/ios/
ios_api: /document-normalizer/docs/mobile/programming/ios/api-reference/
ddn_ios_api: /document-normalizer/docs/mobile/programming/ios/api-reference/
ios_release_notes: /document-normalizer/docs/mobile/programming/ios/release-notes/
ios_camera_enhancer: /document-normalizer/docs/mobile/programming/ios/api-reference/camera-enhancer/

android: /document-normalizer/docs/mobile/programming/android/
android_api: /document-normalizer/docs/mobile/programming/android/api-reference/
ddn_android_api: /document-normalizer/docs/mobile/programming/android/api-reference/
android_release_notes: /document-normalizer/docs/mobile/programming/android/release-notes/
android_camera_enhancer: /document-normalizer/docs/mobile/programming/android/api-reference/camera-enhancer/

Expand Down
2 changes: 2 additions & 0 deletions _data/full_tree.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
tree_file_list:
- sidelist-full-tree.html
- sidelist-programming/programming-android.html
- sidelist-programming/programming-android-v2.0.20.html
- sidelist-programming/programming-android-v1.0.30.html
- sidelist-programming/programming-ios.html
- sidelist-programming/programming-ios-v2.0.20.html
- sidelist-programming/programming-ios-v1.0.30.html
- sidelist-programming/programming-xamarin.html
47 changes: 38 additions & 9 deletions _data/product_version.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
useGroupedVersion: true

version_info_list:
- latest version
- 1.0.30
- 1.0.21
- 1.0.20
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.0
- value: latest version
- value: 2.x
child:
- 2.0.20_android
- 2.0.20_ios
- value: 1.x
child:
- 1.0.30_android
- 1.0.21_android
- 1.0.20_android
- 1.0.12_android
- 1.0.11_android
- 1.0.10_android
- 1.0.0_android
- 1.0.30_ios
- 1.0.21_ios
- 1.0.20_ios
- 1.0.12_ios
- 1.0.11_ios
- 1.0.10_ios
- 1.0.0_ios
- 1.0.5_xamarin
- 1.0.4_xamarin
- 1.0.3_xamarin
- 1.0.2_xamarin
- 1.0.1_xamarin
- 1.0.0_xamarin


# version_info_list_xamarin:
# - value: latest version (1.0.5)
# - value: 1.x
# child:
# - 1.0.4
# - 1.0.3
# - 1.0.2
# - 1.0.1
# - 1.0.0
84 changes: 0 additions & 84 deletions _includes/api-reference/drawing-item-android.md

This file was deleted.

78 changes: 0 additions & 78 deletions _includes/api-reference/drawing-item-ios.md

This file was deleted.

34 changes: 17 additions & 17 deletions _includes/sidelist-programming/programming-android-v1.0.30.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
<li><a href="{{ site.android }}samples/helloworld.html" class="otherLinkColour">HelloWorld</a></li>
</ul>
</li>
<li lang="android"><a href="{{ site.android_api }}index.html" class="otherLinkColour">API Reference</a>
<li lang="android"><a href="{{ site.ddn_android_api }}index.html" class="otherLinkColour">API Reference</a>
<ul>
<li><a href="{{ site.android_api }}document-normalizer-index.html" class="otherLinkColour">DocumentNormalizer Class</a>
<li><a href="{{ site.ddn_android_api }}document-normalizer-index.html" class="otherLinkColour">DocumentNormalizer Class</a>
<ul>
<li><a href="{{ site.android_api }}document-normalizer-init.html" class="otherLinkColour">Initialization Methods</a></li>
<li><a href="{{ site.android_api }}document-normalizer-video.html" class="otherLinkColour">Video Detecting Methods</a></li>
<li><a href="{{ site.android_api }}document-normalizer-normalizing.html" class="otherLinkColour">Detect and Normalize Methods</a></li>
<li><a href="{{ site.android_api }}document-normalizer-settings.html" class="otherLinkColour">Runtime Settings Methods</a></li>
<li><a href="{{ site.android_api }}document-normalizer-general.html" class="otherLinkColour">General Methods</a></li>
<li><a href="{{ site.ddn_android_api }}document-normalizer-init.html" class="otherLinkColour">Initialization Methods</a></li>
<li><a href="{{ site.ddn_android_api }}document-normalizer-video.html" class="otherLinkColour">Video Detecting Methods</a></li>
<li><a href="{{ site.ddn_android_api }}document-normalizer-normalizing.html" class="otherLinkColour">Detect and Normalize Methods</a></li>
<li><a href="{{ site.ddn_android_api }}document-normalizer-settings.html" class="otherLinkColour">Runtime Settings Methods</a></li>
<li><a href="{{ site.ddn_android_api }}document-normalizer-general.html" class="otherLinkColour">General Methods</a></li>
</ul>
</li>
<li><a href="{{ site.android_api }}auxiliary-index.html" class="otherLinkColour">Auxiliary Classes</a>
<li><a href="{{ site.ddn_android_api }}auxiliary-index.html" class="otherLinkColour">Auxiliary Classes</a>
<ul>
<li><a href="{{ site.android_api }}quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li>
<li><a href="{{ site.android_api }}image-data.html" class="otherLinkColour">ImageData</a></li>
<li><a href="{{ site.android_api }}license-manager.html" class="otherLinkColour">LicenseManager</a></li>
<li><a href="{{ site.android_api }}detected-quad-result.html" class="otherLinkColour">DetectedQuadResult</a></li>
<li><a href="{{ site.android_api }}normalized-image-result.html" class="otherLinkColour">NormalizedImageResult</a></li>
<li><a href="{{ site.android_api }}document-normalizer-exception.html" class="otherLinkColour">DocumentNormalizerException</a></li>
<li><a href="{{ site.ddn_android_api }}quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li>
<li><a href="{{ site.ddn_android_api }}image-data.html" class="otherLinkColour">ImageData</a></li>
<li><a href="{{ site.ddn_android_api }}license-manager.html" class="otherLinkColour">LicenseManager</a></li>
<li><a href="{{ site.ddn_android_api }}detected-quad-result.html" class="otherLinkColour">DetectedQuadResult</a></li>
<li><a href="{{ site.ddn_android_api }}normalized-image-result.html" class="otherLinkColour">NormalizedImageResult</a></li>
<li><a href="{{ site.ddn_android_api }}document-normalizer-exception.html" class="otherLinkColour">DocumentNormalizerException</a></li>
</ul>
</li>
<li><a href="{{ site.android_api }}interface-index.html" class="otherLinkColour">Interfaces</a>
<li><a href="{{ site.ddn_android_api }}interface-index.html" class="otherLinkColour">Interfaces</a>
<ul>
<li><a href="{{ site.android_api }}detect-result-listener.html" class="otherLinkColour">DetectResultListener</a></li>
<li><a href="{{ site.android_api }}license-verification-listener.html" class="otherLinkColour">LicenseVerificationListener</a></li>
<li><a href="{{ site.ddn_android_api }}detect-result-listener.html" class="otherLinkColour">DetectResultListener</a></li>
<li><a href="{{ site.ddn_android_api }}license-verification-listener.html" class="otherLinkColour">LicenseVerificationListener</a></li>
</ul>
</li>
<li><a>Enumerations</a>
Expand Down
Loading

0 comments on commit cc5794f

Please sign in to comment.