-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give guides a home button (and more) by removing custom navbar #10942
base: develop
Are you sure you want to change the base?
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.
Note: you can preview this pull request at https://dataverse-guide--10942.org.readthedocs.build/en/10942/
What this PR does / why we need it:
The Documentation Working Group has been talking about how there's no "home" button when clicking around the guides.
This pull request takes a somewhat bold approach of removing the custom navbar entirely. The following changes can be observed:
Which issue(s) this PR closes:
Special notes for your reviewer:
This is a draft. At minimum, I think I also want to remove the following unused cruft:
There's probably CSS that can be removed as well, as well as other files or at least lines.
Suggestions on how to test this:
Try the preview link above.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Yes. See before and after below.
Before
After
After ("Site" dropdown)
After ("Page" dropdown)
Is there a release notes update needed for this change?:
Yes, not yet included.
Additional documentation:
None.