You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
I'dd like to suggest that we host the scaladoc for the framework and the javadoc of the api on github pages and keep it up to date with the master branch, so that plugin developers can easily use it and we can reference it on github pages.
Github Pages has the advantage over hosting on a private webserver that every contributor with push acces to the repo can update the documentation by pushing to the gh-pages branch.
It also allows everybody to create a local copy by just cloning the branch.
I'dd do the following things:
Deploy the docs to github pages.
(Optional)Setup travis to auto generate the docs and push them
Description
I'dd like to suggest that we host the scaladoc for the framework and the javadoc of the api on github pages and keep it up to date with the master branch, so that plugin developers can easily use it and we can reference it on github pages.
Github Pages has the advantage over hosting on a private webserver that every contributor with push acces to the repo can update the documentation by pushing to the
gh-pages
branch.It also allows everybody to create a local copy by just cloning the branch.
I'dd do the following things:
@sebinside could do:
gh-pages
branch in the project settingsReferences
https://pages.github.com/
https://help.github.com/en/articles/using-a-custom-domain-with-github-pages
The text was updated successfully, but these errors were encountered: