Skip to content

Commit f3519bf

Browse files
Merge pull request #168 from dynamsoft-docs/preview
add migration guide to landing page
2 parents bb72281 + c437a8b commit f3519bf

6 files changed

Lines changed: 39 additions & 46 deletions

File tree

_includes/sidelist-programming/programming-java.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
</li>
265265
<li lang="java"><a class="otherLinkColour">Migration Guides</a>
266266
<ul>
267-
<li><a href="{{ site.dbr_java }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
268267
<li><a href="{{ site.dbr_java }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
269268
</ul>
270269
</li>

programming/cplusplus/index.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Furthermore, DBR provides a powerful parameter system in order to cope with vari
1919

2020
## Getting Started with DBR C++ Edition
2121

22-
The best way to start with the Dynamsoft Barcode Reader C++ Edition, is following the [`User Guide`]({{site.dbr_cpp}}user-guide.html) to build your first barcode reading application. Please note that the system requirements is as below:
22+
If you are new to Dynamsoft Barcode Reader C++ Edition, follow the [`User Guide`]({{site.dbr_cpp}}user-guide.html) to build your first barcode reading application. Please note that the system requirements is as below:
2323

2424
### System Requirements
2525

@@ -45,6 +45,21 @@ For embedded or ARM-based platforms, we recommend using a device with performanc
4545
> [!NOTE]
4646
> Other architectures and operating systems, such as ESP32, MIPS, FreeRTOS, and Micrium uC/OS, are not supported.
4747
48+
## Migration Guides
49+
50+
If you are upgrading from a previous version of Dynamsoft Barcode Reader, please refer to the following guides:
51+
52+
- [Migrate from v10.x to v11.x]({{ site.dbr_cpp }}migrate-from-v10/) - For users upgrading from version 10.x
53+
- [Migrate from v9.x to v11.x]({{ site.dbr_cpp }}migrate-from-v9/) - For users upgrading from version 9.x
54+
55+
## API Reference
56+
57+
For an overview of the APIs, see the [API Reference]({{ site.dbr_cpp_api }}index.html).
58+
59+
## Release Notes
60+
61+
For a peek of DBR C++ Edition history, check the [Release Notes]({{ site.dbr_cpp_release_notes }}).
62+
4863
## License Subscription
4964

5065
To develop and run your application with Dynamsoft Barcode Reader SDK, you need an active license key:

programming/dotnet/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Furthermore, DBR provides a powerful parameter system in order to cope with vari
1717

1818
## Getting Started with DBR .NET Edition
1919

20-
The best way to start with the Dynamsoft Barcode Reader .NET Edition, is following the [`User Guide`]({{ site.dbr_dotnet}}user-guide.html) to build your first barcode reading application. Please note that the system requirements is as below:
20+
If you are new to Dynamsoft Barcode Reader .NET Edition, follow the [`User Guide`]({{ site.dbr_dotnet}}user-guide.html) to build your first barcode reading application. Please note that the system requirements is as below:
2121

2222
### System Requirements
2323

@@ -38,6 +38,13 @@ The best way to start with the Dynamsoft Barcode Reader .NET Edition, is followi
3838
> [!NOTE]
3939
> Other architectures and operating systems, such as ESP32, MIPS, FreeRTOS, and Micrium uC/OS, are not supported.
4040
41+
## Migration Guides
42+
43+
If you are upgrading from a previous version of Dynamsoft Barcode Reader, please refer to the following guides:
44+
45+
- [Migrate from v10.x to v11.x]({{ site.dbr_dotnet }}migrate-from-v10/) - For users upgrading from version 10.x
46+
- [Migrate from v9.x to v11.x]({{ site.dbr_dotnet }}migrate-from-v9/) - For users upgrading from version 9.x
47+
4148
## API Reference
4249

4350
For an overview of the APIs, see the [API Reference]({{ site.dbr_dotnet_api }}).

programming/java/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Furthermore, DBR provides a powerful parameter system in order to cope with vari
1717

1818
## Getting Started with DBR Java Edition
1919

20-
The best way to start with the Dynamsoft Barcode Reader Java Edition, is following the [`User Guide`]({{ site.dbr_java }}user-guide.html) to build your first barcode reading application. Please note that the system requirements is as below:
20+
If you are new to Dynamsoft Barcode Reader Java Edition, follow the [`User Guide`]({{ site.dbr_java }}user-guide.html) to build your first barcode reading application. Please note that the system requirements is as below:
2121

2222
### System Requirements
2323

@@ -37,6 +37,12 @@ For embedded or ARM-based platforms, we recommend using a device with performanc
3737
> [!NOTE]
3838
> Other architectures and operating systems, such as ESP32, MIPS, FreeRTOS, and Micrium uC/OS, are not supported.
3939
40+
## Migration Guides
41+
42+
If you are upgrading from a previous version of Dynamsoft Barcode Reader, please refer to the following guides:
43+
44+
- [Migrate from v9.x to v11.x]({{ site.dbr_java }}migrate-from-v9/) - For users upgrading from version 9.x
45+
4046
## API Reference
4147

4248
For an overview of the APIs, see the [API Reference]({{ site.dbr_java_api }}).

programming/java/migrate-from-v10/index.md

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

programming/python/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Furthermore, DBR provides a powerful parameter system in order to cope with vari
1717

1818
## Getting Started with DBR Python Edition
1919

20-
The best way to start with the Dynamsoft Barcode Reader Python Edition, is following the [`User Guide`]({{ site.dbr_python }}user-guide.html) to build your first barcode reading application. Please note that the system requirements is as below:
20+
If you are new to Dynamsoft Barcode Reader Python Edition, follow the [`User Guide`]({{ site.dbr_python }}user-guide.html) to build your first barcode reading application. Please note that the system requirements is as below:
2121

2222
### System Requirements
2323

@@ -48,6 +48,13 @@ For embedded or ARM-based platforms, we recommend using a device with performanc
4848
> [!NOTE]
4949
> Other architectures and operating systems, such as ESP32, MIPS, FreeRTOS, and Micrium uC/OS, are not supported.
5050
51+
## Migration Guides
52+
53+
If you are upgrading from a previous version of Dynamsoft Barcode Reader, please refer to the following guides:
54+
55+
- [Migrate from v10.x to v11.x]({{ site.dbr_python }}migrate-from-v10/) - For users upgrading from version 10.x
56+
- [Migrate from v9.x to v11.x]({{ site.dbr_python }}migrate-from-v9/) - For users upgrading from version 9.x
57+
5158
## API Reference
5259

5360
For an overview of the APIs, see the [API Reference]({{ site.dbr_python_api }}).

0 commit comments

Comments
 (0)