From a9ec209e66f9c2b4c4270d78ca930ca58ea9d0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 17 Nov 2023 00:39:54 +0100 Subject: [PATCH] docs: mention dependency loader #721 --- exampleSite/config/_default/params.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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.