Skip to content

Commit b4e9f5a

Browse files
update to internal commit 7fe18d79
1 parent b1ca44c commit b4e9f5a

File tree

12 files changed

+36
-17
lines changed

12 files changed

+36
-17
lines changed

_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ features: /document-viewer/docs/features/
1010
viewer: /document-viewer/docs/viewer/
1111
ui: /document-viewer/docs/ui/
1212
api: /document-viewer/docs/api/
13-
14-
15-
1613
license: /document-viewer/docs/license/
17-
1814
releasenotes: /document-viewer/docs/releasenotes/
15+
faq: /document-viewer/docs/faq/
1916

2017
useVersionTree: true
2118

_data/full_tree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tree_file_list:
66
- sidelist-ui.html
77
- sidelist-apis.html
88
- sidelist-releasenotes.html
9+
- sidelist-faq.html
910
- sidelist-full-tree.html
1011
- sidelist-apis-v1.0.0.html
1112
- sidelist-apis-v1.1.html

_includes/sidelist-faq.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<li><a href="{{ site.faq }}index.html" class="otherLinkColour">FAQ</a>
2+
<ul>
3+
<li><a href="{{ site.faq }}dwt-with-annotation.html" class="otherLinkColour">How to Add Annotations to a Scanned Document</a></li>
4+
</ul>
5+
</li>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-introduction.html" -%}
2+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-gettingstarted.html" -%}
3+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-features.html" -%}
4+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-dviewer.html" -%}
5+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-ui.html" -%}
6+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-apis.html" -%}
7+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-releasenotes.html" -%}

_includes/sidelist-full-tree.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-dviewer.html" -%}
55
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-ui.html" -%}
66
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-apis.html" -%}
7-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-releasenotes.html" -%}
7+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-releasenotes.html" -%}
8+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-faq.html" -%}

api/namespace/ddv_core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ license: string;
4545

4646
```typescript
4747
// Public trial license which is valid for 24 hours
48-
// You can request a 30-day trial key from https://www.dynamsoft.com/customer/license/trialLicense/?product=ddv
48+
// You can request a 30-day trial key from https://www.dynamsoft.com/customer/license/trialLicense/?product=mwc
4949
Dynamsoft.DDV.Core.license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9";
5050
```
5151

@@ -150,7 +150,7 @@ A Promise [`ConfigResult`]({{ site.api }}interface/configresult.html) object.
150150

151151
```typescript
152152
// Public trial license which is valid for 24 hours
153-
// You can request a 30-day trial key from https://www.dynamsoft.com/customer/license/trialLicense/?product=ddv
153+
// You can request a 30-day trial key from https://www.dynamsoft.com/customer/license/trialLicense/?product=mwc
154154
Dynamsoft.DDV.Core.license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9";
155155
Dynamsoft.DDV.Core.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-document-viewer@latest/dist/engine";
156156
Dynamsoft.DDV.Core.loadWasm();

assets/imgs/dwt-ddv-helloworld.png

46 KB
Loading

assets/imgs/dwt-with-ddv.jpg

109 KB
Loading

faq.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

faq/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default-layout
3+
needAutoGenerateSidebar: true
4+
needGenerateH3Content: true
5+
noTitleIndex: true
6+
title: Dynamic Web TWAIN SDK FAQ
7+
keywords: Documentation, Dynamsoft Document Viewer, FAQ
8+
breadcrumbText: FAQ
9+
description: Dynamsoft Document Viewer Documentation FAQ
10+
permalink: /faq/index.html
11+
---
12+
13+
# FAQ
14+
15+
- [How to add annotations to a scanned document?](https://www.dynamsoft.com/web-twain/docs/faq/dwt-with-annotation.html)

0 commit comments

Comments
 (0)