diff --git a/_data/product_version.yml b/_data/product_version.yml index da30844..fceef12 100644 --- a/_data/product_version.yml +++ b/_data/product_version.yml @@ -2,7 +2,6 @@ useGroupedVersion: true version_info_list: - value: latest version(3.0.0) - - value: 3.x - value: 2.x child: - 2.1 diff --git a/guides/mrz-scanner.md b/guides/mrz-scanner.md index 92d0d71..ae5306b 100644 --- a/guides/mrz-scanner.md +++ b/guides/mrz-scanner.md @@ -232,6 +232,9 @@ Different types of webservers are configured differently, for example: Let's now go through the code of the Hello World sample to understand how the code works in detail. +> [!NOTE] +> If you are using a framework like React/Angular/Vue, please refer to the [framework samples]({{ site.codegallery }}index.html#frameworks) built by the development team. + ### Step 1: Setting up the HTML and Including the MRZ Scanner ```html