From 0a0c06df1ceca3cb93ddbb10edaaf14a149320ee Mon Sep 17 00:00:00 2001
From: Dany Sam <danisam17@gmail.com>
Date: Fri, 11 Apr 2025 13:12:13 +0530
Subject: [PATCH] Remove language specific examples

---
 README.md   | 15 ---------------
 examples.md |  8 --------
 2 files changed, 23 deletions(-)

diff --git a/README.md b/README.md
index 7ca4654..244bfa1 100644
--- a/README.md
+++ b/README.md
@@ -264,21 +264,6 @@ With the introduction of the `restore` and `save` actions, a lot of caching use
 
 See our [GCS-specific examples](examples.md#google-cloud-storage-cache) for complete workflow templates using Google Cloud Storage caching.
 
-### Language-Specific Examples
-
-Every programming language and framework has its own way of caching. See our [Examples](examples.md) for language-specific cache implementations:
-
-* [Bun](./examples.md#bun)
-* [C# - NuGet](./examples.md#c---nuget)
-* [Java - Gradle](./examples.md#java---gradle)
-* [Java - Maven](./examples.md#java---maven)
-* [Node - npm](./examples.md#node---npm)
-* [Python - pip](./examples.md#python---pip)
-* [Ruby - Bundler](./examples.md#ruby---bundler)
-* [Rust - Cargo](./examples.md#rust---cargo)
-
-And [many more languages and frameworks](examples.md)
-
 ## Creating a cache key
 
 A cache key can include any of the contexts, functions, literals, and operators supported by GitHub Actions.
diff --git a/examples.md b/examples.md
index 1e0d2c8..7837053 100644
--- a/examples.md
+++ b/examples.md
@@ -222,11 +222,3 @@ Using Workload Identity Federation provides enhanced security since:
 - Access is temporary and scoped to just the running workflow
 - All access is fully auditable in Google Cloud logs
 
-## Language-Specific Caching Examples
-
-- [Bun](#bun)
-- [C# - NuGet](#c---nuget)
-- [Clojure - Lein Deps](#clojure---lein-deps)
-- [D - DUB](#d---dub)
-  - [POSIX](#posix)
-  - [Windows](#windows)