Add backstage-plugins redirect (#5787)

This commit is contained in:
Ali Ok 2023-12-05 16:52:23 +03:00 committed by GitHub
parent df08d103f7
commit d6912b5e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@
# To regenerate, run:
# go run ./tools/redir-gen/
/actions/* go-get=:go-get /golang/actions.html 200
/backstage-plugins/* go-get=:go-get /golang/backstage-plugins.html 200
/caching/* go-get=:go-get /golang/caching.html 200
/client/* go-get=:go-get /golang/client.html 200
/client-pkg/* go-get=:go-get /golang/client-pkg.html 200

View File

@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/backstage-plugins git https://github.com/knative-extensions/backstage-plugins">
<meta name="go-source" content="knative.dev/backstage-plugins https://github.com/knative-extensions/backstage-plugins https://github.com/knative-extensions/backstage-plugins/tree/main{/dir} https://github.com/knative-extensions/backstage-plugins/blob/main{/dir}/{file}#L{line}">
</head></html>