Docs for the Comon packages

One place for ORM, logging, and telemetry docs in Dart.

If you work with comon_orm, comon_logger, or comon_opentelemetry, this site should get you to the right page quickly instead of sending you through three separate repos.

How this is organizedthree packages - one entry point
What each section covers
start here, then drill down
ORM      -> schema, queries, migrations
Logger   -> handlers, filters, log viewer
OTel     -> traces, metrics, Flutter hooks

What to expect

docs near code

1. Separate products, one navigation

/docs/orm, /docs/logger, /docs/otel

2. Each package owns its docs

The source lives in the product repo, not in a detached marketing site

3. Built for day-to-day work

Open a section, copy the example you need, move on

The point is to make setup, integration, and reference pages easier to find when you are already inside the codebase.

4. Same structure everywhere

Overview, sections, and navigation behave the same across all three products
If you are touching database code, start with ORM. If you are wiring app diagnostics, jump straight into Logger or OpenTelemetry from the same sidebar.