Skip to content

Commit

Permalink
[update] add separate section about integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Oct 9, 2023
1 parent bc66a6b commit 1d89d84
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
Binary file added docs/assets/arv.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/guides/integration_with_frameworks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_label: Integration with frameworks
title: Integration
description: You can learn about the integration in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
---

# Integration with Angular, React and Vue frameworks

![Angular React Vue](../assets/arv.jpg)

DHTMLX Event Calendar is compatible with **Angular**, **React** and **Vue** frameworks. Refer to the corresponding [**Examples on CodeSandbox**](https://codesandbox.io/u/DHTMLX) for more information.
20 changes: 19 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,24 @@ module.exports = {
},
]
},

//start Backend and frameworks integration
{
type: "category",
label: "Backend and frameworks integration",
link: {
type: 'generated-index',
title: "Backend and frameworks integration",
keywords: ['backend and frameworks integration'],
image: '/img/docusaurus.png'
},
items: [
"guides/working_with_server",
"guides/integration_with_frameworks",
],
},
// end Backend and frameworks integration

{
type: "category",
label: "Guides",
Expand All @@ -292,7 +310,7 @@ module.exports = {
"guides/stylization",
"guides/localization",
"guides/working_with_data",
"guides/working_with_server",
//"guides/working_with_server",
"guides/typescript_support"
]
},
Expand Down

0 comments on commit 1d89d84

Please sign in to comment.