Catalog files

Each catalog file exports an array and a slug lookup map.

The array is used to render indexes and navigation children.

The lookup map is used by dynamic route pages to validate slugs.

lib/component-catalog.ts
lib/form-element-catalog.ts
lib/auth-catalog.ts
lib/pages-catalog.ts
lib/table-catalog.ts
lib/chart-catalog.ts
lib/extension-catalog.ts
lib/wizard-example-catalog.ts
lib/documentation-catalog.ts

Documentation generation

The documentation catalog imports the other catalogs and generates reference pages from them.

Adding a new component, form, chart, table, auth page, app page, misc page, extension, or wizard example can automatically create a documentation reference page when the source catalog is updated.