Skip to content

Commit

Permalink
clean up and ignore some repos
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Apr 12, 2023
1 parent 6bf467a commit def2338
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 24 deletions.
4 changes: 0 additions & 4 deletions golang/actions-downstream-test.html

This file was deleted.

4 changes: 0 additions & 4 deletions golang/actions-kind.html

This file was deleted.

4 changes: 0 additions & 4 deletions golang/build-spike.html

This file was deleted.

4 changes: 0 additions & 4 deletions golang/integration.html

This file was deleted.

4 changes: 0 additions & 4 deletions golang/kn-plugin-source-pkg.html

This file was deleted.

4 changes: 0 additions & 4 deletions golang/website.html

This file was deleted.

8 changes: 8 additions & 0 deletions tools/redir-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ var (
knativeOrgs = []string{"knative", "knative-sandbox"}
allowedRepoRe = regexp.MustCompile("^[a-z][-a-z0-9]+$")
archivedExceptions = []string{"eventing-contrib"}
ignoreRepos = []string{
"actions",
"community",
"docs",
"knobots",
"monitoring",
"release",
}

// Repos known to contain Go libraries, so that requesting
// https://knative.dev/<repo> in a browser should redirect to
Expand Down

0 comments on commit def2338

Please sign in to comment.