-
Notifications
You must be signed in to change notification settings - Fork 3
Documentation & Release workflow #30
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
Documentation & Release workflow #30
Conversation
Initialise GH pages
@marqh I've set up the Javadocs for the core and NetCDF modules to be built by dokka in their respective target directories. Do you have a preferred way to publish these? |
Hello @simonoakesepimorphics many thanks for preparing this content, I think this is looking good. I am going to avoid discussions on what further information could be included for follow up tickets and focus on this content and the mechanics of publishing regarding:
I would like to publish these through github pages. once we are happy with the content we can then provide a dedicated subdomain of binary-array-ld.net to provide identity. Previously i have used a dedicated branch, such as I am totally ready to merge this content and turn on github pages on the repository once we've explored the branch question I'll add any content thoughts as further comments if they arise, expecting further tickets on documentation content to be set up. |
@marqh One limitation with Dokka + Maven is that it doesn't have multi-module support, so I will need to set up the link between the NetCDF and core packages by configuring the URL where the core package docs are hosted. This will be a very minor change in the With regard to the location of the doc content, I prefer to use the |
I've done some reading and gh pages on master+docs seems fine and sensible i have enabled this on the repo now. shall we agree to merge and check out the serving? |
@marqh Yes, that will be fine. |
Fixes #24
This requires GH pages to be activated on this repo using the
branch: master
and/docs
settings.Some links might need tweaking depending once the GH pages are live.
To Do