Is there a set of docs around for ComposeHTML? I ...
# kobweb
k
Is there a set of docs around for ComposeHTML? I was reading that its still supported by jetbrains but seems to have been descoped in favour of Compose Web and they seem to have removed the docs from there site ( or at least i can seem to find them )
c
k
Thanks.
d
Yeah, our docs aren't that approachable, but we're working on it! It's a current priority actually. We will be breaking all of that README stuff up into separate articles that will get hosted at https://kobweb.varabyte.com/docs Of course, the README has a ton of useful info in it, so if you ask questions here, at least I can link to this or that section, usually.
The communities here and on the Discord (and also GitHub discussions) can be useful places to answer questions too.
I realize in retrospect OP was asking about Compose HTML docs, not Kobweb docs, whoops! Yeah, their docs story is really not that great. However, you can get a good feel for most of what Compose HTML offers by reading through all of their tutorials, which you can find here: https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/HTML That said, once you get a feel for how HTML / CSS translates to Compose HTML in one way, you kind of know almost the whole thing.
👍 1
k
Thanks, I was thinking about compose HTML docs for that exact reason,. as one feeds into the other:)