119625d8cSopenharmony_ci# Examples 219625d8cSopenharmony_ci 319625d8cSopenharmony_ciWe try to focus our documentation on the [four types of 419625d8cSopenharmony_cidocumentation](https://documentation.divio.com/). Examples fit into this by 519625d8cSopenharmony_ciproviding: 619625d8cSopenharmony_ci- [Cookbook / How-To Guides](https://docs.rs/clap/latest/clap/_cookbook/index.html) 719625d8cSopenharmony_ci- Tutorials ([derive](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html), [builder](https://docs.rs/clap/latest/clap/_tutorial/index.html)) 819625d8cSopenharmony_ci 919625d8cSopenharmony_ciThis directory contains the source for the above. 1019625d8cSopenharmony_ci 1119625d8cSopenharmony_ci## Contributing 1219625d8cSopenharmony_ci 1319625d8cSopenharmony_ciNew examples should fit within the above structure and support their narrative 1419625d8cSopenharmony_ci- Add the example to [Cargo.toml](../Cargo.toml) for any `required-features` 1519625d8cSopenharmony_ci- Document how the example works with a `.md` file which will be verified using [trycmd](https://docs.rs/trycmd) 1619625d8cSopenharmony_ci- Pull the `.rs` and `.md` file into the appropriate module doc comment to be accessible on docs.rs 17