You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2022/08/31 13:47:00 UTC

[jira] [Created] (HBASE-27351) Add 2.5 Documentation to the website

Nick Dimiduk created HBASE-27351:
------------------------------------

             Summary: Add 2.5 Documentation to the website
                 Key: HBASE-27351
                 URL: https://issues.apache.org/jira/browse/HBASE-27351
             Project: HBase
          Issue Type: Task
          Components: community
            Reporter: Nick Dimiduk
            Assignee: Nick Dimiduk


Following the example from HBASE-24487, will create PR for both the main repo and the hbase-site repo.

Generating the site documentation from main repo, copy to site, as follows:
{noformat}
hbase $ git checkout rel/2.5.0
hbase $ mvn clean site site:stage -DskipTests
hbase-site $ git checkout asf-site
hbase-site $ cp -r ../hbase/target/staging ./2.5
hbase-site $ git add 2.5
{noformat}

Then, update the site structure to include a reference to the new content, following https://github.com/apache/hbase/pull/2060



--
This message was sent by Atlassian Jira
(v8.20.10#820010)