Child Projects
SDLC extracts general-purpose libraries as standalone packages under
packages/ts/. Each ships and documents itself independently, with its own
Astro Starlight documentation site. Those sites also nest inside this one:
each child is built into this site’s deploy under its own path (see the
subsites: list in site.yaml), so everything is browsable from one place.
| Project | What it does | Documentation |
|---|---|---|
| Intersect | Path-pattern overlap engine — do two globs share a common matching path? | /intersect/ (standalone: intersect-api.pages.dev) |
The nested paths exist in the built site (bun run build:doc-site); the
local astro dev server serves only the parent, so use the standalone links
during development.