-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add script for docs preprocessing for static site #13587
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
Conversation
4b70570
to
c9ad3d2
Compare
5fae528
to
633d3bf
Compare
https://scala3doc.virtuslab.com/pr-move-docs/scala3/docs/index.html From static site point of view everything is working correctly. |
If you copy the |
project/scripts/processDocs.sc
Outdated
import scala.io.{ Codec, Source } | ||
import scala.collection.JavaConverters._ | ||
|
||
val inputDir = FileSystems.getDefault.getPath("docs") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need some comment what this script does and where is used here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in docs/README.md
98a64a4
to
ced87c3
Compare
…r docs.scala-lang
No description provided.