InsertKoinIO / koin

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

Docs are not sync on the koin website. #1776

Closed GrzegorzBobryk closed 3 months ago

GrzegorzBobryk commented 9 months ago

Describe the bug Docs are not sync on the koin website.

To Reproduce

  1. Go to https://insert-koin.io/docs/setup/koin/
  2. Compare it with https://github.com/InsertKoinIO/koin/blob/main/docs/setup/koin.md
  3. Go to https://insert-koin.io/docs/reference/koin-core/dsl-update
  4. Compare it with https://github.com/InsertKoinIO/koin/blob/main/docs/reference/koin-core/dsl-update.md etc.

Expected behavior We are able see latest fixes in documentation using https://insert-koin.io website.

Koin module and version: N/A

Snippet or Sample project to help reproduce N/A

pedrofsn commented 8 months ago

I think that exists some extra step to publish doc written in https://github.com/InsertKoinIO/koin. Probably the docs in github need to be "compiled" and published in somewhere.

The webpage is using Docusaurus to generate a beautiful doc.

arnaudgiuliani commented 7 months ago

It should be better I believe. But yes it's a 2 step generation and deployment.

GrzegorzBobryk commented 3 months ago

All good now