diff --git a/doc/sphinx-guides/source/developers/configuration.rst b/doc/sphinx-guides/source/developers/configuration.rst index c07a555ad1b..d058a1e1705 100644 --- a/doc/sphinx-guides/source/developers/configuration.rst +++ b/doc/sphinx-guides/source/developers/configuration.rst @@ -1,6 +1,9 @@ Consuming Configuration ======================= +.. contents:: |toctitle| + :local: + Dataverse uses different types of configuration: 1. JVM system properties @@ -94,4 +97,4 @@ When moving a database setting (``:ExampleSetting``), configure an alias A database setting with an i18n attribute using *lang* will have available language codes appended to the name. Example: ``dataverse.settings.fromdb.ExampleI18nSetting.en``, ``dataverse.settings.fromdb.ExampleI18nSetting.de`` -More details in ``edu.harvard.iq.dataverse.settings.source.DbSettingConfigSource`` \ No newline at end of file +More details in ``edu.harvard.iq.dataverse.settings.source.DbSettingConfigSource``