[
https://issues.apache.org/jira/browse/HBASE-17046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-17046.
---------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Release Note: Adds a 1.1. item to our 'Documentation and API' tab. Gives
access to 1.1 APIs, XRef, etc.
Added a 1.1 dir under a checkout of
https://git-wip-us.apache.org/repos/asf/hbase-site.git Put a 1.1.7 site here
and checked it all in. Added below change to master to add the 1.1 menu item.
{code}
commit d9316a64a9b271222c0cb4ea52f40a4dedc86676
Author: Michael Stack <[email protected]>
Date: Mon Nov 7 22:16:32 2016 -0800
HBASE-17046 Add 1.1 doc to hbase.apache.org
diff --git a/src/main/site/site.xml b/src/main/site/site.xml
index 38dc0c1..a11e7e9 100644
--- a/src/main/site/site.xml
+++ b/src/main/site/site.xml
@@ -108,6 +108,11 @@
<item name="Metrics" href="metrics.html" target="_blank" />
<item name="HBase on Windows" href="cygwin.html" target="_blank" />
<item name="Cluster replication" href="book.html#replication"
target="_blank" />
+ <item name="1.1 Documentation">
+ <item name="API" href="1.1/apidocs/index.html" target="_blank" />
+ <item name="X-Ref" href="1.1/xref/index.html" target="_blank" />
+ <item name="Ref Guide (single-page)" href="1.1/book.html"
target="_blank" />
+ </item>
<item name="0.94 Documentation">
<item name="API" href="0.94/apidocs/index.html" target="_blank" />
<item name="X-Ref" href="0.94/xref/index.html" target="_blank" />
{code}
[~misty]'s "Successful: HBase Generate Website" quotidian dev list mailing was
a big help here (Thanks [~misty])
> Add 1.1 doc to hbase.apache.org
> -------------------------------
>
> Key: HBASE-17046
> URL: https://issues.apache.org/jira/browse/HBASE-17046
> Project: HBase
> Issue Type: Task
> Components: site
> Reporter: stack
> Assignee: stack
> Fix For: 2.0.0
>
>
> Add link to 1.1 doc to the site.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)