Redirects for knative.dev/toolbox (#5460)

This commit is contained in:
Chris Suszynski 2023-03-10 15:17:24 +01:00 committed by GitHub
parent 34d9cc7219
commit 39651a5764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -74,5 +74,6 @@
/serving/* https://pkg.go.dev/knative.dev/serving/:splat /serving/* https://pkg.go.dev/knative.dev/serving/:splat
/specs/* go-get=1 /golang/specs.html 200 /specs/* go-get=1 /golang/specs.html 200
/test-infra/* go-get=1 /golang/test-infra.html 200 /test-infra/* go-get=1 /golang/test-infra.html 200
/toolbox/* go-get=1 /golang/toolbox.html 200
/ux/* go-get=1 /golang/ux.html 200 /ux/* go-get=1 /golang/ux.html 200
/wg-repository/* go-get=1 /golang/wg-repository.html 200 /wg-repository/* go-get=1 /golang/wg-repository.html 200

4
golang/toolbox.html Normal file
View File

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