Overview
The source for absolutejs.com, including framework guides, package references, ecosystem discovery, examples, and the AbsoluteJS blog.
@absolutejs/docsv0.0.1betaDev ToolsDocumentation site for AbsoluteJS and its associated packages (deployed app, not a published library).
git clone https://github.com/absolutejs/absolutejs-docs.gitThe source for absolutejs.com, including framework guides, package references, ecosystem discovery, examples, and the AbsoluteJS blog.
The package catalog is generated from every public workspace repository under /abs; private hosted-platform source is deliberately excluded. Run:
The generator reads package manifests, README sections, examples, commands, public exports, monorepo contents, versions, and repository links. Generated project and subpackage pages are registered as real documentation routes and included in sitemap generation.
check:docs prevents undocumented projects or subpackages, non-searchable package entry points, private platform exposure, and regressions to historical package names.
scripts/generateEcosystemCatalog.ts derives documentation data from the workspace.
src/frontend/data/documentation/packages contains generated and curated package data.
src/frontend/components/documentation contains framework guides and package views.
src/frontend/data/sidebarData.ts is the authoritative route registry.
absolute.config.ts projects that registry into the automatically generated sitemap.
Outcomes
The source for absolutejs.com, including framework guides, package references, ecosystem discovery, examples, and the AbsoluteJS blog.
The package catalog is generated from every public workspace repository under /abs; private hosted-platform source is deliberately excluded. Run:
check:docs prevents undocumented projects or subpackages, non-searchable package entry points, private platform exposure, and regressions to historical package names.
Hardening checklist
Follow in order
Working example for Local development.
bun install
bun run devThe package catalog is generated from every public workspace repository under /abs; private hosted-platform source is deliberately excluded. Run:
bun run catalog:generate
bun run check:docsScripts declared by this project’s package manifest.