mirror of https://github.com/knative/docs.git
parent
580d2239ed
commit
c54d393fce
|
@ -65,6 +65,7 @@
|
||||||
/sample-controller/* go-get=1 /golang/sample-controller.html 200
|
/sample-controller/* go-get=1 /golang/sample-controller.html 200
|
||||||
/sample-source/* go-get=1 /golang/sample-source.html 200
|
/sample-source/* go-get=1 /golang/sample-source.html 200
|
||||||
/security-guard/* go-get=1 /golang/security-guard.html 200
|
/security-guard/* go-get=1 /golang/security-guard.html 200
|
||||||
|
/security-guard/* https://pkg.go.dev/knative.dev/security-guard/:splat
|
||||||
/serving/* go-get=1 /golang/serving.html 200
|
/serving/* go-get=1 /golang/serving.html 200
|
||||||
/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
|
||||||
|
|
|
@ -33,7 +33,7 @@ var (
|
||||||
// Repos known to contain Go libraries, so that requesting
|
// Repos known to contain Go libraries, so that requesting
|
||||||
// https://knative.dev/<repo> in a browser should redirect to
|
// https://knative.dev/<repo> in a browser should redirect to
|
||||||
// https://pkg.go.dev/knative.dev/<repo>
|
// https://pkg.go.dev/knative.dev/<repo>
|
||||||
redirectingGoRepos = []string{"pkg", "serving"}
|
redirectingGoRepos = []string{"pkg", "serving", "security-guard"}
|
||||||
)
|
)
|
||||||
|
|
||||||
// repoInfo provides a simple holder for GitHub repo information needed to
|
// repoInfo provides a simple holder for GitHub repo information needed to
|
||||||
|
|
Loading…
Reference in New Issue