6

How to publish javadocs in gitlab? So far I have javadocs html pages added to repo but when I try to view them, raw text html source is presented, not the redered html page.

Is it possible at all?

3
  • possible duplicate of how deploy my sites with a GITLAB Commented Jul 17, 2015 at 8:42
  • 3
    @Amadan I dont wont to publish any site, I want to publish javadocs in particular. Commented Jan 16, 2017 at 9:32
  • 1
    I'd also be interested to see the equivalent for scaladoc Commented Nov 16, 2018 at 13:57

2 Answers 2

3

An update for anyone who stumbles on this question.

GitLab CE is getting GitLab Pages in early 2017.

The earliest estimated release date is January 22nd with Gitlab version 8.16.

GitLab CE has now had GitLab pages implemented on 2/22/17 in version 8.17.

Sign up to request clarification or add additional context in comments.

2 Comments

GitLab Pages was added to CE with version 8.17, released on 22-Feb-2017 under issue #14605.
Thanks for the update :) Will implement this in my installation asap.
1

You probably want to use GitLab Pages. The documentation provided is quite detailed, you shouldn't have any problems following it. GitLab Pages is an EE- and Gitlab.com-only feature, though. If you're using GitLab CE, you can use this community solution: gitlab-ce-pages.

Edit: I have now implemented the linked project in my own GitLab instance, and can confirm works as expected. Just follow the instructions on the GitLab Pages.

2 Comments

Is this a private instance, or could you provide a link to see your build/CI config?
I would have shared if it still worked. sadly it doesn't, there were some updates in the meantime and I didn't have the time to look into it. let me know if you find something that works for you, I'll do the same.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.