3.0.0 - Renewed "More information" section
What's Changed
- Update deployment documentation using GitHub Actions by @bedroesb in #225
- Update versions in README by @bedroesb in #226
- Bump nokogiri from 1.15.4 to 1.16.2 by @dependabot in #227
- New page design by @bedroesb in #192
- Fix + test for long tool names by @bedroesb in #232
- Improve documentation for top navigation and the tools table by @bedroesb in #234
- Make sure NA as registry value is not displayed by @bedroesb in #236
New features
- Collapsable items for "More information" including Training, rdmkit links, FAIRCookbook links, etc
- New website configuration setting:
This setting allows you to also collapse the resource table under the "More information" section
theme_variables: headings: resource-table-all-collapse: true
- New scss variables setting the Section navigation tiles and More information buttons. Set them in the
_sass/_custom_variables.scss
file/*-----Section navigation tiles-----*/ $nav-card-bg: $light; $nav-card-color: $dark; $nav-card-bg-hover: $primary; $nav-card-color-hover: $white; /*-----More information tiles-----*/ $info-card-bg: $light; $info-card-color: $dark; $info-card-bg-hover: $primary; $info-card-color-hover: $white;
- Improved descriptions when linking to RDMkit, FAIRsharing, FAIRCookbook and DSW
- New simpler design for section navigation tiles and related pages tiles, giving a coherent way of navigating the website.
- Set Icons for pages so they are visualized in section navigation tiles and related pages tiles by using the new page attribute:
type_img
for example" :--- type_img: /assets/img/section-icons/dna-light.svg ---
- Use the
col
parameter in the section navigation tiles and section navigation tiles simple to specify the number of columnsor{% include section-navigation-tiles.html type="example_pages" col=3 %}
{% include section-navigation-tiles-simple.html type="example_pages" col=3 %}
Full Changelog: 2.5.0...3.0.0