From f1350509d37f9fcb4c7993f45cc61dc28151806f Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 9 Dec 2020 13:29:45 -0500 Subject: [PATCH] add toc #7457 --- doc/sphinx-guides/source/developers/configuration.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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``