Skip to content

Commit 834cb25

Browse files
committed
seo: add unique meta tags, alt text, robots.txt & sitemap
Signed-off-by: Yash Israni <yashisrani52@gmail.com>
1 parent c4dc804 commit 834cb25

31 files changed

+196
-48
lines changed

docs/application-layer/install_waypoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 3
33
title: Install Waypoint
4+
description: Deploy Kmesh waypoint proxies for L7 traffic management.
5+
keywords: [waypoint, L7, install, service mesh, ebpf, proxy]
46
---
57

68
If you want to make use of Kmesh L7 features, this is the prerequisites to install waypoint.

docs/application-layer/kiali.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 8
3-
title: Use Kiali to visualize traffic graph under Kmesh
3+
title: Visualise Traffic with Kiali
4+
description: Use Kiali to view the Kmesh traffic topology graph.
5+
keywords: [kiali, traffic graph, observability, metrics, dashboard]
46
---
57

68
## Preparation

docs/application-layer/locality-loadbalance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 9
33
title: Locality Load Balancing
4+
description: Configure locality-aware load balancing and failover in Kmesh.
5+
keywords: [locality, load balancing, failover, L4, ambient, zone]
46
---
57

68
This document introduces how to use Locality Load Balancing with Istio in the Kmesh.

docs/application-layer/request-routing-ads.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 1
33
title: Request Routing
4+
description: Route HTTP requests by weight or user identity in Kmesh.
5+
keywords: [request routing, header routing, jason, user, http]
46
---
57

68
This task shows you how to set up Request Routing policy for http traffic in Kmesh.

docs/application-layer/traffic-shifting-ads.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 2
33
title: Traffic Shifting
4+
description: Set up weight-based and header-based HTTP traffic shifting in Kmesh.
5+
keywords: [traffic shifting, weight, header, routing, http, split]
46
---
57

68
This task shows you how to set up Traffic Shifting policy for http traffic in Kmesh.

docs/application-layer/try-fault-injection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 6
33
title: Try Fault Injection
4+
description: Learn how to inject HTTP delays & aborts to test micro-service resiliency in Kmesh.
5+
keywords: [fault injection, http delay, abort, resilience, testing, kmesh, waypoint]
46
---
57

68
## Preparation

docs/application-layer/try-request-routing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 4
33
title: Try Request Routing
4+
description: Route traffic by version or user identity with Kmesh VirtualService policies.
5+
keywords: [request routing, version routing, header routing, jason user, kmesh, virtualservice]
46
---
57

68
## Preparation

docs/application-layer/try-request-timeout.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 7
33
title: Try Request Timeouts
4+
description: Configure HTTP request timeouts and observe timeout behaviour in Kmesh.
5+
keywords: [request timeout, http timeout, reviews service, kmesh, waypoint, fault injection]
46
---
57

68
# Try Request Timeouts

docs/application-layer/try-traffic-shifting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 5
33
title: Try Traffic Shifting
4+
description: Shift HTTP traffic between service versions with weighted routing.
5+
keywords: [traffic shifting, weighted routing, canary, split, http]
46
---
57

68
## Preparation

docs/architecture/architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Kmesh Architecture
3-
description: ""
3+
description: High-level overview of Kmesh components – daemon, eBPF orchestration, and waypoint proxy.
4+
keywords: [kmesh architecture, ebpf orchestration, waypoint proxy, service mesh data plane]
45
sidebar_position: 1
56
---
67

0 commit comments

Comments
 (0)