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