Ayfri / Kore

A Kotlin library to generate Datapacks for Minecraft Java.
https://kore.ayfri.com
GNU General Public License v3.0
79 stars 4 forks source link

Add online documentation/wiki. #7

Open Ayfri opened 1 year ago

AugustinMauroy commented 1 year ago

If you want I can create a Nextjs infra.

With this feature:

Ayfri commented 1 year ago

For the documentation/wiki, it might be better to create everything in Kotlin, just for the beauty of the thing, but if you have arguments for why NextJS would be better I'm okay to discuss !

The documentation will surely be created using Dokka, but for the wiki I might use Compose Web, as I already know how to use it (I actually never used ReactJS, almost all of my websites are in pure HTML/JS/CSS and sometimes Go or Kotlin for the back).

Also, for now it's not important that we create an online documentation as the code don't have any documentation (maybe a very few methods have but it's far from enough), but I'm okay with creating a guide !

AugustinMauroy commented 1 year ago

Start writing markdown on docs directory. And the infra will come later.

AugustinMauroy commented 1 year ago

FYI: the kotlin website is created with react