mirror of https://github.com/kubeflow/website.git
Migrate GKE docs (#3419)
* Migrate GKE docs * Add redirect to the new GKE docs webpage
This commit is contained in:
parent
967d7a8802
commit
bb6c76cf1c
13
config.toml
13
config.toml
|
@ -20,7 +20,18 @@ defaultContentLanguageInSubdir = false
|
|||
enableMissingTranslationPlaceholders = true
|
||||
# disable taxonomies
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
|
||||
# deprecated directories
|
||||
ignoreFiles = [
|
||||
"content/en/docs/distributions/gke/deploy/*",
|
||||
"content/en/docs/distributions/gke/pipelines/*",
|
||||
"content/en/docs/distributions/gke/anthos.md",
|
||||
"content/en/docs/distributions/gke/authentication.md",
|
||||
"content/en/docs/distributions/gke/authentication.md",
|
||||
"content/en/docs/distributions/gke/custom-domain.md",
|
||||
"content/en/docs/distributions/gke/customizing-gke.md",
|
||||
"content/en/docs/distributions/gke/private-clusters.md",
|
||||
"content/en/docs/distributions/gke/troubleshooting-gke.md"
|
||||
]
|
||||
###############################################################################
|
||||
# Hugo - Top-level navigation (horizontal)
|
||||
###############################################################################
|
||||
|
|
|
@ -201,4 +201,5 @@ docs/started/requirements/ /docs/started/getting-started/
|
|||
/docs/components/fairing/* /docs/external-add-ons/fairing/:splat
|
||||
/docs/components/istio/* /docs/external-add-ons/istio/:splat
|
||||
/docs/components/feature-store/* /docs/external-add-ons/feature-store/:splat
|
||||
/docs/components/serving/* /docs/external-add-ons/serving/:splat
|
||||
/docs/components/serving/* /docs/external-add-ons/serving/:splat
|
||||
/docs/distributions/gke/* https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/:splat
|
|
@ -3,3 +3,7 @@ title = "Kubeflow on Google Cloud"
|
|||
description = "Running Kubeflow on Kubernetes Engine and Google Cloud Platform"
|
||||
weight = 20
|
||||
+++
|
||||
|
||||
[Kubeflow on Google Cloud](https://googlecloudplatform.github.io/kubeflow-gke-docs) is an open-source toolkit for building machine learning (ML) systems. Seamlessly integrated with GCP services Kubeflow allows you to build secure, scalable, and reliable ML workflows of any complexity, while reducing operational costs and development time.
|
||||
|
||||
Start using [Kubeflow on Google Cloud](https://googlecloudplatform.github.io/kubeflow-gke-docs) today.
|
||||
|
|
|
@ -57,7 +57,7 @@ Packaged distributions are developed and supported by their respective maintaine
|
|||
<td>Google Kubernetes Engine (GKE)</td>
|
||||
<td>{{% gke/latest-version %}}</td>
|
||||
<td><a href="/docs/distributions/gke/">Docs</a></td>
|
||||
<td></td>
|
||||
<td><a href="https://googlecloudplatform.github.io/kubeflow-gke-docs">External Website</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kubeflow on IBM Cloud</td>
|
||||
|
|
Loading…
Reference in New Issue