Skip to content

Commit 689bb74

Browse files
Merge pull request #32 from DHTMLX/next
Update the note related to npm (PRO)
2 parents f405ed1 + 5cc494f commit 689bb74

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/guides/integration-with-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Now you should get the DHTMLX Pivot source code. First of all, stop the app and
5353

5454
### Step 1. Package installation
5555

56-
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.
56+
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.
5757

5858
### Step 2. Component creation
5959

docs/guides/integration-with-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Now you should get the DHTMLX Pivot source code. First of all, stop the app and
5656

5757
### Step 1. Package installation
5858

59-
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.
59+
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.
6060

6161
### Step 2. Component creation
6262

docs/guides/integration-with-svelte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Now you should get the DHTMLX Pivot source code. First of all, stop the app and
5858

5959
### Step 1. Package installation
6060

61-
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.
61+
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.
6262

6363
### Step 2. Component creation
6464

docs/guides/integration-with-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Now you should get the DHTMLX Pivot source code. First of all, stop the app and
6060

6161
### Step 1. Package installation
6262

63-
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.
63+
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.
6464

6565
### Step 2. Component creation
6666

docs/how-to-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ You can import JavaScript Pivot into your project using `yarn` or `npm` package
2020
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.
2121
:::
2222

23-
### Installing trial Pivot via npm and yarn
23+
### Installing trial Pivot via npm or yarn
2424

2525
:::info
2626
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.
2727
:::
2828

29-
### Installing PRO Pivot via npm and yarn
29+
### Installing PRO Pivot via npm or yarn
3030

3131
:::info
32-
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.
32+
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.
3333
:::
3434

3535
## Step 2. Including source files

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const onAfterDataTransformation = (data) => {
132132

133133
/** @type {import('@docusaurus/types').Config} */
134134
const config = {
135-
noIndex: false,
135+
noIndex: true,
136136
title: 'DHTMLX JavaScript Pivot Docs',
137137
tagline: 'DHTMLX JavaScript Pivot Docs',
138138
url: 'https://docs.dhtmlx.com',

0 commit comments

Comments
 (0)