InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
9.09k stars 719 forks source link

To support historical versions' documentation #1945

Open 2BAB opened 3 months ago

2BAB commented 3 months ago

Is your feature request related to a problem? Please describe. Not a runtime feature request but document, I was looking into an old version project which uses Koin 3.2 and want to check some apis availability. Therefore I found that Koin does not have the historical versions' documentation.

Describe the solution you'd like We can have something like this: https://docusaurus.io/ (A document static site framework, from Facebook)

image

Describe alternatives you've considered Go to the github, switch to the specific tag and check doc source.

Target Koin project Document.

arnaudgiuliani commented 1 day ago

That's a good point 👍