We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec9ed7 commit 5af2ff7Copy full SHA for 5af2ff7
1 file changed
src/pages/learn/learning-paths.js
@@ -14,6 +14,6 @@ const LearningPathsPage = () => {
14
export default LearningPathsPage;
15
export const Head = () => {
16
return <SEO title="DevOps, GitOps, and Cloud Native Learning Paths"
17
- description="Learn to build an application using service meshes like Istio, Linkerd"
+ description="Learning Paths offer a structured approach to learning, combining theoretical cloud native knowledge with hands-on, practical experience."
18
image="/images/workshops.webp" />;
19
-};
+};
0 commit comments