You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="django.html" class="hide btn btn-success">Learn about GeoNode's pluggable Django apps and deployable projects</a>
94
+
<ahref="{{ site.extbase.docs }}advanced/index.html#geonode-django-contrib-apps" class="hide btn btn-success">Learn about GeoNode's pluggable Django apps and deployable projects</a>
95
95
</div>
96
96
</div>
97
97
<divclass="col-6 col-md-4">
@@ -108,17 +108,17 @@ <h4>Built for the web</h4>
108
108
</div>
109
109
<divclass="col-12 col-md-8 number three">
110
110
<divclass="highlighted-box">
111
-
<h2>Bootstrap and jQuery</strong></h2>
111
+
<h2>React and Bootstrap</strong></h2>
112
112
<h4>Modern and flexible front-end</h4>
113
-
<p>GeoNode's front-end is based on the popular and flexible jQuery and Bootstrap frameworks. A set of jQuery JavaScript plugins is used to drive the user interface, and Bootstrap CSS is used to style the pages. Both of these frameworks make it easy to theme and customize your own GeoNode implementation if desired.</p>
113
+
<p>GeoNode's front-end is based on the popular and flexible React and Bootstrap frameworks.React is used along with Redux and Rxjs to drive the user interface, and Bootstrap CSS is used to style the pages. Both of these frameworks make it easy to theme and customize your own GeoNode implementation if desired.</p>
114
114
<p>Features include:</p>
115
115
<ulclass="unstyled">
116
116
<li>Bootstrap CSS framework</li>
117
-
<li>jQuery JavaScript front-end and plugins</li>
117
+
<li>React, Redux, Rxjs</li>
118
118
<li>Django templating system</li>
119
119
<li>Customizable themes using LESS and Bootswatch</li>
120
120
</ul>
121
-
<ahref="bootstrap_jquery.html" class="hide btn btn-success">Learn about GeoNode's Front End</a>
121
+
<ahref="{{ site.extbase.docs }}contribute/frontend-development/index.html" class="hide btn btn-success">Learn about GeoNode's Front End</a>
122
122
</div>
123
123
</div>
124
124
</div>
@@ -141,7 +141,7 @@ <h4>Integrate easily</h4>
141
141
<li>GeoServer REST API</li>
142
142
<li>GeoNode search and REST APIs</li>
143
143
</ul>
144
-
<ahref="apis.html" class="hide btn btn-success">Learn about GeoNode's APIs</a>
144
+
<ahref="{{ site.extbase.docs }}devel/api/index.html" class="hide btn btn-success">Learn about GeoNode's APIs</a>
0 commit comments