Skip to content

Commit

Permalink
Syntax + typo fix
Browse files Browse the repository at this point in the history
Small edit, fixed a typo and a syntax error in (ironically) a header in
the docs
  • Loading branch information
dlmurphy committed Nov 16, 2017
1 parent 28f705c commit 80219c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down Expand Up @@ -684,7 +684,7 @@ See :ref:`Branding Your Installation` above.
See :ref:`Branding Your Installation` above.

:DisableRootDataverseTheme
++++++++++++++++++++++++
++++++++++++++++++++++++++

See :ref:`Branding Your Installation` above.

Expand Down

0 comments on commit 80219c5

Please sign in to comment.