Merge pull request #16593 from backstage/jhaals/docs-redirect

microsite: Add redirect for /docs
This commit is contained in:
Johan Haals
2023-02-27 15:00:45 +01:00
committed by GitHub
25 changed files with 72 additions and 24 deletions
-3
View File
@@ -1,3 +0,0 @@
# Documentation
The Backstage documentation is available at https://backstage.io/docs
+1 -1
View File
@@ -19,7 +19,7 @@ info:
version: 0.1.1-alpha.8
externalDocs:
description: Backstage official documentation
url: https://github.com/backstage/backstage/blob/master/docs/README.md
url: https://backstage.io/docs
servers:
- url: http://localhost:7007/api/auth/
tags:
-2
View File
@@ -117,5 +117,3 @@ backend-side authorization. To smooth this process out you can use proxy -
either the one you already have (like Nginx, HAProxy, etc.) or the proxy-backend
plugin that we provide for the Backstage backend.
[Read more](https://github.com/backstage/backstage/blob/master/plugins/proxy-backend/README.md)
[Back to Getting Started](../README.md)