Repository: incubator-impala Updated Branches: refs/heads/doc_prototype 4b6406eab -> 47f4cac2a
Flip 'integrated' and 'standalone' conditions so the right content is hidden/shown in HTML. Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/024de7ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/024de7ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/024de7ee Branch: refs/heads/doc_prototype Commit: 024de7eebde563d172cbfdd4402a71ec7efcb3ab Parents: 4b6406e Author: John Russell <[email protected]> Authored: Wed Nov 2 13:13:36 2016 -0700 Committer: John Russell <[email protected]> Committed: Wed Nov 2 13:13:36 2016 -0700 ---------------------------------------------------------------------- docs/impala_html.ditaval | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/024de7ee/docs/impala_html.ditaval ---------------------------------------------------------------------- diff --git a/docs/impala_html.ditaval b/docs/impala_html.ditaval index 079a7ad..b9403f6 100644 --- a/docs/impala_html.ditaval +++ b/docs/impala_html.ditaval @@ -10,8 +10,8 @@ <!-- standalone = upstream Impala docs, not part of any larger library integrated = any xrefs, topicrefs, or other residue from original downstream docs that don't resolve properly in the upstream context --> -<prop att="audience" val="integrated" action="include"/> -<prop att="audience" val="standalone" action="exclude"/> +<prop att="audience" val="integrated" action="exclude"/> +<prop att="audience" val="standalone" action="include"/> <!-- John added this so he can work on Impala_Next in master without fear that it will show up too early in released docs --> <prop att="audience" val="impala_next" action="exclude"/>
