diff options
| author | Papoteur <papoteur@mageia.org> | 2019-07-02 16:04:45 +0200 |
|---|---|---|
| committer | Papoteur <papoteur@mageia.org> | 2019-07-02 16:04:45 +0200 |
| commit | 4e1e6c4b6eb6d4942b1d0cd7b116db1ef257dabf (patch) | |
| tree | 362b6159d5eaaee7dfae89591068c579b5da9820 /draklive/7/et/content/search/htmlFileList.js | |
| parent | b6dc945b103ed62990632aa670a1d0d5da08f401 (diff) | |
| download | doc-4e1e6c4b6eb6d4942b1d0cd7b116db1ef257dabf.tar doc-4e1e6c4b6eb6d4942b1d0cd7b116db1ef257dabf.tar.gz doc-4e1e6c4b6eb6d4942b1d0cd7b116db1ef257dabf.tar.bz2 doc-4e1e6c4b6eb6d4942b1d0cd7b116db1ef257dabf.tar.xz doc-4e1e6c4b6eb6d4942b1d0cd7b116db1ef257dabf.zip | |
Adding or refreshing draklive in et
Diffstat (limited to 'draklive/7/et/content/search/htmlFileList.js')
| -rw-r--r-- | draklive/7/et/content/search/htmlFileList.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/draklive/7/et/content/search/htmlFileList.js b/draklive/7/et/content/search/htmlFileList.js new file mode 100644 index 00000000..47d19e48 --- /dev/null +++ b/draklive/7/et/content/search/htmlFileList.js @@ -0,0 +1,16 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "selectKeyboardLive.html"; +fl["1"]= "reboot.html"; +fl["2"]= "diskPartitioning.html"; +fl["3"]= "login.html"; +fl["4"]= "uninstall-Mageia.html"; +fl["5"]= "testing.html"; +fl["6"]= "ar01s02.html"; +fl["7"]= "setupBootloader.html"; +fl["8"]= "selectLanguage.html"; +fl["9"]= "Select-and-use-ISOs.html"; +fl["10"]= "bestTime.html"; +fl["11"]= "acceptLicense.html"; +fl["12"]= "addUser.html"; +fl["13"]= "configureTimezoneUTC.html"; |
