Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ELIXIR-Belgium/elixir-toolkit-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Jun 17, 2024
2 parents 9621be8 + ab4def4 commit 9141850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
octokit (6.1.1)
faraday (>= 1, < 3)
Expand All @@ -101,20 +101,20 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
racc (1.7.3)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass-embedded (1.69.5)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
Expand Down
2 changes: 1 addition & 1 deletion pages/documentation/resource_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Each tool or resource mentioned in the text has metadata stored in the [main yam
- **url**: URL to the main page of the tool or resource, make sure to let the URL start with `https://`
- **description**: A short description of the tool or resource. Try to not use the characters `"` or `'`
- **registry**: 3 registries are supported: [Bio.tools](https://bio.tools), [FAIRsharing.org](https://fairsharing.org/), [TeSS](https://tess.elixir-europe.org/) and [EuroPMC](https://europepmc.org/). The keywords you can use respectively are: `biotools`, `fairsharing`, `fairsharing-coll`, `tess` and `europmc`, specifying the id or query with a colon. FAIRsharing collections have an ID that follows the pattern `bsg-s000XXX`. List registries under the `registry` attribute as `key: value pairs`.
- **related_pages**: List of page_ids (Deprecated, This is replaced by the `{% raw %}{% tool "tool_id" %}{% endraw %}` snippet in the text)
- **related_pages**: List of page_ids (It is not adviced to use this in combination with the `{% raw %}{% tool "tool_id" %}{% endraw %}` snippet in the text)
- **how_to_access**: This is free text feels that describes the accessibility of the tool or resource.


Expand Down

0 comments on commit 9141850

Please sign in to comment.