diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-16 00:38:32 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-16 00:38:32 +0200 |
commit | a29d57476d8c9419aff1333d3dd32659159f5a15 (patch) | |
tree | 555f2255b9f6051f340d7d184c2aec0f41c8d63a /en/doc/index.php | |
parent | d8b0be92e684935c9d0de3a7aae3a685e296ca2a (diff) | |
download | www-a29d57476d8c9419aff1333d3dd32659159f5a15.tar www-a29d57476d8c9419aff1333d3dd32659159f5a15.tar.gz www-a29d57476d8c9419aff1333d3dd32659159f5a15.tar.bz2 www-a29d57476d8c9419aff1333d3dd32659159f5a15.tar.xz www-a29d57476d8c9419aff1333d3dd32659159f5a15.zip |
Documentation for Mageia 6 is available
(html version of netinstall is missing)
Diffstat (limited to 'en/doc/index.php')
-rwxr-xr-x[-rw-r--r--] | en/doc/index.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index f321dd9d8..28a51dfdc 100644..100755 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -34,6 +34,19 @@ require 'doc.php'; <?php _g('Feel free to help us improving it!')?></p> <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> + <h3>Mageia 6</h3> + <div class="row"> + <div class="col"> + <?php doc_list(_r('Installer'), 'installer', 6); ?> + </div> + <div class="col"> + <?php doc_list(_r('Control Center'), 'control_center', 6); ?> + </div> + <div class="col"> + <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 6); ?> + </div> + </div><!--row--> + <hr></hr> <h3>Mageia 5</h3> <div class="row"> <div class="col"> |