From d9fc64aed6b31fb3a60ba050a7ab4d8e316f2073 Mon Sep 17 00:00:00 2001 From: meelahme Date: Mon, 5 May 2025 15:42:45 -0700 Subject: [PATCH] updating TOC and heading structure --- content/shared/extended-plugin-api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/shared/extended-plugin-api.md b/content/shared/extended-plugin-api.md index 2fdc18e83..927033783 100644 --- a/content/shared/extended-plugin-api.md +++ b/content/shared/extended-plugin-api.md @@ -13,7 +13,6 @@ The plugin API lets you: - [Share Data Across Plugins](#share-data-across-plugins) - [Build a Counter](#building-a-counter) - [Guidelines for in-memory caching](#guidelines-for-in-memory-caching) - - [Guidelines for In-Memory Caching](#guidelines-for-in-memory-caching) - [Consider Cache Limitations](#consider-cache-limitations) ## Get started with the shared API