docs: fix broken links and anchors across documentation
Fix ~30 broken links and anchors across the documentation site, including incorrect relative paths, mismatched anchor names, zero-width characters in URLs, and references to renamed or removed headings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
@@ -25,7 +25,7 @@ If your plugin requires access to an API, backstage offers
|
||||
- [Option 2: Defining the API client interface](#defining-the-api-client-interface)
|
||||
- [Creating the API client](#creating-the-api-client)
|
||||
- [Bundling your ApiRef with your plugin](#bundling-your-apiref-with-your-plugin)
|
||||
- [Using the API in your components](#using-your-plugin-in-your-components)
|
||||
- [Using the API in your components](#using-the-api-in-your-components)
|
||||
|
||||
## Setting up the backstage proxy
|
||||
|
||||
@@ -46,7 +46,7 @@ proxy:
|
||||
You can find more details about the proxy config options in the
|
||||
[proxying section](../plugins/proxying.md).
|
||||
|
||||
# Calling an API using the backstage proxy
|
||||
## Calling an API using the backstage proxy
|
||||
|
||||
If you followed the previous steps, you should now be able to access your API by
|
||||
calling `${backend-url}/api/proxy/<your-proxy-uri>`. The reason why
|
||||
|
||||
Reference in New Issue
Block a user