From 713a6abcab89f0fdaa22e4e00b1f08ae5575b78a Mon Sep 17 00:00:00 2001 From: Vasil Ganev Date: Thu, 16 Jan 2025 14:04:07 +0200 Subject: [PATCH] refactor(common): replace lib with lp (#644) --- .../common-latest-internal-builds.md | 33 ------------------- knowledge-base/common-latest-preview.md | 30 +++++++++++++++++ 2 files changed, 30 insertions(+), 33 deletions(-) delete mode 100644 knowledge-base/common-latest-internal-builds.md create mode 100644 knowledge-base/common-latest-preview.md diff --git a/knowledge-base/common-latest-internal-builds.md b/knowledge-base/common-latest-internal-builds.md deleted file mode 100644 index fdc67f7ea0..0000000000 --- a/knowledge-base/common-latest-internal-builds.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Latest Internal Builds -description: Latest Internal Builds. Check it now! -type: how-to -page_title: Latest Internal Builds -slug: common-latest-internal-builds -res_type: kb ---- - - -### What is LIB? - The Latest Internal Build (LIB) or а nightly build is a distribution of the UI for ASP.NET AJAX assemblies, built against the latest development environment. - - It contains all the newest bug fixes. - -### What is the Purpose? - The purpose of the LIB is to allow the users to test the latest bug fixes. So, if you have experienced any problem with the current official distributions there is a possibility that the issue has already been addressed in the latest internal build. - -### How to obtain the LIB? - -Go to the Download section of UI for ASP.NET AJAX at [https://www.telerik.com/account/product-download?product=RCAJAX](https://www.telerik.com/account/product-download?product=RCAJAX) -> click on Internal Builds and look for the zip archive containing the LIB: - -`Telerik_UI_for_ASP.NET_AJAX_2021_x_xxx_Dev_hotfix.zip` - `Telerik_UI_for_ASP.NET_AJAX_2021_x_xxx_Trial_hotfix.zip` - - -![Download_LIB](images/download_lib.png) - - -### Is the LIB suitable for Production? - -The Latest Internal Builds are intended to be used for development purposes only and they are not recommended for production purposes as these distributions have not gone through the complete QA process. - diff --git a/knowledge-base/common-latest-preview.md b/knowledge-base/common-latest-preview.md new file mode 100644 index 0000000000..88374d4b44 --- /dev/null +++ b/knowledge-base/common-latest-preview.md @@ -0,0 +1,30 @@ +--- +title: Latest Preview +description: Latest Preview. Check it now! +type: how-to +page_title: Latest Preview +slug: common-latest-preview +res_type: kb +--- + +### What is Latest Preview? + +The Latest Preview (LP) or а nightly build is a distribution of the UI for ASP.NET AJAX assemblies, built against the latest development environment. + +It contains all the newest bug fixes. + +### What is the Purpose? + +The purpose of the Latest Preview is to allow the users to test the latest bug fixes. So, if you have experienced any problem with the current official distributions there is a possibility that the issue has already been addressed in the latest internal build. + +### How to obtain the Latest Preview? + +Go to the Download section of UI for ASP.NET AJAX at [https://www.telerik.com/account/product-download?product=RCAJAX](https://www.telerik.com/account/product-download?product=RCAJAX) -> click on Internal Builds and look for the zip archive containing the LP: + +`Telerik_UI_for_ASP.NET_AJAX_2021_x_xxx_Dev_hotfix.zip` +`Telerik_UI_for_ASP.NET_AJAX_2021_x_xxx_Trial_hotfix.zip` + +### Is the Latest Preview suitable for Production? + +The Latest Previews are intended to be used for development purposes only and they are not recommended for production purposes as these distributions have not gone through the complete QA process. +