Skip to content

Commit f7012aa

Browse files
committed
fix: Update file paths in EKS guides for consistency and accuracy
1 parent 6d31fce commit f7012aa

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/001-eks-guides/011-eks-efs-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
// filepath: kubernetes/docs/eks/010-eks-efs-storage.md
2+
// filepath: kubernetes/docs/eks/011-eks-efs-storage.md
33
sidebar_label: "EKS EFS Storage"
44
sidebar_position: 11
55
---

docs/001-eks-guides/012-eks-s3-csi-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
// filepath: kubernetes/docs/eks/010-eks-s3-csi-driver.md
2+
// filepath: kubernetes/docs/eks/012-eks-s3-csi-driver.md
33
sidebar_label: "EKS Mountpoint with S3 CSI Driver"
44
sidebar_position: 12
55
---

docs/001-eks-guides/013-eks-complete-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
// filepath: kubernetes/docs/eks/010-eks-complete-storage.md
2+
// filepath: kubernetes/docs/eks/013-eks-complete-storage.md
33
title: "A Guide to Amazon EKS Storage: EBS, EFS, and S3"
44
description: "Understanding the Key Storage Options for Amazon EKS"
55
sidebar_id: "eks-complete-storage"

docs/001-eks-guides/014-microservices-on-eks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
// filepath:kubernetes/docs/eks/010-eks-complete-storage.md
3-
title: "A Guide to Amazon EKS Storage: EBS, EFS, and S3"
4-
description: "Understanding the Key Storage Options for Amazon EKS"
5-
sidebar_id: "eks-complete-storage"
6-
sidebar_label: "Choosing Your EKS Storage"
7-
sidebar_position: 13
2+
//filepath: kubernetes/docs/eks/014-microservices-on-eks.md
3+
sidebar_label: "Microservices on EKS"
4+
sidebar_position: 14
5+
title: "Microservices on Kubernetes EKS - Complete Deployment Guide"
6+
description: "A comprehensive hands-on guide for deploying a production-ready microservices application on AWS EKS using modern DevOps practices."
7+
sidebar_id: "microservices-on-eks"
88
---
99

1010
# Microservices on Kubernetes EKS - Complete Deployment Guide

0 commit comments

Comments
 (0)