Skip to content

Commit a3255b4

Browse files
authored
Merge pull request #20 from seek4science/feature-button-to-docs
Add button to relevant docs page from feature pages
2 parents 024a5d8 + b617f2a commit a3255b4

File tree

11 files changed

+11
-1
lines changed

11 files changed

+11
-1
lines changed

_layouts/single.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
{% endif %}
4545
{{ content }}
4646
{% if page.link %}<div><a href="{{ page.link }}" class="btn btn--primary">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
47+
{% if page.docs %}<div id="docs-button"><a href="{{ page.docs }}" class="btn btn--info" role="button">Link to documentation page</a></div>{% endif %}
4748
</section>
4849

4950
<footer class="page__meta">

_pages/api_and_programmatic_access.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /api_and_programmatic_access.html
33
title: "API and Programmatic Access"
44
layout: single
5+
docs: https://docs.seek4science.org/help/user-guide/api
56
---
67

78
FAIRDOM-SEEK includes a [JSON](https://www.json.org/) Application Programming Interface (API) that allows the searching, listing, reading, updating and creating of many items in your FAIRDOM-SEEK instance, along with their attributes.

_pages/explore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ permalink: /explore.html
33
title: "Explore spreadsheets"
44
layout: single
55
redirect_from: '/explore_and_annotate.html'
6+
docs: https://docs.seek4science.org/help/user-guide/adding-assets
67
---
78

89
Excel spreadsheets can be explored without the need to download.

_pages/extended_metadata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /extended_metadata.html
33
title: "Extended Metadata"
44
layout: single
5+
docs: https://docs.seek4science.org/tech/extended-metadata/extended-metadata-type
56
---
67

78
Extended Metadata is a feature added to FAIRDOM-SEEK as part of version 1.11, originally to support plant phenotyping [(MIAPPE)](https://github.com/MIAPPE/MIAPPE).

_pages/flexible_sharing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /flexible_sharing.html
33
title: "Flexible sharing controls"
44
layout: single
5+
docs: https://docs.seek4science.org/help/user-guide/general-attributes#sharing
56
---
67

78
There is a lot of flexibility and control over who can see, download or edit your items.

_pages/organise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /organise.html
33
title: "Organise and store you data"
44
layout: single
5+
docs: https://docs.seek4science.org/help/user-guide/isa-overview
56
---
67

78
FAIRDOM-SEEK has adopted an ISATAB style structure for organising experiments and data.

_pages/publishing_and_doi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /publishing_and_doi.html
33
title: "Publishing and DOI"
44
layout: single
5+
docs: https://docs.seek4science.org/tech/administration#configuring-doi-and-pubmed-search
56
---
67

78
If research resulted in a publication, this can also be registered with FAIRDOM-SEEK (including accreditation to relevant people) using a [PUBMED](http://www.ncbi.nlm.nih.gov/pubmed) identifier or [DOI](http://www.doi.org/),

_pages/rightfield_templates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /rightfield_templates.html
33
title: "Semantic spreadsheet templates"
44
layout: single
5+
docs: https://rightfield.org.uk/guide
56
---
67

78

_pages/simulate_sbml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /simulate_sbml.html
33
title: "Simulate SBML, COPASI and Morpheus models"
44
layout: single
5+
docs: https://docs.seek4science.org/help/user-guide/copasi-button
56
---
67

78
Most models that conforms to the [SBML](https://sbml.org/) format can be simulated within FAIRDOM-SEEK.

_pages/yellow_pages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /yellow_pages.html
33
title: "Who's doing what, where?"
44
layout: single
5+
docs: https://docs.seek4science.org/help/user-guide/administer-project-members
56
---
67

78
We recognise that people, and their knowledge, are important.

0 commit comments

Comments
 (0)