-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate readme project to another docs framework #468
Comments
Just thinking out loud that it may be easier to just make the readme a static github md file and remove interactivity and other visuals. Then just add the readme as the main readme.md for the repo. Maybe add some critical content if someone identifies it is missing. At least reduces complexity for awhile. |
Yeah, that can be our back-up plan if things break before someone gets around to this. For now still seems to be working! |
Just a quick note—I had a go with mdoc.js in http4s/http4s-dom#29 and I had an excellent experience. I think it is very viable to port the current docs, and would be a fun project for a motivated individual :) I'm marking this as "good first issue": I think the trickiest part would be the build setup, which I can help with if someone is interested to work on this. From there it should be pretty straightforward! Finally, a note on the circular dependency: well, that seems unavoidable :) (scalatex also technically has a circular dependency to sjs-dom v1!). However, it's worth noting that the mdoc.js dependency is fairly uncoupled in the sense that it doesn't need sjs-dom to build (since its just doing source-generation) nor does it put sjs-dom on the classpath automatically. Their sjs-dom dependency is purely for testing and generating their own docs. |
At least a couple issues have reported issues running
|
What about just using scaladoc 3? https://docs.scala-lang.org/scala3/scaladoc.html |
@zetashift does Scaladoc 3 support Scala.js? I.e. can it be used to make interactive in-browser snippets? |
That's a good one, it has runnable snippets, but I can't find anything about it for interative snippets :S |
The readme project currently depends on scalatex which unfortunately no longer seems to be maintained. Thus the docs should migrate to another framework, e.g. mdoc supports Scala.js although it's not entirely clear to me if this is introducing a circular dependency or not.
The text was updated successfully, but these errors were encountered: