diff --git a/docs/community.md b/docs/community.md new file mode 100644 index 000000000..38573d576 --- /dev/null +++ b/docs/community.md @@ -0,0 +1,23 @@ +This page contains links to various useful projects related to Decompose and maintained by the community. + +### Decompose-Router + +A Compose-multiplatform navigation library that leverage Decompose to create an API inspired by [Conductor](https://github.com/bluelinelabs/Conductor). + +!!! tip + + Decompose-Router is a lightweight library based on Decompose, it can be especially useful if you find Decompose cumbersome or difficult to learn. + +Link: [github.com/xxfast/Decompose-Router](https://github.com/xxfast/Decompose-Router) + +Author: [@xxfast](https://github.com/xxfast) + +### MVIKotlin Decompose Template (IDEA Plugin) + +Decompose and MVIKotlin plugin template, which will help you to create new components. + +Link: [plugins.jetbrains.com/plugin/22852-mvikotlin-decompose-template](https://plugins.jetbrains.com/plugin/22852-mvikotlin-decompose-template) + +Source code: [github.com/makeevrserg/MVIKotlin-Decompose-Plugin](https://github.com/makeevrserg/MVIKotlin-Decompose-Plugin) + +Author: [@makeevrserg](https://github.com/makeevrserg) diff --git a/mkdocs.yml b/mkdocs.yml index e7da2e032..8b4a35a2d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,7 +10,7 @@ repo_url: https://github.com/arkivanov/Decompose edit_uri: "" # Copyright -copyright: Copyright © 2020 - 2022 Arkadii Ivanov +copyright: Copyright © 2020 - 2023 Arkadii Ivanov # Page tree nav: @@ -55,6 +55,7 @@ nav: - Extensions for Android views: extensions/android.md - Samples: samples.md + - Community: community.md # Configuration theme: