diff -r 92cb33eb7a75 -r 510fd2a482f4 doc/integration.en.md --- a/doc/integration.en.md Sat Oct 19 01:34:55 2024 +0200 +++ b/doc/integration.en.md Tue Oct 22 07:03:54 2024 +0200 @@ -32,24 +32,6 @@ IriSP.language = "fr"; -## Library location configuration ## - -By default (as defined in *defaults.js*), librairies are loaded from either a CDN (Content Distribution Network) or from the *js/libs* directory. - -Configuration is done by overriding the properties of *IriSP.libFiles* - -To use the CDN: - - IriSP.libFiles.useCdn = true; - -To change the location of the library directory: - - IriSP.libFiles.defaultDir = "/path/libs"; - -To change individual locations or to point to files outside the default directory: - - IriSP.libFiles.locations.jQueryUI = "libs/jquery-ui-1.8.16.custom.min.js"; - IriSP.libFiles.locations.jwPlayerSWF = "libs/jwplayer/player.swf"; ## Configuration of a metadata source ##