bids-website icon indicating copy to clipboard operation
bids-website copied to clipboard

Top-level header for extensions

Open poldrack opened this issue 5 years ago • 3 comments

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.

poldrack avatar Feb 23 '20 16:02 poldrack

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.

sappelhoff avatar Mar 13 '20 15:03 sappelhoff

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.

robertoostenveld avatar Mar 14 '20 09:03 robertoostenveld

The new website will probably include something for extensions

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

Remi-Gau avatar May 09 '24 20:05 Remi-Gau

closing as this seems to now be resolved: in my opinion

reopen if you think otherwise

Remi-Gau avatar Sep 27 '24 17:09 Remi-Gau