Skip to content

Commit cfba2fe

Browse files
committed
remove distributing overview topic and redirect
1 parent c10e083 commit cfba2fe

File tree

4 files changed

+11
-111
lines changed

4 files changed

+11
-111
lines changed

docs/intro.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,7 @@ pagination_next: null
110110
<p>Distribute Helm charts with Replicated.</p>
111111
</li>
112112
<li>
113-
<a href="/vendor/distributing-overview#about-packaging-applications">About Packaging Applications with Helm</a>
114-
</li>
115-
<li>
116-
<a href="/vendor/install-with-helm">Installing with Helm</a>
117-
</li>
118-
<li>
119-
<a href="/vendor/helm-native-about">About Distributing Helm Charts with KOTS</a>
113+
<a href="/vendor/install-with-helm">Helm Installations with Replicated</a>
120114
</li>
121115
<li>
122116
<a href="/vendor/helm-install-release">Packaging a Helm Chart for a Release</a>

docs/vendor/distributing-overview.mdx

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

docs/vendor/releases-about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This section provides additional information about releases, including details a
6666

6767
A release contains your application files as well as the manifests required to install the application with the Replicated installers ([Replicated Embedded Cluster](/vendor/embedded-overview) and [Replicated KOTS](../intro-kots)).
6868

69-
The application files in releases can be Helm charts and/or Kubernetes manifests. Replicated strongly recommends that all applications are packaged with Helm. For more information, see [About Packaging Applications](/vendor/distributing-overview#about-packaging-applications).
69+
The application files in releases can be Helm charts and/or Kubernetes manifests. Replicated strongly recommends that all applications are packaged as Helm charts because many enterprise customers will expect to be able to install with Helm.
7070

7171
### Promotion
7272

netlify.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@
9999

100100
[[redirects]]
101101
from="https://docs.replicated.com/vendor/helm-installing-native-helm"
102-
to="https://docs.replicated.com/vendor/distributing-overview"
102+
to="https://docs.replicated.com/vendor/helm-native-about"
103103

104104
[[redirects]]
105105
from="https://docs.replicated.com/vendor/helm-processing"
106-
to="https://docs.replicated.com/vendor/distributing-overview"
106+
to="https://docs.replicated.com/vendor/helm-native-about"
107107

108108
[[redirects]]
109109
from="https://docs.replicated.com/vendor/team-management-rbac-about"
@@ -128,11 +128,11 @@
128128

129129
[[redirects]]
130130
from="https://docs.replicated.com/vendor/helm-overview"
131-
to="https://docs.replicated.com/vendor/distributing-overview"
131+
to="https://docs.replicated.com/vendor/helm-install-overview"
132132

133133
[[redirects]]
134134
from="https://docs.replicated.com/vendor/helm-install"
135-
to="https://docs.replicated.com/vendor/distributing-overview"
135+
to="https://docs.replicated.com/vendor/helm-install-overview"
136136

137137
[[redirects]]
138138
from="https://docs.replicated.com/vendor/testing-replicated-instance-types"
@@ -186,7 +186,11 @@
186186

187187
[[redirects]]
188188
from = "https://docs.replicated.com/vendor/embedded-kubernetes-overview"
189-
to = "https://docs.replicated.com/vendor/embedded-overview"
189+
to = "https://docs.replicated.com/vendor/embedded-overview"
190+
191+
[[redirects]]
192+
from = "https://docs.replicated.com/vendor/distributing-overview"
193+
to = "https://docs.replicated.com/intro-replicated"
190194

191195
###################################################
192196
# Redirects To the Enterprise Section

0 commit comments

Comments
 (0)