-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create redirects for Telemetry and Serverless #18099
Conversation
👷 Deploy request for kyma-project pending review.Visit the deploys page to approve it
|
✅ Deploy Preview for kyma-project-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
docs/_redirects
Outdated
https://kyma-project.io/#/05-technical-reference/00-custom-resources/telemetry-03-tracepipeline https://kyma-project.io/#/telemetry-manager/user/resources/04-tracepipeline 301 | ||
https://kyma-project.io/#/01-overview/serverless/README https://kyma-project.io/#/serverless-manager/user/README 301 | ||
https://kyma-project.io/#/03-tutorials/00-serverless/* https://kyma-project.io/#/serverless-manager/user/tutorials/README 301 | ||
https://kyma-project.io/#/04-operation-guides/troubleshooting/seerverless/* https://kyma-project.io/#/serverless-manager/user/troubleshooting-guides/README 301 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://kyma-project.io/#/04-operation-guides/troubleshooting/seerverless/* https://kyma-project.io/#/serverless-manager/user/troubleshooting-guides/README 301 | |
https://kyma-project.io/#/04-operation-guides/troubleshooting/serverless/* https://kyma-project.io/#/serverless-manager/user/troubleshooting-guides/README 301 |
?
docs/_redirects
Outdated
https://kyma-project.io/#/05-technical-reference/00-custom-resources/telemetry-03-tracepipeline https://kyma-project.io/#/telemetry-manager/user/resources/04-tracepipeline 301 | ||
https://kyma-project.io/#/01-overview/serverless/README https://kyma-project.io/#/serverless-manager/user/README 301 | ||
https://kyma-project.io/#/03-tutorials/00-serverless/* https://kyma-project.io/#/serverless-manager/user/tutorials/README 301 | ||
https://kyma-project.io/#/04-operation-guides/troubleshooting/seerverless/* https://kyma-project.io/#/serverless-manager/user/troubleshooting-guides/README 301 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://kyma-project.io/#/04-operation-guides/troubleshooting/seerverless/* https://kyma-project.io/#/serverless-manager/user/troubleshooting-guides/README 301 | |
https://kyma-project.io/#/04-operation-guides/troubleshooting/serverless/* https://kyma-project.io/#/serverless-manager/user/troubleshooting-guides/README 301 |
@mmitoraj: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@@ -10,6 +10,5 @@ A custom resource (CR) is an extension to the Kubernetes API which allows you to | |||
| API Gateway | [APIRule](apix-01-apirule.md) | | |||
| Eventing | [Subscription](evnt-01-subscription.md), [EventingBackend](evnt-02-eventingbackend.md) | | |||
| Istio | [Istio](oper-01-istio.md) | | |||
| Telemetry | [LogPipeline](telemetry-01-logpipeline.md), [LogParser](telemetry-02-logparser.md), [TracePipeline](telemetry-03-tracepipeline.md) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for spotting this!
Description
Changes proposed in this pull request:
Related issue(s)