diff options
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index 5e18ea806..db0750f59 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -32,7 +32,23 @@ $rtl = is_locale_rtl($locale); <?php _g('Feel free to help <a href="../community/">us improve</a> them, or to assist in translating them into your language.')?></p> <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> - <h3>Mageia 7 & Mageia 8</h3> + <h3>Mageia 8</h3> + <div class="row"> + <div class="col"> + <?php doc_list(_r('Control Center'), 'control_center', 8); ?> + </div> + <div class="col"> + <?php doc_list(_r('Installer'), 'installer', 8); ?> + </div> + <div class="col"> + <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 8); ?> + </div> + <div class="col"> + <?php doc_list(_r('Network installation'), 'netinstall', 8); ?> + </div> + </div> + <hr> + <h3>Mageia 7</h3> <div class="row"> <div class="col"> <?php doc_list(_r('Control Center'), 'control_center', 7); ?> |