mirror of https://github.com/knative/docs.git
Add backstage-plugins redirect (#5787)
This commit is contained in:
parent
df08d103f7
commit
d6912b5e5c
|
@ -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
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue