Skip to content

Commit 06b1b77

Browse files
authored
Fixing build broken links for netlify build (remove from todoPatterns) (#3963)
* test: netlify deploy test Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com> * revert: some of the todoPatters which were failing Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com> * fix: 3 build todo patterns Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com> * fix: gke issue Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com> * move: shared-resoures to skipPatterns Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com> --------- Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
1 parent 2a5ef22 commit 06b1b77

File tree

6 files changed

+7
-31
lines changed

6 files changed

+7
-31
lines changed

content/en/docs/components/pipelines/concepts/pipeline-root.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kubeflow Pipelines is configured with the authentication of the MinIO instance d
2727
#### GCS
2828
If you want to specify the `pipeline root` to GCS :
2929

30-
check [authentication-pipelines](https://www.kubeflow.org/docs/distributions/gke/pipelines/authentication-pipelines/)
30+
check [authentication-pipelines](https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/pipelines/authentication-pipelines/)
3131

3232
#### S3
3333
If you want to specify the `pipeline root` to S3, please choose one of the following options:

content/en/docs/components/pipelines/legacy-v1/installation/standalone-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ bases:
284284
MountVolume.SetUp failed for volume "gcp-credentials-user-gcp-sa" : secret "user-gcp-sa" not found
285285
```
286286
287-
You should remove `use_gcp_secret` usages as documented in [Authenticating Pipelines to GCP](/docs/distributions/gke/pipelines/authentication-pipelines/#authoring-pipelines-to-use-workload-identity).
287+
You should remove `use_gcp_secret` usages as documented in [Authenticating Pipelines to GCP](https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/pipelines/authentication-pipelines/#authoring-pipelines-to-use-workload-identity).
288288
289289
290290
## What's next
291291
292-
* [Connecting to Kubeflow Pipelines standalone on Google Cloud using the SDK](/docs/distributions/gke/pipelines/authentication-sdk/#connecting-to-kubeflow-pipelines-standalone-or-ai-platform-pipelines)
293-
* [Authenticating Pipelines to GCP](/docs/distributions/gke/pipelines/authentication-pipelines/#authoring-pipelines-to-use-workload-identity) if you want to use GCP services in Kubeflow Pipelines.
292+
* [Connecting to Kubeflow Pipelines standalone on Google Cloud using the SDK](https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/pipelines/authentication-sdk/#connecting-to-kubeflow-pipelines-standalone-or-ai-platform-pipelines)
293+
* [Authenticating Pipelines to GCP](https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/pipelines/authentication-pipelines/#authoring-pipelines-to-use-workload-identity) if you want to use GCP services in Kubeflow Pipelines.

content/en/docs/components/pipelines/legacy-v1/installation/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This page introduces notices and breaking changes you need to know when upgradin
1414

1515
For upgrade instructions, refer to distribution specific documentations:
1616

17-
* [Upgrading Kubeflow Pipelines on Google Cloud](/docs/distributions/gke/pipelines/upgrade/)
17+
* [Upgrading Kubeflow Pipelines on Google Cloud](https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/pipelines/upgrade/)
1818

1919
## Upgrading to v2.0
2020

content/en/docs/components/training/user-guides/mpi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cd mpi-operator
2828
kubectl apply -f deploy/v2beta1/mpi-operator.yaml
2929
```
3030

31-
Alternatively, follow the [getting started guide](https://www.kubeflow.org/docs/started/getting-started/) to deploy Kubeflow.
31+
Alternatively, follow the [getting started guide](https://www.kubeflow.org/docs/started/installing-kubeflow/) to deploy Kubeflow.
3232

3333
An alpha version of MPI support was introduced with Kubeflow 0.2.0. You must be using a version of Kubeflow newer than 0.2.0.
3434

content/en/docs/started/support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ You can ask questions and make suggestions in the following places:
112112
* **Kubeflow documentation** for overviews and how-to guides. In particular,
113113
refer to the following documents when troubleshooting a problem:
114114

115-
* [Kubeflow installation and setup](/docs/started/getting-started/)
115+
* [Kubeflow installation and setup](/docs/started/installing-kubeflow/)
116116
* [Kubeflow components](/docs/components/)
117-
* [Further setup and troubleshooting](/docs/other-guides/)
118117

119118
* **Kubeflow issue trackers** for known issues, questions, and feature requests.
120119
Search the open issues to see if someone else has already logged the problem

netlify.toml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,7 @@ package = "netlify-plugin-checklinks"
2323
# ignore absolute links, which are only found in tags like `<meta property="og:url" content="URL_HERE">`
2424
# https://github.com/Munter/netlify-plugin-checklinks/issues/388
2525
"competent-brattain-de2d6d.netlify.app",
26-
]
27-
28-
# If a link contains these patterns it will not fail the build, but will be reported as a TODO in the build log.
29-
todoPatterns = [
30-
31-
# These are referenced by autogenerated files:
32-
"public/docs/components/pipelines/legacy-v1/reference/api/fonts/",
33-
"public/docs/components/pipelines/reference/api/fonts/",
34-
"public/docs/components/pipelines/fonts/",
35-
"public/docs/components/pipelines/legacy-v1/fonts/",
36-
37-
"public/docs/distributions/gke/",
38-
39-
"public/docs/distributions/aws/",
40-
"public/docs/distributions/ibm/",
41-
42-
"public/fonts/glyphicons",
43-
"public/docs/experiment",
44-
"public/docs/suggestion",
45-
"public/docs/trial",
4626
"public/docs/examples/shared-resources",
47-
"public/docs/started/getting-started",
48-
"public/docs/other-guides",
49-
"public/docs/external-add-ons/istio",
5027
]
5128

5229
[context.deploy-preview.environment]

0 commit comments

Comments
 (0)