mrpowers-io / spark-fast-tests

Apache Spark testing helpers (dependency free & works with Scalatest, uTest, and MUnit)
https://mrpowers-io.github.io/spark-fast-tests/
MIT License
429 stars 77 forks source link

Add Laika and API docs #134

Closed SemyonSinchenko closed 1 month ago

SemyonSinchenko commented 1 month ago

Preview

How it looks like in my fork

Comments

I think we should refactor build.sbt to lazy val and project to separate core and docs. Also it could be cool to move part of leika conf to a separate scala file. But I would do it in a separate PR better.

PS

It is the first time when I'm trying to make a website for a scala project. I tried docusaurus + mdoc but failed. From the other side Laika looks fresh, lightweight and easy to configure compared to docusaurus that requires solid js/ts knowledge.

Content

I will work with extending the documentation, updating README, etc. But I would merge the core part of docs first.

Part of #127