Skip to content

Commit

Permalink
Docs: extremely nitpicky word change [IQSS#4197]
Browse files Browse the repository at this point in the history
Changed a couple words in the config page.
  • Loading branch information
dlmurphy committed Nov 17, 2017
1 parent d277669 commit d612189
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,11 +385,11 @@ 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 root dataverse. You can do so by setting ``:DisableRootDataverseTheme`` to ``true`` like this:
If you have enabled a custom header or navbar logo, you might prefer to disable the theme of the root dataverse. You can do so by setting ``:DisableRootDataverseTheme`` to ``true`` like this:

``curl -X PUT -d 'true' http://localhost:8080/api/admin/settings/:DisableRootDataverseTheme``

Please note, if your installation is already up and running on production, before disabling your root dataverse theme, consider that child dataverses have the ability to inherit themes. You should manually revert the root dataverse theme to default values before disabling, or continue to allow the root dataverse theme to be inherited.
Please note: If your installation is already up and running on production, before disabling your root dataverse theme, consider that child dataverses have the ability to inherit themes. You should manually revert the root dataverse theme to default values before disabling, or continue to allow the root dataverse theme to be inherited.

Custom Footer
+++++++++++++
Expand Down

0 comments on commit d612189

Please sign in to comment.