1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-07 19:30:23 +02:00

ko.build: support some common shortlinks (#872)

This commit is contained in:
Jason Hall 2022-10-30 16:37:38 -04:00 committed by GitHub
parent f158992ccb
commit 811b34a5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,3 +40,14 @@ nav:
- 'ko version': reference/ko_version.md
- Releases: "https://github.com/ko-build/ko/releases"
plugins:
- search
- redirects:
redirect_maps:
'repo.md': 'https://github.com/ko-build/ko'
'issues.md': 'https://github.com/ko-build/ko/issues'
'prs.md': 'https://github.com/ko-build/ko/pulls'
'releases.md': 'https://github.com/ko-build/ko/releases'
'godoc.md': 'https://pkg.go.dev/github.com/google/ko'
'terraform.md': 'https://github.com/chainguard-dev/terraform-provider-ko'
'action.md': 'https://github.com/imjasonh/setup-ko'