Skip to content
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

Decide what to do with the left ('primary') sidebar #97

Open
JoeZiminski opened this issue Apr 29, 2024 · 1 comment
Open

Decide what to do with the left ('primary') sidebar #97

JoeZiminski opened this issue Apr 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JoeZiminski
Copy link
Member

At present the primary sidebar on the left of pages is not used for anything, meaning it shows blank. There are a few different things we could do, for example just remove it on every page (conf.py):

html_sidebars = {
    "**": [],
}

or include a 'globaltoc' that shows the position in the overall website, but to me it looks a little strange:

html_sidebars = {
    "**": ["globaltoc.html"],
}

Current:

image

Without:

image

globaltoc

image

@JoeZiminski JoeZiminski added the enhancement New feature or request label Apr 29, 2024
@niksirbi
Copy link
Member

We are using it on the "Get Involved" page. So if we remove it, we'll have to do a bit of restructuring.
Altenatively, we could also restructure things in a way that uses the primary sidebar.
But totally fine with removing it (I agree it looks strange to have it empty).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants