Docs

Available Collections

Documentation domains currently integrated in this portal.

What Are Collections?

Collections are groups of documentation sourced from different repositories. Each collection maps to a top-level section in the navigation and has its own URL prefix.

Collections are defined in collections.ts and can be either:

  • Bundled — Markdown files within this repository (e.g., docs)
  • Remote — Markdown files fetched from GitHub repositories at build time

Active Collections

Docs (this portal)

PropertyValue
SourceLocal (content/docs/)
URL prefix/docs
PurposePortal documentation — how to use, contribute, and integrate with this site

Engineering Handbook

PropertyValue
Sourceontopix/engineering-handbook
URL prefix/engineering
PurposeDevelopment standards, workflows, tooling decisions, and technical guidelines

Schemas

PropertyValue
Sourceontopix/schemas
URL prefix/schemas
PurposeData schemas and type definitions used across Ontopix services

Audit Utils

PropertyValue
Sourceontopix/audit-utils
URL prefix/auditutils
PurposeAudit utilities documentation for tracking and logging

Stylebook

PropertyValue
Sourceontopix/stylebook
URL prefix/stylebook
PurposeDesign system documentation — components, tokens, patterns, and visual guidelines

Planned Collections

The following collections are planned for future integration:

CollectionDomainStatus
InfraInfrastructurePlanned
LegalLegal guidelines and compliancePlanned
MarketingBrand guidelines and marketing resourcesPlanned
ArchitectureSystem architecture and technical decisionsPlanned

Each planned collection will follow the same pattern: documentation lives in its own GitHub repository and is pulled into this portal via collections.ts.

Adding a New Collection

See the Collection Architecture page for the technical details, or the Contributing section for step-by-step instructions.