mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
Add audience="hidden" to DITAVal.
That's an alias for audience="Cloudera", which will be removed in a subsequent CR. This 2nd patch set is just for practice amending the commit message without touching any files. Change-Id: I0771ccf912d8112194ad52a7fa76b092ea6cff72 Reviewed-on: http://gerrit.cloudera.org:8080/5591 Reviewed-by: John Russell <jrussell@cloudera.com> Tested-by: John Russell <jrussell@cloudera.com>
This commit is contained in:
@@ -17,9 +17,11 @@ KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
<!-- Exclude Cloudera-only content. This is typically material that's permanently hidden,
|
||||
e.g. obsolete or abandoned. Use pre-release for material being actively worked on
|
||||
that's not ready for prime time. -->
|
||||
<!-- Exclude blocks of content. This is typically material that's permanently hidden,
|
||||
(obsolete or abandoned), or aspirational (maybe write new topic somewhere down the road).
|
||||
Use pre-release condition instead for material being actively worked on
|
||||
that's not quite ready for prime time. -->
|
||||
<prop att="audience" val="hidden" action="exclude"/>
|
||||
<prop att="audience" val="Cloudera" action="exclude"/>
|
||||
<!-- These two are backward: things marked HTML are excluded from the HTML and
|
||||
things marked PDF are excluded from the PDF. -->
|
||||
|
||||
@@ -17,10 +17,12 @@ KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
<!-- Exclude Cloudera-only content. This is typically material that's permanently hidden,
|
||||
e.g. obsolete or abandoned. Use pre-release for material being actively worked on
|
||||
that's not ready for prime time. -->
|
||||
<prop att="audience" val="Cloudera" action="exclude"/>
|
||||
<!-- Exclude blocks of content. This is typically material that's permanently hidden,
|
||||
(obsolete or abandoned), or aspirational (maybe write new topic somewhere down the road).
|
||||
Use pre-release condition instead for material being actively worked on
|
||||
that's not quite ready for prime time. -->
|
||||
<prop att="audience" val="hidden" action="exclude"/>
|
||||
<prop att="audience" val="Cloudera" action="exclude"/>
|
||||
<!-- These two are backward: things marked HTML are excluded from the HTML and
|
||||
things marked PDF are excluded from the PDF. -->
|
||||
<prop att="audience" val="PDF" action="exclude"/>
|
||||
|
||||
Reference in New Issue
Block a user