[
https://issues.apache.org/jira/browse/HBASE-28733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885363#comment-17885363
]
Dávid Paksy commented on HBASE-28733:
-------------------------------------
Many thanks [~psomogyi]. Based on your notes I generated the 2.6 documentation
like this:
{code:java}
hbase $ git checkout rel/2.6.0
hbase $ mvn clean install -Prelease -DskipTests
hbase $ mvn site -Prelease
hbase-site $ git switch asf-site
hbase-site $ cp -r ../hbase/target/site ./2.6
hbase-site $ git add 2.6 {code}
> Publish API docs for 2.6
> ------------------------
>
> Key: HBASE-28733
> URL: https://issues.apache.org/jira/browse/HBASE-28733
> Project: HBase
> Issue Type: Task
> Components: community, documentation
> Reporter: Nick Dimiduk
> Assignee: Dávid Paksy
> Priority: Major
> Labels: pull-request-available
>
> We have released 2.6 but the website has not been updated with the new API
> docs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)