Skip to content

Commit 22bed97

Browse files
committed
Fix documentation issues: version label, typo, TODO comment, and heading format
- Update API reference title from v10.x to v11.x - Fix double slash typo in MultiFrameResultCrossFilter URL - Remove leftover TODO comment from user guide - Remove emoji from BarcodeScanner heading for cleaner formatting
1 parent 4d3d32f commit 22bed97

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

programming/javascript/api-reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: Dynamsoft Barcode Reader JavaScript Edition v10.x API Reference - Main Page
3+
title: Dynamsoft Barcode Reader JavaScript Edition v11.x API Reference - Main Page
44
description: This is the main page of Dynamsoft Barcode Reader for JavaScript SDK API Reference.
55
keywords: BarcodeReader, api reference, javascript, js
66
needAutoGenerateSidebar: true
@@ -177,4 +177,4 @@ noTitleIndex: true
177177

178178
* [UtilityModule]({{ site.dcvb_js_api }}utility/utility-module-class.html)
179179
* [ImageManager]({{ site.dcvb_js_api }}utility/image-manager.html)
180-
* [MultiFrameResultCrossFilter]({{ site.dcvb_js_api }}utility//multi-frame-result-cross-filter.html)
180+
* [MultiFrameResultCrossFilter]({{ site.dcvb_js_api }}utility/multi-frame-result-cross-filter.html)

programming/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To get a fast start, you can
2323

2424
The following describes the highlights of DBR JavaScript edition (DBR-JS) version 11.x.
2525

26-
# BarcodeScanner – Simplified API and Built-in UI
26+
# BarcodeScanner – Simplified API and Built-in UI
2727

2828
The `BarcodeScanner` class offers a streamlined API and a prebuilt interactive UI, making barcode scanning integration easier than ever. This is now the recommended way to use DBR-JS, especially for developers who want a quick, clean, and robust scanning experience with minimal setup.
2929

programming/javascript/user-guide/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ The complete code of the "Hello World" example is shown below
137137
</html>
138138
```
139139
140-
<!--TOM: Update the code links-->
141-
142140
<p align="center" style="text-align:center; white-space: normal; ">
143141
<a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v11.2.40/hello-world.html" title="Code in Github" style="text-decoration:none;">
144142
<img src="https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/github.svg" alt="Code in Github" width="20" height="20" style="width:20px;height:20px;">

0 commit comments

Comments
 (0)