Skip to content

Commit 228e89f

Browse files
committed
fix: MDS release notes links and content
1 parent ae55a38 commit 228e89f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<li><a href="{{ site.release-notes }}mobile-web-capture.html" class="otherLinkColour">Release Notes</a></li>
1+
<li><a href="{{ site.release-notes }}index.html" class="otherLinkColour">Release Notes</a></li>

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ description: Mobile Document Scanner JS Edition Documentation Homepage
1717
- [API References]({{ site.api }}index.html)
1818
- [Document Scanner]({{ site.api }}document-scanner.html)
1919
- [Mobile Web Capture]({{ site.api }}mobile-web-capture.html)
20-
- [Release notes]({{ site.release-notes }}mobile-web-capture.html)
20+
- [Release notes]({{ site.release-notes }}index.html)

release-notes/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ needAutoGenerateSidebar: true
44
needGenerateH3Content: true
55
noTitleIndex: true
66
title: Document Scanner - Release Notes
7-
keywords: Documentation, Mobile Document Scanner, Web, JS Edition, Document Scanner, DDS, MWC, Release Notes
7+
keywords: Documentation, Mobile Document Scanner, Web, JS Edition, Document Scanner, MDS, MWC, Release Notes
88
breadcrumbText: Release Notes
99
description: Mobile Web Capture Documentation Release Notes
10-
permalink: /release-notes/document-scanner.html
1110
---
1211

13-
# Document Scanner Release Notes
12+
# Mobile Document Scanner JavaScript Edition Release Notes
1413

1514
## 1.2.0 (30/04/2025)
1615

@@ -27,7 +26,7 @@ permalink: /release-notes/document-scanner.html
2726
- `minVerifiedFramesForAutoCapture`: Change the minimum verified frames to auto capture the document. `2` frames are needed by default. Lower this number to make the capture faster (this could have an effect on accuracy/quality of image scanned).
2827
- `scanRegion`: allows users to set a scan region while scanning a document
2928

30-
```
29+
```typescript
3130
export interface ScanRegion {
3231
ratio: {
3332
width: number;

0 commit comments

Comments
 (0)