Skip to content

Commit d806e30

Browse files
authored
Merge pull request #47 from DHTMLX/next
[remove] outdated v2.1 references from docs
2 parents e2fe6a6 + 6e92b8e commit d806e30

6 files changed

Lines changed: 6 additions & 67 deletions

File tree

docs/deprecated_doc.md

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

docs/guides.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: You can study developer and user guides in the documentation of the
66

77
# Guides
88

9-
:::info
10-
This documentation is dedicated to the renewed DHTMLX Spreadsheet of version **3.0 and upper**. To get information about the previous version **2.1**, [follow the related documentation](https://docs.dhtmlx.com/spreadsheet__index.html).
11-
:::
12-
139
DHTMLX Spreadsheet provides a range of great features to build a perfect application that include: support for import/export of data in different formats, handy work with content and style of data, adaptable structure of a spreadsheet, readonly mode, wide possibilities for look and feel customization, integration with famous frameworks, etc.
1410

1511
## Developer guides

docs/how_to_start.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: You can learn how to start with the DHTMLX JavaScript Spreadsheet l
66

77
# How to start
88

9-
{{note This documentation is dedicated to the renewed DHTMLX Spreadsheet of version 3.0. To get information about the previous version 2.1, [follow the related documentation](https://docs.dhtmlx.com/spreadsheet__index.html).}}
10-
119
This clear and comprehensive tutorial will guide your through the steps you need to complete in order to get a full-functional DHTMLX Spreadsheet on a page. The component will be especially effective for managing large amounts of data when you need to save the results of calculations and reproduce them.
1210

1311
![Spreadsheet init](assets/how_to_start.png)

docs/migration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,11 @@ const locale = {
202202

203203
## 2.1 -> 3.0
204204

205-
This list of changes will help you to migrate from the [previous version 2.1](https://docs.dhtmlx.com/spreadsheet__index.html) where DHTMLX Spreadsheet was PHP-based to the totally renewed version 3.0 in which the component is totally built on JavaScript. Check the list below to explore all the changes.
205+
This list of changes will help you to migrate from the previous version 2.1 where DHTMLX Spreadsheet was PHP-based to the totally renewed version 3.0 in which the component is totally built on JavaScript. Check the list below to explore all the changes.
206206

207-
{{note The [API of version 2.1](https://docs.dhtmlx.com/spreadsheet__reference.html) is still available, but it is incompatible with the [API of version 3.0](api/api_overview.md).}}
207+
:::info
208+
The **API of version 2.1** is still available, but it is incompatible with the [**API starting from version 3.0**](api/api_overview.md). If you require the documentation for version 2.1, please [contact us](https://dhtmlx.com/docs/contact.shtml), and we will send it to you.
209+
:::
208210

209211
### Changed API
210212

docs/whats_new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ Released on October 25, 2018
746746

747747
In comparison to the previous PHP-based version, DHTMLX Spreadsheet of version 3.0 is a completely client-side JavaScript component.
748748

749-
Check the [Migration](migration.md) article to get information about the usage of new API. If you feel like keep using the previous version for a while, [the documentation for DHTMLX Spreadsheet v2.1](https://docs.dhtmlx.com/spreadsheet__index.html) is still available.
749+
Check the [Migration](migration.md#21---30) article to get information about the usage of new API.
750750

751751
### New functionality
752752

sidebars.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ module.exports = {
2323
},
2424
items: [
2525
"whats_new",
26-
"migration",
27-
"deprecated_doc"
26+
"migration"
2827
]
2928
},
3029
{

0 commit comments

Comments
 (0)