add proxy repo as vanity url (#7362)

This commit is contained in:
Pengyuan Bian 2020-05-20 09:28:33 -07:00 committed by GitHub
parent 66b02be6f4
commit b0de7e6106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@
/operator/* go-get=1 /golang/operator.html 200
/client-go/* go-get=1 /golang/client-go.html 200
/release-builder/* go-get=1 /golang/release-builder.html 200
/proxy/* go-get=1 /golang/proxy.html 200
# Redirect default Netlify subdomain to primary domain
https://istio.netlify.com/* https://istio.io/:splat 301!

4
static/golang/proxy.html Normal file
View File

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