From 6884494e5792726df8309888350aa941c96fe6af Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Thu, 30 Apr 2020 18:01:44 +0200 Subject: [PATCH] Add docs about the :NavbarGuidesUrl setting. #6877 --- doc/sphinx-guides/source/installation/config.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index fbd84a7453a..e18147ee395 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -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 ++++++++++++++