Commit 2eebade
feat(docs): /go/agent/ — first per-package landing replaces redirect
Demonstrates the migration pattern: drop a Starlight MDX page at
src/content/docs/go/<pkg>.mdx with a per-page head: override carrying the
package-specific go-import / go-source meta tags. The static redirect at
public/go/<pkg>/index.html gets removed so the Starlight page wins.
Result for /go/agent/:
- Real docs page (sidebar entry under "Packages")
- go-import meta = dappco.re/go/agent → github.com/dappcore/agent.git
(page-level head replaces the global dappco.re/go default)
- go-source likewise scoped to dappcore/agent
Same pattern applies for mcp, miner, pool, proxy, stream, tenant when
they're ready — each is a separate Starlight page + redirect removal.
Note Snider's path migration: post-rename consumers import
dappco.re/go/agent (not dappco.re/go/core/agent). The legacy core/
path keeps resolving via the unchanged public/go/core/agent/ redirect.
Co-Authored-By: Virgil <virgil@lethean.io>1 parent dd98906 commit 2eebade
3 files changed
Lines changed: 50 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments