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

Top-level header for extensions #97

Open
poldrack opened this issue Feb 23, 2020 · 3 comments
Open

Top-level header for extensions #97

poldrack opened this issue Feb 23, 2020 · 3 comments

Comments

@poldrack
Copy link

right now, if one navigates to the site it is not obvious where the extensions are found. I propose adding a top-level heading for extensions, separate from the "getting involved" page.

@sappelhoff
Copy link
Member

sappelhoff commented Mar 13, 2020

When we all agree that we should get a separate page (+ top level header) for the extensions, we can think about re-structuring the extensions table in general.

#104 is providing a "jekyll collection" of BEPs.

Making use of such a collection, we could make the separate "extensions page" very simple along these lines:

<ul>
  {% for bep in site.bep_collection %}
    <li>
      <a href="{{ bep.url }}">{{ bep.title }}</a>
      - {{ bep.headline }}
    </li>
  {% endfor %}
</ul>

see this tutorial to get an idea of what I mean.

@robertoostenveld
Copy link
Collaborator

I find the number of top-level menu items now already larger than desired; hence I would prefer to switch to a hierarchical menu structure, where the different ways of getting involved are separate pages, each accessible through sub-menu items.

@Remi-Gau
Copy link
Contributor

Remi-Gau commented May 9, 2024

The new website will probably include something for extensions

https://bids-website.readthedocs.io/en/latest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants