diff options
author | Papoteur <papoteur@mageia.org> | 2023-06-11 15:40:24 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-06-11 15:40:24 +0200 |
commit | 4f4cf7490f37cd05afef51fba822d821b94bbf0e (patch) | |
tree | 71844287b6579a5bb0a4a0eb68b4994619910bce /mcc/9/et/content/search/htmlFileList.js | |
parent | 4a8837a8b6d9fe014a1eec461f1d33d1360044a4 (diff) | |
download | doc-4f4cf7490f37cd05afef51fba822d821b94bbf0e.tar doc-4f4cf7490f37cd05afef51fba822d821b94bbf0e.tar.gz doc-4f4cf7490f37cd05afef51fba822d821b94bbf0e.tar.bz2 doc-4f4cf7490f37cd05afef51fba822d821b94bbf0e.tar.xz doc-4f4cf7490f37cd05afef51fba822d821b94bbf0e.zip |
Adding or refreshing mcc in et
Diffstat (limited to 'mcc/9/et/content/search/htmlFileList.js')
-rw-r--r-- | mcc/9/et/content/search/htmlFileList.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mcc/9/et/content/search/htmlFileList.js b/mcc/9/et/content/search/htmlFileList.js new file mode 100644 index 00000000..9b89a3f3 --- /dev/null +++ b/mcc/9/et/content/search/htmlFileList.js @@ -0,0 +1,14 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "mcc-networksharing.html"; +fl["1"]= "mcc-localdisks.html"; +fl["2"]= "mcc-intro.html"; +fl["3"]= "software-management.html"; +fl["4"]= "mcc-security.html"; +fl["5"]= "mcc-system.html"; +fl["6"]= "mcc-hardware.html"; +fl["7"]= "mcc-network.html"; +fl["8"]= "otherMageiaTools.html"; +fl["9"]= "mcc-sharing.html"; +fl["10"]= "mcc-boot.html"; +fl["11"]= "mcc-networkservices.html"; |