Architecture
Use Card/CardGrid for browsable groups of related links or concepts.

Access to internal architecture, repositories, and runbooks is protected. Sign in with your corporate Authentik account to continue.
Reusable enterprise documentation components available to every page in the Engineering Hub.
This page is the living reference for every reusable component available when authoring documentation in the Engineering Hub. Use it as a copy-paste starting point for new runbooks, architecture pages and SOPs — everything below renders using the same design tokens as the rest of the site.
Built on Starlight’s <Aside> component — use these for warnings, security notices and best practices.
Why this matters
Use InfoCard for a single highlighted explanation inline with the surrounding prose.
Runbook prerequisite
Callers must have the oncall-responder role before running this procedure.
Architecture
Use Card/CardGrid for browsable groups of related links or concepts.
Deployment
Cards pick up the site’s rounded corners, borders and hover elevation automatically.
brew install zoos-clizoos-cli auth logincurl -fsSL https://get.zoos.dev | shzoos-cli auth loginiwr https://get.zoos.dev/win -UseBasicParsing | iexzoos-cli auth loginStandard code block with copy button and line highlighting:
export function readingTime(body: string | undefined): number { const words = body?.trim().split(/\s+/).filter(Boolean).length ?? 0; return Math.max(1, Math.round(words / 220));}Terminal-style frame for CLI output:
$ zoos-cli deploy --env production✔ Build uploaded (12.4 MB)✔ Health checks passed✔ Traffic shifted to production.env.example to .env and fill in local credentials.npm run dev and open http://localhost:4321.| Environment | URL | Owner |
|---|---|---|
| Production | app.zoosglobal.internal |
Platform Engineering |
| Staging | staging.zoosglobal.internal |
Platform Engineering |
| Development | localhost:4321 |
You |
Engineering Hub redesign shipped
New search-first homepage, repository catalog and reading experience.
Datadog secret backend bundled into Agent
Standalone installs are no longer required for Agent 7.70+.
Access control policy updated
Quarterly access reviews now require manager sign-off.
Add a Markdown or MDX file under src/content/docs/<section>/. Frontmatter fields like category,
tags and owner power the homepage widgets and search facets automatically.
scripts/sync-github-readmes.mjs pulls README content and repo metadata (language, visibility) from
the GitHub API on a schedule and regenerates pages under src/content/docs/repositories/.
Yes — set pinned: true or featured: true in frontmatter to surface a page on the homepage.
Pre-deploy checklist
QIs the service returning 5xx errors?
Check whether a deploy happened in the last hour and roll back if so. Otherwise, escalate to the on-call engineer.
Check upstream dependency health dashboards in Datadog before escalating.
Have an idea for a new component? Open an issue in the documentation repository — see the sync notice
on each repository page for the source link.