Skip to content

Commit

Permalink
Merge pull request #23 from DHTMLX/next
Browse files Browse the repository at this point in the history
merge next into master
  • Loading branch information
tbshag2 authored Nov 6, 2024
2 parents e8e3272 + 999b87e commit 3dd4933
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ $ yarn start

[Download DHTMLX Pivot](https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml)

[Live demos](https://snippet.dhtmlx.com/)
[Live demos](https://snippet.dhtmlx.com/mhymus00?tag=pivot)

[Blog](https://dhtmlx.com/blog/)
[Blog](https://dhtmlx.com/blog/tag/pivot/)

[Forum](https://forum.dhtmlx.com/)
[Forum](https://forum.dhtmlx.com/c/pivot/16)

## Follow us

Expand Down
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,22 +211,22 @@ const config = {
items: [
{
"label": "Examples",
"href": "https://snippet.dhtmlx.com/", // TODO!!!
"href": "https://snippet.dhtmlx.com/mhymus00?tag=pivot",
"position": "right"
},
{
"label": "Forum",
"href": "https://forum.dhtmlx.com/", // TODO!!!
"href": "https://forum.dhtmlx.com/c/pivot/16",
"position": "right"
},
{
"label": "Support",
"href": "https://dhtmlx.com/docs/technical-support.shtml", // TODO!!!
"href": "https://dhtmlx.com/docs/technical-support.shtml",
"position": "right"
},
{
"label": "Download",
"href": "https://dhtmlx.com/docs/products/", // TODO!!!
"href": "https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml",
"position": "right"
}
],
Expand All @@ -239,21 +239,21 @@ const config = {
"items": [
{
"label": "Download JS Pivot",
"href": "https://dhtmlx.com/docs/products/", // TODO!!!
"href": "https://dhtmlx.com/docs/products/dhtmlxPivot/download.shtml",
"position": "right"
},
{
"label": "Examples",
"href": "https://snippet.dhtmlx.com/", // TODO!!!
"href": "https://snippet.dhtmlx.com/mhymus00?tag=pivot",
"position": "right"
},
{
"label": "Blog",
"href": "https://dhtmlx.com/blog/" // TODO!!!
"href": "https://dhtmlx.com/blog/tag/pivot/"
},
{
"label": "Forum",
"href": "https://forum.dhtmlx.com/", // TODO!!!
"href": "https://forum.dhtmlx.com/c/pivot/16",
"position": "right"
}
]
Expand Down

0 comments on commit 3dd4933

Please sign in to comment.