Skip to content

Commit f94e806

Browse files
committed
[update] move the guide on integration of react gantt and firebase to the react gantt guides
1 parent 1af3673 commit f94e806

File tree

3 files changed

+15
-30
lines changed

3 files changed

+15
-30
lines changed

data/desktop/howtostart_guides.md

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
2828
<a href="desktop/howtostart_angular.md"><img src="howtostart_frontend_frameworks/gantt_angular.png"></a>
2929
</td>
3030
</tr>
31+
<tr>
32+
<td>
33+
<span style="font-size:15px;">desktop/howtostart_react.md</span>
34+
<br>
35+
A detailed tutorial which dwells on Gantt chart implementation with React.
36+
</td>
37+
<td>
38+
<a href="desktop/howtostart_react.md"><img src="howtostart_frontend_frameworks/gantt_react.png"></a>
39+
</td>
40+
</tr>
3141
<tr>
3242
<td>
3343
<span style="font-size:15px;">desktop/howtostart_vue.md</span>
@@ -51,33 +61,6 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
5161
</tbody>
5262
</table>
5363

54-
<h2>How to Start with React Gantt</h2>
55-
56-
<table style='border-left:none !important;' cellspacing="0" cellpadding="5" border="0">
57-
<tbody>
58-
<tr>
59-
<td>
60-
<span style="font-size:15px;">desktop/howtostart_react.md</span>
61-
<br>
62-
A detailed tutorial which dwells on Gantt chart implementation with React.
63-
</td>
64-
<td>
65-
<a href="desktop/howtostart_react.md"><img src="howtostart_frontend_frameworks/gantt_react.png"></a>
66-
</td>
67-
</tr>
68-
<tr>
69-
<td>
70-
<span style="font-size:15px;">desktop/react_gantt_firebase_integration.md</span>
71-
<br>
72-
An extensive tutorial that describes how to provide real-time updates in React Gantt using Firebase Firestore.
73-
</td>
74-
<td>
75-
<a href="desktop/howtostart_vue.md"><img src="howtostart_frontend_frameworks/gantt_react.png"></a>
76-
</td>
77-
</tr>
78-
</tbody>
79-
</table>
80-
8164

8265
<h2>How to Start with Gantt on Server Side</h2>
8366

@@ -180,7 +163,6 @@ Below you will find a brief overview of the guides which tell you about basic Ga
180163
- desktop/howtostart_vue.md
181164
- desktop/howtostart_svelte.md
182165
- desktop/howtostart_react.md
183-
- desktop/react_gantt_firebase_integration.md
184166
- desktop/howtostart_dotnet_core.md
185167
- desktop/howtostart_dotnet.md
186168
- desktop/howtostart_nodejs.md

data/web/react.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ const demoData = {
100100
export demoData;
101101
~~~
102102

103+
**Related article**: [dhtmlxReactGantt and Firebase Integration](web/react_gantt_firebase_integration.md)
104+
103105
Binding Data
104106
--------------------
105107

@@ -1125,8 +1127,9 @@ Next Steps
11251127
11261128
- For additional info on how to configure ReactGantt, see [this article](web/react_configuration_props.md)
11271129
- For advanced use see [DHTMLX Gantt documentation](desktop/guides.md)
1128-
- For exploring the possibilities of integrating dhtmlxReactGantt with Firebase, see [the related guide](desktop/react_gantt_firebase_integration.md)
1130+
11291131
11301132
11311133
@index:
1132-
- web/react_configuration_props.md
1134+
- web/react_configuration_props.md
1135+
- web/react_gantt_firebase_integration.md
File renamed without changes.

0 commit comments

Comments
 (0)