diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index d07a726a4e..f68becaded 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -109,6 +109,14 @@ disableExplicitIndexURLs = false # source code on your page which typically uses English terminology. additionalContentLanguage = [ "en" ] +# Additional code dependencies. +# Default: See config.toml of the theme +# The theme provides a mechanism to load further JavaScript and CSS +# dependencies on demand only if they are needed. This comes in handy if you +# want to add own shortcodes that depend on additional code to be loaded. +# See te docs how tihs works. +# [relearn.dependencies] + #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Topbar # These options modify the topbar appearance.