Skip to content

Commit eccf054

Browse files
authored
[DEPRECATED] Removed the doc for the Labs Helm charts (#102)
* removed neo4j-helm from documentation as deprecated since 4.2 but still show up first in SEO results, confusing customers * added back but mentionned the deprecation in a red warning sign + graduation * removing the helm page doc + adding redirect
1 parent 4fe8dde commit eccf054

File tree

4 files changed

+5
-38
lines changed

4 files changed

+5
-38
lines changed

modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,12 @@ xref:spatial:index.adoc[Neo4j-Spatial] is a library facilitating the import, sto
109109

110110
The following projects were successfully developed, incubated, and validated within Neo4j Labs and have graduated to official and supported Neo4j products ready for production use at scale.
111111

112-
=== link:/docs/operations-manual/current/kubernetes/[Neo4j-Helm^]
112+
=== link:https://neo4j.com/docs/operations-manual/current/kubernetes/[Neo4j-Helm^]
113113

114-
xref:neo4j-helm:index.adoc[Neo4j-Helm] saw great adoption and provided important learnings and insights for the link:/docs/operations-manual/current/kubernetes/[official Kubernetes Support for Neo4j^].
114+
Neo4j-Helm saw great adoption and provided important learnings and insights for the link:/docs/operations-manual/current/kubernetes/[official Kubernetes Support for Neo4j^].
115115
Using the Helm package manager for Kubernetes, makes it simple to specify advanced configurations of Neo4j, both standalone and cluster, and run them with Kubernetes across many cloud platforms.
116116

117+
117118
=== https://neo4j.com/product/graphql-library/[GraphQL^] and GRANDstack
118119

119120
GraphQL has become a comprehensive stack for API development and consolidation, with the baseline work as a database plugin, JavaScript and Java libraries for transpiling GraphQL to Cypher, the labs projects laid the foundation for the official https://neo4j.com/product/graphql-library/[Neo4j GraphQL library^]

modules/neo4j-helm/nav.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.

modules/neo4j-helm/pages/index.adoc

Lines changed: 0 additions & 33 deletions
This file was deleted.

redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Just to keep track of the redirects
22
# Add these to github.com/neo-technology/neo4j.com => /src/nginx/includes/neo4j.com.redirects
33

4-
rewrite ^/labs/nsmtx-rdf*$ /labs/neosemantics/ permanent;
4+
rewrite ^/labs/nsmtx-rdf*$ /labs/neosemantics/ permanent;
5+
rewrite ^/labs/helm-charts*$ /docs/operations-manual/current/kubernetes/ permanent;

0 commit comments

Comments
 (0)