Skip to content

Commit

Permalink
Add docs about the :NavbarGuidesUrl setting. #6877
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 30, 2020
1 parent eacad04 commit 6884494
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,14 @@ Note: The "About" link will not appear in the navbar until this option is set.

``curl -X PUT -d http://dataverse.example.edu http://localhost:8080/api/admin/settings/:NavbarAboutUrl``

:NavbarGuidesUrl
++++++++++++++++

Set ``NavbarGuidesUrl`` to a fully-qualified URL which will be used for the "User Guide" link in the navbar.

Note: by default, the URL is composed from the settings ``GuidesBaseUrl`` and ``GuidesVersion`` below.

``curl -X PUT -d http://example.edu/fancy-dataverse-guide http://localhost:8080/api/admin/settings/:NavbarGuidesUrl``

:GuidesBaseUrl
++++++++++++++
Expand Down

0 comments on commit 6884494

Please sign in to comment.