Conversation
- restores the default "home" button for guides - restores "next" and "previous" links for each page - restores "source" button for each page (.rst or .md)
This was hidden before because a custom navbar took over.
|
Based on feedback from @DieuwertjeBloemen at https://dataverse.zulipchat.com/#narrow/channel/446770-docs/topic/no.20home.20button/near/477816742 I added "About Dataverse" to the navbar in 5c5812e. It links to dataverse.org Here's an updated screenshot: |
|
@ofahimIQSS @DieuwertjeBloemen @CharityEverett, and I touched on this during the documentation working group meeting this morning. As I mentioned above, I might want to remove For now Omer and I agreed to keep this going and put it on the board. I also merged the latest from develop in. Please keep the feedback coming! |
navbar_from_dataverse_org.js is no longer used, so we delete it. It operated on navbar.html, which we deleted already. The script was setting the site name to "Dataverse Project" and adding the Dataverse icon next to it. We're now doing this elsewhere.
|
@ofahimIQSS I'm pretty sure that overlap we're seeing only occurs on the ReadTheDocs preview service we use. Check it out, the overlap also happens at https://dataverse-guide--11374.org.readthedocs.build/en/11374/admin/index.html which is a completely unrelated PR (#11374). You could build the PR locally if you want, or with Jenkins, to avoid using the ReadTheDocs service when you're testing. |
|
Thank you for the clarification - I see no issues here. We can go ahead and merge this. |



Note: you can preview this pull request at https://dataverse-guide--10942.org.readthedocs.build/en/10942/
You can compare it with https://guides.dataverse.org/en/latest/
What this PR does / why we need it:
The Documentation Working Group observed that there's no "home" button for the guides. I started by fixing this but kept going:
Before
After
Which issue(s) this PR closes:
Special notes for your reviewer:
I'm removing the custom navbar.
Suggestions on how to test this:
Try https://dataverse-guide--10942.org.readthedocs.build/en/10942/
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Yes. See before and after screenshots above.
Is there a release notes update needed for this change?:
Yes, added.
Additional documentation:
None.