Browse Source

Merge pull request #14813 from JamesDeFabia/HPCC-25679PaginationContainerized

HPCC-25679 Pagination edits for Containerized doc

Reviewed-By: Greg Panagiotatos <Greg.Panagiotatos@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 years ago
parent
commit
8d8598e97c

+ 19 - 14
docs/EN_US/ContainerizedHPCC/ContainerizedMods/LocalDeployment.xml

@@ -7,7 +7,7 @@
   <para>While there are many ways to install a local single node HPCC Systems
   Platform, this section focuses on using Docker Desktop.</para>
 
-  <sect1 id="prereq">
+  <sect1 id="prereq" role="nobrk">
     <title>Prerequisites</title>
 
     <itemizedlist>
@@ -58,12 +58,12 @@
       </listitem>
 
       <listitem>
-        <para>Install Helm </para>
+        <para>Install Helm</para>
       </listitem>
     </itemizedlist>
   </sect1>
 
-  <sect1 id="addrepo">
+  <sect1 id="addrepo" role="nobrk">
     <title>Add a repository</title>
 
     <para>To use the HPCC Systems helm chart, you must add it to the helm
@@ -99,17 +99,22 @@ NOTES:
 Thank you for installing the HPCC chart.
 
 This chart has defined the following HPCC components:
-  dali.mydali
-  eclagent.hthor
-  eclagent.roxie-workunit
-  eclccserver.myeclccserver
-  esp.eclwatch
-  esp.eclservices
-  esp.eclqueries
-  esp.esdl-sandbox
-  esp.sql2ecl
-  roxie.roxie
-  thor.thor</programlisting></para>
+dali.mydali
+dfuserver.dfuserver
+eclagent.hthor
+eclagent.roxie-workunit
+eclccserver.myeclccserver
+esp.eclwatch
+esp.eclservices
+esp.eclqueries
+esp.esdl-sandbox
+esp.sql2ecl
+roxie.roxie
+thor.thor
+sasha.dfurecovery-archiver
+sasha.dfuwu-archiver
+sasha.file-expiry
+sasha.wu-archiver</programlisting></para>
 
     <para><emphasis role="bold">To check status:</emphasis></para>
 

+ 2 - 2
docs/EN_US/ContainerizedHPCC/ContainerizedMods/PVCStorage.xml

@@ -4,7 +4,7 @@
 <chapter id="PVCStorage">
   <title>Storage</title>
 
-  <sect1 id="PVCs">
+  <sect1 id="PVCs" role="nobrk">
     <title>Persistent Storage for a Local Deployment</title>
 
     <para>When running on a single-node test system such as Docker Desktop,
@@ -161,7 +161,7 @@ OUTPUT(allPeople,,'MyData::allPeople',THOR,OVERWRITE);
 
     <para>Beginning with version 7.12.0, new ECL syntax was added to access
     files directly from a storage plane. This is similar to the <emphasis
-    role="bold">file::</emphasis> syntax used to directly reading files from a
+    role="bold">file::</emphasis> syntax used to directly read files from a
     physical machine, typically a landing zone.</para>
 
     <para>The new syntax is:</para>