Skip to content

Commit

Permalink
Validation fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvicoun committed Jun 8, 2023
1 parent 7e70668 commit 63590dd
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 14 deletions.
2 changes: 2 additions & 0 deletions DC-SLE-Micro-admin
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ROOTID="slemicro-admin-guide"
SRC_DIR="articles"
IMG_SRC_DIR="images"


PROFOS="slemicro"
PROFCONDITION="slemicro"
#PROFCONDITION="suse-product;beta"
#PROFCONDITION="community-project"
Expand Down
74 changes: 62 additions & 12 deletions articles/SLE_Micro_admin.asm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</resource>
</resources>
<!-- S T R U C T U R E -->
<structure renderas="book" xml:id="slemicro-admin-guide" xml:lang="en">
<structure renderas="article" xml:id="slemicro-admin-guide" xml:lang="en">
<merge>
<title>&productnameshort; Administration Guide</title>
<!-- Create changelog to enable versioning; add most recent entries at the top. -->
Expand Down Expand Up @@ -154,7 +154,7 @@
identifiers, separated by ; -->
<meta name="architecture" content="x86;power" its:translate="no"/>
<meta name="productname" its:translate="no">
<!-- enter product name and version --><productname version="15-SP5">&slemicro;</productname>
<!-- enter product name and version --><productname version="5.4">&slema;</productname>
</meta>
<meta name="title" its:translate="yes">Administration of &productnameshort;</meta>
<meta name="description" its:translate="yes">Describes the administration tasks on &productnameshort;</meta>
Expand Down Expand Up @@ -214,11 +214,34 @@
<module resourceref="_transactional-update-overlay" renderas="section"/>
<!-- pull in a topic and switch the title -->
<module resourceref="_snapshots" renderas="section">
<module resourceref="_snapshot-excluded-directories" renderas="section"/>
<module resourceref="_snapshots_checking_size" renderas="section"/>
<merge>
<abstract>
<para/>
</abstract>
</merge>
<module resourceref="_snapshot-excluded-directories" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_snapshots_checking_size" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
<module resourceref="_transactional-update" renderas="section">
<module resourceref="_transactional-update-no-reboot" renderas="section"/>
<module resourceref="_transactional-update-no-reboot" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_transactional-update-usage" renderas="section">
<merge>
<abstract>
Expand All @@ -227,17 +250,46 @@
</merge>
</module>
</module>
<module resourceref="_networking-nm-intro" renderas="section"/>
<module resourceref="_networking-nm-vs-wicked" renderas="section"/>
<module resourceref="_networking-nm-configuration" renderas="section"/>
<module resourceref="_networking-nmcli" renderas="section"/>
<module resourceref="_networking-nm-intro" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_networking-nm-vs-wicked" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_networking-nm-configuration" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_networking-nmcli" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
<module resourceref="_monitoring-health-checker" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
<module resourceref="_monitoring-health-checker-plugins" renderas="section">
<merge>
<abstract>
<para/>
</abstract>
</merge>
</module>
</module>
<module resourceref="_toolbox" renderas="section">
Expand All @@ -254,9 +306,7 @@
</merge>
</module>
</module>
<module resourceref="_reference-example" renderas="section"/>
<module resourceref="_glue-more-info" renderas="section"/>
<module resourceref="_glue-whats-next" renderas="section"/>

<module resourceref="_legal"/>
<module resourceref="_gfdl">
<output renderas="appendix"/>
Expand Down
2 changes: 1 addition & 1 deletion concepts/monitoring-health-checker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</abstract>
</info>
<para>
Health checker is a program delivered with &priductnameshort; that checks whether
Health checker is a program delivered with &productnameshort; that checks whether
services are running properly during booting of your system.
</para>
<para>
Expand Down
2 changes: 1 addition & 1 deletion concepts/toolbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</abstract>
</info>
<para>
&productnameshort; uses the &trup; command to apply
&productnameshort; uses the &tr-up; command to apply
changes to the system, but the changes are applied only after reboot. That
solution has several benefits, but it also has some disadvantages. If you
need to debug your system and install a new tool, the tool will be available
Expand Down
1 change: 1 addition & 0 deletions references/networking-nmcli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,4 +602,5 @@
</varlistentry>
</variablelist>
</section>
</section>
</topic>

0 comments on commit 63590dd

Please sign in to comment.