Fix(resources): Added cloud native tutorials and redirect#7679
Fix(resources): Added cloud native tutorials and redirect#7679kanishksingh23 wants to merge 7 commits intolayer5io:masterfrom
Conversation
Signed-off-by: kanishksingh23 <kanishksingh763@gmail.com>
|
🚀 Preview deployment: https://layer5.io/pr-preview/pr-7679/
|
|
Preview Note: The Netlify PR preview uses a lite build profile that excludes the resources collection by default (see src/utils/build-collections.js, core profile excludes resources, blog, events, etc.). As a result, tutorial pages return 404 in the preview environment. This is consistent with all previous PRs on this repo. |
| toPath: "/cloud-native-management/kanvas/collaborate/peer-reviews" | ||
| redirectInBrowser: true | ||
| isPermanent: true | ||
| - fromPath: "/learn/cloud-native-labs" |
There was a problem hiding this comment.
Based on the issue the old URL /learn/service-mesh-labs should redirect to /learn/cloud-native-labs. Please confirm if this is correct.
There was a problem hiding this comment.
Hi @Sbragul26, Here's the current state of redirects in redirects.yaml:
/learn/service-mesh-labs → /learn/kanvas-labs (pre-existing, was already there before this PR).
/learn/cloud-native-labs → /learn/kanvas-labs (added in this PR).
|
@kanishksingh23 Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
|
@Bhumikagarggg, @Sbragul26, gentle ping |
|
@saurabhraghuvanshii, can you please review this? |
Description
This PR fixes #6387
/learn/cloud-native-labs→/learn/kanvas-labsinsrc/utils/redirects.yamlsrc/collections/resources/tutorials/:kubernetes-pods.mdx— Exploring Kubernetes Pods with Mesherykubernetes-deployments.mdx— Exploring Kubernetes Deployments with Mesherykubernetes-configmaps-secrets.mdx— Understanding Kubernetes ConfigMaps and Secretskubernetes-services.mdx— Exploring Kubernetes Services with Mesherykubernetes-cronjobs.mdx— Exploring Kubernetes CronJobs with Mesherydeploy-aws-ec2.mdx— Deploy AWS EC2 Instances with Mesherypublish-to-artifacthub.mdx— Publishing Meshery Designs to ArtifactHubNotes for Reviewers
/learn/service-mesh-labs→/learn/kanvas-labsalready existed inredirects.yaml. This PR adds the additional/learn/cloud-native-labsredirect as requested in issue Update resources and hands-on labs with latest content #6387.docker-swarm/index.mdx).Signed commits