Reference
The complete doc surface: every command and flag, the Go options and PRAGMA catalogue, the migration guide, the stability guarantees, the benchmarks, and the release history.
The exhaustive reference.
The CLI page lists every doc command, flag, and shell dot-command.
The configuration page covers the Go Open options, the PRAGMA catalogue, and the on-disk file conventions.
The migration guide maps the MongoDB Go driver onto doc.
The architecture page maps the engine from the page on disk up to the wire server.
The stability page is honest about what is settled and what may still move before 1.0.
The benchmarks page publishes measured numbers with the full setup.
The release notes summarise each version.
CLI
Every doc command, global flag, subcommand, and interactive shell dot-command.
Configuration
The Go Open options, the full PRAGMA catalogue, and the on-disk file conventions.
Migration from the MongoDB Go driver
How to move code from go.mongodb.org/mongo-driver to doc: what is identical, what changes, and what is not there.
Architecture
How a .doc file is put together, from the page on disk up to the wire server, and where each piece lives in the source tree.
Stability
What pre-1.0 means for the library API, the PRAGMA catalogue, and the on-disk file format.
Benchmarks
Measured numbers with the full setup disclosed, how to reproduce them, and an honest note on what to expect on your own hardware.
Release notes
What each doc release contains.