Skip to content

Conversation

@ricochet
Copy link
Contributor

@ricochet ricochet commented Jan 28, 2026

We are moving the vanity url's to this repo where most go activity in the org will be maintained.

Step 1 for this move is to keep the current modules in place and working. As we need the package name, e.g. x, we will move that module to this repo.

componentize-go/docs/
  ├── CNAME           → go.bytecodealliance.org
  ├── index.html      → go-modules (legacy root)
  ├── cm.html         → go-modules (legacy cm module)
  ├── wit.html        → go-modules (legacy wit package)
  ├── x.html          → go-modules (legacy x package)
  ├── cmd.html        → go-modules (legacy cmd package)
  └── 404.html        → componentize-go (NEW packages - catch-all)

  How it works
  ┌──────────────────────────────────────┬───────────────────────────┐
  │             Import path              │        Resolves to        │
  ├──────────────────────────────────────┼───────────────────────────┤
  │ go.bytecodealliance.org              │ go-modules                │
  ├──────────────────────────────────────┼───────────────────────────┤
  │ go.bytecodealliance.org/cm           │ go-modules                │
  ├──────────────────────────────────────┼───────────────────────────┤
  │ go.bytecodealliance.org/wit          │ go-modules                │
  ├──────────────────────────────────────┼───────────────────────────┤
  │ go.bytecodealliance.org/x            │ go-modules                │
  ├──────────────────────────────────────┼───────────────────────────┤
  │ go.bytecodealliance.org/cmd/...      │ go-modules                │
  ├──────────────────────────────────────┼───────────────────────────┤
  │ go.bytecodealliance.org/anything-new │ componentize-go (via 404) │
  └──────────────────────────────────────┴───────────────────────────┘

@ricochet ricochet marked this pull request as draft January 28, 2026 14:26
@ricochet ricochet marked this pull request as ready for review January 28, 2026 14:42
@asteurer asteurer merged commit 09966ae into main Jan 28, 2026
5 checks passed
@asteurer asteurer deleted the move-vanity branch January 28, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants