mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Some checks failed
CI / Classify Changes (push) Has been cancelled
CI / Check AGENTS.md Links (push) Has been cancelled
Release Edge / Prepare edge release (push) Has been cancelled
CI / Test Workspace (push) Has been cancelled
CI / Test omnigraph-server --features aws (push) Has been cancelled
CI / RustFS S3 Integration (push) Has been cancelled
Release Edge / Build edge omnigraph-linux-x86_64 (push) Has been cancelled
Release Edge / Build edge omnigraph-macos-arm64 (push) Has been cancelled
2 KiB
2 KiB
User Docs
Audience: users, CLI users, HTTP clients, and self-hosting operators
This is the public-facing entry point. These docs should describe behavior, commands, configuration, and operational contracts without requiring knowledge of MRs, internal recovery mechanics, or contributor-only invariants.
Start Here
| Goal | Read |
|---|---|
| Install OmniGraph | install.md |
| Run the CLI locally | cli.md |
| Look up every CLI flag and config field | cli-reference.md |
| Write schemas | schema-language.md |
| Read schema-lint diagnostic codes | schema-lint.md |
| Write queries and mutations | query-language.md |
| Use embeddings | embeddings.md |
Operate A Graph
| Goal | Read |
|---|---|
| Understand graph layout and URI support | storage.md |
| Work with branches, commits, and snapshots | branches-commits.md |
| Coordinate multi-query workflows | transactions.md |
| Read diffs and change feeds | changes.md |
| Build and use indexes | indexes.md |
| Compact and clean old versions | maintenance.md |
| Interpret errors and output formats | errors.md |
Run The Server
| Goal | Read |
|---|---|
| Deploy the binary or container | deployment.md |
| Use HTTP endpoints | server.md |
| Configure Cedar authorization | policy.md |
| Track actors and audit behavior | audit.md |
Releases
Release notes live in releases/. Use them for user-visible changes between versions, not for contributor design history.
Boundary
User docs should focus on stable behavior. If a paragraph needs to explain internal sidecars, Lance API blockers, MR numbers, test strategy, or review rules, it probably belongs in docs/dev/index.md or a developer-area document instead.