Skip to content

Commit 2a1e541

Browse files
Merge pull request #459 from dynamsoft-docs/preview
update to internal commit d9e017b7
2 parents 20bf6e3 + e1bac12 commit 2a1e541

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

programming/javascript/user-guide/barcode-scanner-customization-v10.5.3000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default-layout
33
needAutoGenerateSidebar: true
44
needGenerateH3Content: true
55
noTitleIndex: true
6-
title: Dynamsoft Barcode Scanner JavaScript Edition Customization
6+
title: Customizations - Dynamsoft Barcode Scanner v10.5.3000 JavaScript Edition
77
keywords: Documentation, Barcode Scanner, Dynamsoft Barcode Scanner JavaScript Edition, customization
88
description: Dynamsoft Barcode Scanner customization
99
---

programming/javascript/user-guide/barcode-scanner-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default-layout
33
needAutoGenerateSidebar: true
44
needGenerateH3Content: true
55
noTitleIndex: true
6-
title: Dynamsoft Barcode Scanner JavaScript Edition Customization
6+
title: Customizations - Dynamsoft Barcode Scanner v11.0.3000 JavaScript Edition
77
keywords: Documentation, Barcode Scanner, Dynamsoft Barcode Scanner JavaScript Edition, customization
88
description: Dynamsoft Barcode Scanner customization
99
---

programming/javascript/user-guide/barcode-scanner-v10.5.3000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default-layout
33
needAutoGenerateSidebar: true
44
needGenerateH3Content: true
55
noTitleIndex: true
6-
title: Dynamsoft Barcode Scanner JavaScript Edition - User Guide
6+
title: User Guide - Dynamsoft Barcode Scanner v10.5.3000 JavaScript Edition
77
keywords: Documentation, Barcode Scanner, Dynamsoft Barcode Scanner JavaScript Edition,
88
description: Dynamsoft Barcode Scanner User Guide
99
---

programming/javascript/user-guide/barcode-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default-layout
33
needAutoGenerateSidebar: true
44
needGenerateH3Content: true
55
noTitleIndex: true
6-
title: Dynamsoft Barcode Scanner JavaScript Edition - User Guide
6+
title: User Guide - Dynamsoft Barcode Scanner v11.0.3000 JavaScript Edition
77
keywords: Documentation, Barcode Scanner, Dynamsoft Barcode Scanner JavaScript Edition,
88
description: Dynamsoft Barcode Scanner User Guide
99
---

programming/javascript/user-guide/index-v10.5.3000.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ schema: schemas/dynamsoft-facilitates-mit-research-schema.json
1616

1717
[Dynamsoft Barcode Reader JavaScript Edition](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (DBR-JS) is equipped with industry-leading algorithms for exceptional speed, accuracy and read rates in barcode reading. Using its well-designed API, you can turn your web page into a barcode scanner with just a few lines of code.
1818

19-
![version](https://img.shields.io/npm/v/dynamsoft-barcode-reader.svg)
19+
<!-- ![version](https://img.shields.io/npm/v/dynamsoft-barcode-reader.svg)
2020
![downloads](https://img.shields.io/npm/dm/dynamsoft-barcode-reader.svg)
2121
![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/dynamsoft-barcode-reader.svg)
2222
2323
![version](https://img.shields.io/npm/v/dynamsoft-javascript-barcode.svg)
2424
![downloads](https://img.shields.io/npm/dm/dynamsoft-javascript-barcode.svg)
25-
![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/dynamsoft-javascript-barcode.svg)
25+
![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/dynamsoft-javascript-barcode.svg) -->
2626

2727
Once the DBR-JS SDK gets integrated into your web page, your users can access a camera via the browser and read barcodes directly from its video input.
2828

programming/javascript/user-guide/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ schema: schemas/dynamsoft-facilitates-mit-research-schema.json
1414

1515
# Barcode Reader for Your Website - User Guide
1616

17-
[Dynamsoft Barcode Reader JavaScript Edition](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (DBR-JS) is equipped with industry-leading algorithms for exceptional speed, accuracy and read rates in barcode reading. Using its well-designed API, you can turn your web page into a barcode scanner with just a few lines of code.
17+
[Dynamsoft Barcode Reader JavaScript Edition](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (DBR-JS) is equipped with industry-leading algorithms for exceptional speed, accuracy and read rates in barcode reading. Using its well-designed API, you can turn your web page into a barcode scanner with just a few lines of code. Once the DBR-JS SDK gets integrated into your web page, your users can access a camera via the browser and read barcodes directly from its video input.
1818

19-
![version](https://img.shields.io/npm/v/dynamsoft-barcode-reader.svg)
19+
<!-- ![version](https://img.shields.io/npm/v/dynamsoft-barcode-reader.svg)
2020
![downloads](https://img.shields.io/npm/dm/dynamsoft-barcode-reader.svg)
2121
![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/dynamsoft-barcode-reader.svg)
2222
2323
![version](https://img.shields.io/npm/v/dynamsoft-javascript-barcode.svg)
2424
![downloads](https://img.shields.io/npm/dm/dynamsoft-javascript-barcode.svg)
25-
![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/dynamsoft-javascript-barcode.svg)
26-
27-
Once the DBR-JS SDK gets integrated into your web page, your users can access a camera via the browser and read barcodes directly from its video input.
25+
![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/dynamsoft-javascript-barcode.svg) -->
2826

2927
In this guide, you will learn step by step on how to integrate the DBR-JS SDK into your website.
3028

0 commit comments

Comments
 (0)