Skip to content

Commit

Permalink
remove pages for archived repos (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxwell Brown <maxwellbrown1990@gmail.com>
  • Loading branch information
fubhy and IMax153 authored Jul 15, 2024
1 parent b55c013 commit d0fa889
Showing 1 changed file with 25 additions and 55 deletions.
80 changes: 25 additions & 55 deletions terraform/github/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,23 @@ repositories = {
pages = { build_type = "legacy" }
}
cache = {
description = "An Effect native cache with a simple and compositional interface"
homepage_url = "https://effect-ts.github.io/cache"
pages = { build_type = "legacy" }
is_archived = true
description = "An Effect native cache with a simple and compositional interface"
is_archived = true
}
cli = {
description = "Rapidly build powerful and composable command-line applications"
homepage_url = "https://effect-ts.github.io/cli"
pages = { build_type = "workflow" }
is_archived = true
description = "Rapidly build powerful and composable command-line applications"
is_archived = true
}
cluster = {
homepage_url = "https://effect-ts.github.io/cluster"
pages = { build_type = "workflow" }
is_archived = true
is_archived = true
}
codemod = {
description = "Code mod's for the Effect ecosystem"
homepage_url = "https://effect-ts.github.io/codemod"
pages = { build_type = "legacy" }
}
data = {
description = "Custom built data types leveraged by the Effect ecosystem"
collaborators = [{ username = "enricopolanski", permission = "push" }]
homepage_url = "https://effect-ts.github.io/data"
pages = { build_type = "legacy" }
is_archived = true
}
docgen = {
Expand Down Expand Up @@ -93,9 +84,8 @@ repositories = {
description = "A repository of examples showing how to use Effect"
}
experimental = {
description = "A repository for experimental Effect libraries"
homepage_url = "https://effect-ts.github.io/experimental"
pages = { build_type = "legacy" }
description = "A repository for experimental Effect libraries"
is_archived = true
}
figlet = {
description = "An implementation of a FIGlet font parser and renderer built with Effect"
Expand All @@ -110,67 +100,49 @@ repositories = {
enable_changesets = false
}
io = {
description = "Effect's core runtime, a fiber-based implementation of structured concurrency"
homepage_url = "https://effect-ts.github.io/io"
pages = { build_type = "legacy" }
is_archived = true
description = "Effect's core runtime, a fiber-based implementation of structured concurrency"
is_archived = true
}
language-service = {}
match = {
description = "Functional pattern matching with the full power of TypeScript"
collaborators = [{ username = "tim-smart", permission = "maintain" }]
pages = { build_type = "legacy" }
homepage_url = "https://effect-ts.github.io/match"
topics = ["functional-programming", "pattern-matching", "typescript"]
is_archived = true
}
monorepo-testing = {
collaborators = [{ username = "fubhy", permission = "admin" }]
}
opentelemetry = {
description = "OpenTelemetry integration with Effect"
homepage_url = "https://effect-ts.github.io/opentelemetry"
pages = { build_type = "legacy" }
is_archived = true
description = "OpenTelemetry integration with Effect"
is_archived = true
}
platform = {
description = "Unified interfaces for common platform-specific services"
homepage_url = "https://effect-ts.github.io/platform"
pages = { build_type = "legacy" }
is_archived = true
description = "Unified interfaces for common platform-specific services"
is_archived = true
}
printer = {
description = "An easy to use, extensible pretty-printer for rendering documents"
homepage_url = "https://effect-ts.github.io/printer"
pages = { build_type = "legacy" }
is_archived = true
description = "An easy to use, extensible pretty-printer for rendering documents"
is_archived = true
}
rpc = {
description = ""
homepage_url = "https://effect-ts.github.io/rpc"
pages = { build_type = "legacy" }
is_archived = true
description = ""
is_archived = true
}
scala-playground = {
description = "A Scala playground for the Effect maintainers"
}
schema = {
description = "Modeling the schema of data structures as first-class values"
homepage_url = "https://effect-ts.github.io/schema"
pages = { build_type = "legacy" }
is_archived = true
description = "Modeling the schema of data structures as first-class values"
is_archived = true
}
stm = {
description = "An implementation of software transactional memory built with Effect"
homepage_url = "https://effect-ts.github.io/stm"
pages = { build_type = "legacy" }
is_archived = true
description = "An implementation of software transactional memory built with Effect"
is_archived = true
}
stream = {
description = "An implementation of pull-based streams built with Effect"
homepage_url = "https://effect-ts.github.io/stream"
pages = { build_type = "legacy" }
is_archived = true
description = "An implementation of pull-based streams built with Effect"
is_archived = true
}
team = {
visibility = "private"
Expand All @@ -181,10 +153,8 @@ repositories = {
pages = { build_type = "legacy" }
}
typeclass = {
description = "A collection of re-usable typeclasses for the Effect ecosystem"
homepage_url = "https://effect-ts.github.io/typeclass"
pages = { build_type = "legacy" }
is_archived = true
description = "A collection of re-usable typeclasses for the Effect ecosystem"
is_archived = true
}
vite-plugin-react = {}
vscode-extension = {
Expand Down

0 comments on commit d0fa889

Please sign in to comment.