-
Notifications
You must be signed in to change notification settings - Fork 92
Publish API docs somehow #225
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
Comments
Last night, I published the API docs for scala-xml to the https://scala.github.io/scala-xml/api/1.1.0/scala/xml/ I created a really primitive https://scala.github.io/scala-xml/api/ If motivated, we can snazz it up later. Using GitHub pages went smoothly and it was convenient to publish this way, but I'm not sure if it's the best solution.
The only thing I found that publishes to scala.github.io is the actor migration project. For (2), maybe we should only publish the latest API docs to reduce the file size, and not the historical versions? |
hmm, I don't know, maybe using scala.github.io is okay, actually. @fsalvi opinion?
doesn't bother me, 5M is still small, and my guess is that as more versions are added, the size won't grow very fast since the additions will be so similar to the other files. if the repo eventually gets too big, fsvo "too big", I think we could deal it with it then. (unlike on the main branches, on the gh-pages branch we can |
Well, there's already that: |
Yes, the compiler used to publish the docs for scala-xml to scala-lang.org, but that won't be the case going forward. |
Ok, we will go with publishing scala-xml docs on scala.github.io. It works for me. |
I believe the compiler's build would publish the scala-xml docs to scala-lang.org/api.
Now that the scala-xml dependency was ripped out of the compiler, it probably won't any longer.
I guess we could just migrate to github-pages or something.
The text was updated successfully, but these errors were encountered: