Skip to content

Commit 8d6670e

Browse files
committed
-[Fixes #99] Review internal pages and links to docs
1 parent 2cfc1ec commit 8d6670e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

admin_features.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4>Essential components for OGC-compliant services</h4>
6161
<li>Web Map Context (WMC)</li>
6262
<li>Tile Map Service (TMS)</li>
6363
</ul>
64-
<a href="ogc_sdi.html" class="hide btn btn-success">Learn about GeoNode for SDI</a>
64+
<a href="https://docs.geonode.org/en/master/usage/managing_datasets/index.html" class="hide btn btn-success">Learn about GeoNode for SDI</a>
6565
</div>
6666
</div>
6767
</div>
@@ -88,7 +88,7 @@ <h4>A framework for securing your users' data</h4>
8888
<li>Integration with GeoServer security at the service level</li>
8989
<li>Integration with external authentication services</li>
9090
</ul>
91-
<a href="security.html" class="hide btn btn-success">Learn about GeoNode's security framework</a>
91+
<a href="https://docs.geonode.org/en/master/advanced/components/index.html" class="hide btn btn-success">Learn about GeoNode's security framework</a>
9292
</div>
9393
</div>
9494
</div>
@@ -111,7 +111,7 @@ <h4>Designed for reliability under all load conditions</h4>
111111
<li>Cache map tiles locally or to a content delivery network (CDN)</li>
112112
</ul>
113113

114-
<a href="scale.html" class="hide hide btn btn-success">Learn about deploying and scaling GeoNode</a>
114+
<a href="https://docs.geonode.org/en/master/install/index.html" class="hide hide btn btn-success">Learn about deploying and scaling GeoNode</a>
115115
</div>
116116
</div>
117117
</div>

dev_features.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h4>Built for the web</h4>
9191
<li>Large ecosystem of pluggable apps</li>
9292
<li>Spatial GeoDjango object-relational mapping available</li>
9393
</ul>
94-
<a href="django.html" class="hide btn btn-success">Learn about GeoNode's pluggable Django apps and deployable projects</a>
94+
<a href="https://docs.geonode.org/en/master/advanced/index.html#geonode-django-contrib-apps" class="hide btn btn-success">Learn about GeoNode's pluggable Django apps and deployable projects</a>
9595
</div>
9696
</div>
9797
<div class="col-6 col-md-4">
@@ -108,17 +108,17 @@ <h4>Built for the web</h4>
108108
</div>
109109
<div class="col-12 col-md-8 number three">
110110
<div class="highlighted-box">
111-
<h2>Bootstrap and jQuery</strong></h2>
111+
<h2>React and Bootstrap</strong></h2>
112112
<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>
114114
<p>Features include:</p>
115115
<ul class="unstyled">
116116
<li>Bootstrap CSS framework</li>
117-
<li>jQuery JavaScript front-end and plugins</li>
117+
<li>React, Redux, Rxjs</li>
118118
<li>Django templating system</li>
119119
<li>Customizable themes using LESS and Bootswatch</li>
120120
</ul>
121-
<a href="bootstrap_jquery.html" class="hide btn btn-success">Learn about GeoNode's Front End</a>
121+
<a href="https://github.com/GeoNode/geonode-mapstore-client" class="hide btn btn-success">Learn about GeoNode's Front End</a>
122122
</div>
123123
</div>
124124
</div>
@@ -141,7 +141,7 @@ <h4>Integrate easily</h4>
141141
<li>GeoServer REST API</li>
142142
<li>GeoNode search and REST APIs</li>
143143
</ul>
144-
<a href="apis.html" class="hide btn btn-success">Learn about GeoNode's APIs</a>
144+
<a href="https://docs.geonode.org/en/master/devel/api/index.html" class="hide btn btn-success">Learn about GeoNode's APIs</a>
145145
</div>
146146
</div>
147147
<div class="col-6 col-md-4">

user_features.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h4>Browse and search for geospatial data</h4>
6060
<li>Federated OGC services</li>
6161
<li>Metadata catalogue</li>
6262
</ul>
63-
<a href="explore_discover.html" class="hide btn btn-success">Learn about GeoNode's discovery features</a>
63+
<a href="https://docs.geonode.org/en/master/usage/data/finding_data.html" class="hide btn btn-success">Learn about GeoNode's discovery features</a>
6464
</div>
6565
</div>
6666
</div>
@@ -88,7 +88,7 @@ <h4>Upload and share geospatial data, securely</h4>
8888
<li>Versioned geospatial data editor</li>
8989

9090
</ul>
91-
<a href="import_manage.html" class="hide btn btn-success">Learn about GeoNode's data management features</a>
91+
<a href="https://docs.geonode.org/en/master/usage/managing_datasets/index.html" class="hide btn btn-success">Learn about GeoNode's data management features</a>
9292
</div>
9393
</div>
9494
<div class="col-4">
@@ -120,7 +120,7 @@ <h4>Create and share interactive web maps</h4>
120120
<li>Create multi-layer interactive maps</li>
121121
<li>Share and embed maps in web pages</li>
122122
</ul>
123-
<a href="mapping.html" class="hide btn btn-success">Learn about GeoNode's mapping features</a>
123+
<a href="https://docs.geonode.org/en/master/usage/managing_maps/index.html" class="hide btn btn-success">Learn about GeoNode's mapping features</a>
124124
</div>
125125
</div>
126126
</div>

0 commit comments

Comments
 (0)