mirror of https://github.com/knative/docs.git
Regenerate golang package redirects (#4375)
* Rename net-ingressv2 to net-gateway-api * Add redirects and config file for net-gateway-api and kn-plugin-operator * Actually remove net-ingressv2
This commit is contained in:
parent
a21dbd97a6
commit
96372bde21
|
@ -41,6 +41,7 @@
|
|||
/kn-plugin-event/* go-get=1 /golang/kn-plugin-event.html 200
|
||||
/kn-plugin-func/* go-get=1 /golang/kn-plugin-func.html 200
|
||||
/kn-plugin-migration/* go-get=1 /golang/kn-plugin-migration.html 200
|
||||
/kn-plugin-operator/* go-get=1 /golang/kn-plugin-operator.html 200
|
||||
/kn-plugin-quickstart/* go-get=1 /golang/kn-plugin-quickstart.html 200
|
||||
/kn-plugin-sample/* go-get=1 /golang/kn-plugin-sample.html 200
|
||||
/kn-plugin-service-log/* go-get=1 /golang/kn-plugin-service-log.html 200
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<html><head>
|
||||
<meta name="go-import" content="knative.dev/kn-plugin-operator git https://github.com/knative-sandbox/kn-plugin-operator">
|
||||
<meta name="go-source" content="knative.dev/kn-plugin-operator https://github.com/knative-sandbox/kn-plugin-operator https://github.com/knative-sandbox/kn-plugin-operator/tree/main{/dir} https://github.com/knative-sandbox/kn-plugin-operator/blob/main{/dir}/{file}#L{line}">
|
||||
</head></html>
|
|
@ -0,0 +1,4 @@
|
|||
<html><head>
|
||||
<meta name="go-import" content="knative.dev/net-gateway-api git https://github.com/knative-sandbox/net-gateway-api">
|
||||
<meta name="go-source" content="knative.dev/net-gateway-api https://github.com/knative-sandbox/net-gateway-api https://github.com/knative-sandbox/net-gateway-api/tree/main{/dir} https://github.com/knative-sandbox/net-gateway-api/blob/main{/dir}/{file}#L{line}">
|
||||
</head></html>
|
|
@ -1,4 +0,0 @@
|
|||
<html><head>
|
||||
<meta name="go-import" content="knative.dev/net-ingressv2 git https://github.com/knative-sandbox/net-ingressv2">
|
||||
<meta name="go-source" content="knative.dev/net-ingressv2 https://github.com/knative-sandbox/net-ingressv2 https://github.com/knative-sandbox/net-ingressv2/tree/main{/dir} https://github.com/knative-sandbox/net-ingressv2/blob/main{/dir}/{file}#L{line}">
|
||||
</head></html>
|
Loading…
Reference in New Issue