diff options
author | Papoteur <papoteur@mageia.org> | 2021-03-11 19:05:09 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-03-11 19:05:09 +0100 |
commit | 253f684011da40bd8f8cac0537949b6a9608cafc (patch) | |
tree | cf2d0c56c28967de05e9a6e6461a272706999605 /mcc/8/et/content/search/htmlFileList.js | |
parent | 8ea2fc8068dd486d6cca0954669697b21040f40b (diff) | |
download | doc-253f684011da40bd8f8cac0537949b6a9608cafc.tar doc-253f684011da40bd8f8cac0537949b6a9608cafc.tar.gz doc-253f684011da40bd8f8cac0537949b6a9608cafc.tar.bz2 doc-253f684011da40bd8f8cac0537949b6a9608cafc.tar.xz doc-253f684011da40bd8f8cac0537949b6a9608cafc.zip |
Adding or refreshing mcc in et
Diffstat (limited to 'mcc/8/et/content/search/htmlFileList.js')
-rw-r--r-- | mcc/8/et/content/search/htmlFileList.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mcc/8/et/content/search/htmlFileList.js b/mcc/8/et/content/search/htmlFileList.js new file mode 100644 index 00000000..9b89a3f3 --- /dev/null +++ b/mcc/8/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"; |