ngxdocs
Documentation

Headless Core

Content sources, page trees, configuration, and framework contracts.

On this page

ngxdocs-core contains the primitives that do not depend on a visual theme. UI packages and applications consume these contracts instead of maintaining separate navigation or content models.

Source API

A docs source exposes normalized pages, slug lookup, generated route parameters, search, and a page tree. Content adapters can read Analog files, local Markdown, a CMS, or generated API references while presenting the same interface to the UI.

Page tree

The page tree contains documents, categories, separators, and breaks. Locale-aware flattening powers breadcrumbs and previous/next links.

Configuration

provideNgxDocs registers branding, search, navigation, locales, AI endpoints, feedback, comments, analytics, and frontmatter validation through Angular dependency injection.

Last updated on