From f68c528dca6edc1ef707e3b06472a8fe85460565 Mon Sep 17 00:00:00 2001 From: deepthi-28 Date: Tue, 1 Apr 2025 19:01:22 +0530 Subject: [PATCH] Changes are added for display heading in the document Signed-off-by: deepthi-28 --- docs/tutorials/using-backstage-proxy-within-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/using-backstage-proxy-within-plugin.md b/docs/tutorials/using-backstage-proxy-within-plugin.md index 88052c5f39..f171f951c4 100644 --- a/docs/tutorials/using-backstage-proxy-within-plugin.md +++ b/docs/tutorials/using-backstage-proxy-within-plugin.md @@ -27,7 +27,7 @@ If your plugin requires access to an API, backstage offers - [Bundling your ApiRef with your plugin](#bundling-your-apiref-with-your-plugin) - [Using the API in your components](#using-your-plugin-in-your-components) -# Setting up the backstage proxy +## Setting up the backstage proxy Let's say your plugin's API is hosted at _https://api.myawesomeservice.com/v1_, and you want to be able to access it within backstage at