32 lines
914 B
Markdown
32 lines
914 B
Markdown
---
|
|
title: Docs Guide
|
|
order: 400
|
|
---
|
|
|
|
## How the docs are organized
|
|
|
|
### Using Rerun
|
|
|
|
| You want to… | Where to look |
|
|
| --- | --- |
|
|
| Learn by doing | [Getting Started](../getting-started.md) |
|
|
| Dive into a specific task | [How-to](../howto.md) |
|
|
| Understand how Rerun works | [Concepts](../concepts.md) |
|
|
|
|
### Even more details: [reference](../reference.md)
|
|
|
|
- [Types](../reference/types.md)
|
|
- [Per language API documentation](../reference.md)
|
|
- [CLI flags](../reference/cli.md)
|
|
- [Migration notes](../reference/migration.md)
|
|
|
|
### Contributing to Rerun
|
|
|
|
**[Developing Rerun](../development.md)** is for people working *on* Rerun, not just *with* it.
|
|
|
|
## Beyond the docs
|
|
|
|
- [Discord](https://discord.gg/PXtCgFBSmH) — ask questions and chat with other Rerun users
|
|
- [GitHub](https://github.com/rerun-io/rerun) — source code and issue tracker
|
|
- [Examples](https://rerun.io/examples) — see Rerun in action
|