Newer
Older

Jeremy Soller
committed
+++
title = "Documentation"
+++
## Getting Started
We highly recommend that you start with the [Book](https://doc.redox-os.org/book/), as it describes how to set up and use Redox.

Jeremy Soller
committed
## References

Jeremy Soller
committed
- [libredox](https://docs.rs/libredox/latest/libredox/) - Documentation of the Redox system library.
- [libstd](https://doc.rust-lang.org/stable/std/) - Documentation for the Rust standard library.

Jeremy Soller
committed
Stijn van Houwelingen
committed
### Gitlab
- [Gitlab](https://gitlab.redox-os.org/) - Redox OS Gitlab repository where you can find all source code.
- [Drivers](https://gitlab.redox-os.org/redox-os/drivers/-/blob/master/README.md) - High-level documentation of the drivers.
- [RFCs](https://gitlab.redox-os.org/redox-os/rfcs) - Request for Changes to Redox.
- [Ion Manual](https://doc.redox-os.org/ion-manual/) - Documentation for the Ion shell.
### Talks
- [Talks](/talks/) - Redox talks given at podcasts and conferences.
## Contributing to Redox
- Read the [CONTRIBUTING](https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md) document