From 80219c513f3fe3699ed9e3cfe0207eb76e60289e Mon Sep 17 00:00:00 2001 From: Derek Murphy Date: Thu, 16 Nov 2017 11:43:59 -0500 Subject: [PATCH] Syntax + typo fix Small edit, fixed a typo and a syntax error in (ironically) a header in the docs --- doc/sphinx-guides/source/installation/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index c79f76f7953..ee19e67f8f6 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -385,7 +385,7 @@ Once you have the location of your custom header HTML file, run this curl comman ``curl -X PUT -d '/var/www/dataverse/branding/custom-header.html' http://localhost:8080/api/admin/settings/:HeaderCustomizationFile`` -If you have enabled a custom header or navbar logo, you may want to disable the theme of the/logo/banner of the "root" dataverse by setting ``:DisableRootDataverseTheme`` to ``true`` like this: +If you have enabled a custom header or navbar logo, you may want to disable the theme of the logo/banner of the "root" dataverse by setting ``:DisableRootDataverseTheme`` to ``true`` like this: ``curl -X PUT -d 'true' http://localhost:8080/api/admin/settings/:DisableRootDataverseTheme`` @@ -684,7 +684,7 @@ See :ref:`Branding Your Installation` above. See :ref:`Branding Your Installation` above. :DisableRootDataverseTheme -++++++++++++++++++++++++ +++++++++++++++++++++++++++ See :ref:`Branding Your Installation` above.