Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/integration-with-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integration-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integration-with-svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integration-with-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/how-to-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading