From cd75df6541768e338c00a810004f3cf6844056bd Mon Sep 17 00:00:00 2001 From: tbshag2 Date: Tue, 6 May 2025 17:06:42 +0300 Subject: [PATCH 1/3] [update] noIndex true --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f72735d..46c8096 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -132,7 +132,7 @@ const onAfterDataTransformation = (data) => { /** @type {import('@docusaurus/types').Config} */ const config = { - noIndex: false, + noIndex: true, title: 'DHTMLX JavaScript Pivot Docs', tagline: 'DHTMLX JavaScript Pivot Docs', url: 'https://docs.dhtmlx.com', From cc9c84781f3be48fed7cd000c864c31af207238a Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Thu, 22 May 2025 20:57:55 +0400 Subject: [PATCH 2/3] Update the note related to npm (PRO) --- docs/how-to-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-start.md b/docs/how-to-start.md index 02b7f27..b0cff57 100644 --- a/docs/how-to-start.md +++ b/docs/how-to-start.md @@ -29,7 +29,7 @@ If you want to use trial version of Pivot, download the [**trial Pivot package** ### Installing PRO Pivot via npm and yarn :::info -If you have already purchased Pivot under the proprietary license, send your **license number** to the *contact@dhtmlx.com* email in order to receive *login* and *password* for private **npm** as well as detailed guide on how to install Pivot. Note that private **npm** is available before the expiration of the proprietary Pivot license. +You can access the DHTMLX private **npm** directly in the [Client's Area](https://dhtmlx.com/clients/) by generating your login and password for **npm**. A detailed installation guide is also available there. Please note that access to the private **npm** is available only while your proprietary Pivot license is active. ::: ## Step 2. Including source files From 5cc494f59652983bb7b358463a0dedc0009cabd7 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Thu, 29 May 2025 11:10:56 +0400 Subject: [PATCH 3/3] [update] minor fix (npm or yarn) --- docs/guides/integration-with-angular.md | 2 +- docs/guides/integration-with-react.md | 2 +- docs/guides/integration-with-svelte.md | 2 +- docs/guides/integration-with-vue.md | 2 +- docs/how-to-start.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guides/integration-with-angular.md b/docs/guides/integration-with-angular.md index 665b0f1..111c1b7 100644 --- a/docs/guides/integration-with-angular.md +++ b/docs/guides/integration-with-angular.md @@ -53,7 +53,7 @@ Now you should get the DHTMLX Pivot source code. First of all, stop the app and ### Step 1. Package installation -Download the [**trial Pivot package**](/how-to-start/#installing-trial-pivot-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Pivot is available 30 days only. +Download the [**trial Pivot package**](/how-to-start/#installing-trial-pivot-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Pivot is available 30 days only. ### Step 2. Component creation diff --git a/docs/guides/integration-with-react.md b/docs/guides/integration-with-react.md index eecbffb..957c291 100644 --- a/docs/guides/integration-with-react.md +++ b/docs/guides/integration-with-react.md @@ -56,7 +56,7 @@ Now you should get the DHTMLX Pivot source code. First of all, stop the app and ### Step 1. Package installation -Download the [**trial Pivot package**](/how-to-start/#installing-trial-pivot-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Pivot is available 30 days only. +Download the [**trial Pivot package**](/how-to-start/#installing-trial-pivot-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Pivot is available 30 days only. ### Step 2. Component creation diff --git a/docs/guides/integration-with-svelte.md b/docs/guides/integration-with-svelte.md index 944a940..d0510d2 100644 --- a/docs/guides/integration-with-svelte.md +++ b/docs/guides/integration-with-svelte.md @@ -58,7 +58,7 @@ Now you should get the DHTMLX Pivot source code. First of all, stop the app and ### Step 1. Package installation -Download the [**trial Pivot package**](/how-to-start/#installing-trial-pivot-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Pivot is available 30 days only. +Download the [**trial Pivot package**](/how-to-start/#installing-trial-pivot-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Pivot is available 30 days only. ### Step 2. Component creation diff --git a/docs/guides/integration-with-vue.md b/docs/guides/integration-with-vue.md index e15bf83..c7a6899 100644 --- a/docs/guides/integration-with-vue.md +++ b/docs/guides/integration-with-vue.md @@ -60,7 +60,7 @@ Now you should get the DHTMLX Pivot source code. First of all, stop the app and ### Step 1. Package installation -Download the [**trial Pivot package**](/how-to-start/#installing-trial-pivot-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Pivot is available 30 days only. +Download the [**trial Pivot package**](/how-to-start/#installing-trial-pivot-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Pivot is available 30 days only. ### Step 2. Component creation diff --git a/docs/how-to-start.md b/docs/how-to-start.md index b0cff57..5753a4c 100644 --- a/docs/how-to-start.md +++ b/docs/how-to-start.md @@ -20,13 +20,13 @@ You can import JavaScript Pivot into your project using `yarn` or `npm` package If you want to integrate Pivot into React, Angular, Svelte or Vue projects, refer to the corresponding [**integration guides**](/category/integration-with-frameworks/) for more information. ::: -### Installing trial Pivot via npm and yarn +### Installing trial Pivot via npm or yarn :::info If you want to use trial version of Pivot, download the [**trial Pivot package**](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml) and follow the steps mentioned in the *README* file. Note that trial Pivot is available for 30 days only. ::: -### Installing PRO Pivot via npm and yarn +### Installing PRO Pivot via npm or yarn :::info You can access the DHTMLX private **npm** directly in the [Client's Area](https://dhtmlx.com/clients/) by generating your login and password for **npm**. A detailed installation guide is also available there. Please note that access to the private **npm** is available only while your proprietary Pivot license is active.