Skip to content

Commit 1b02eb4

Browse files
committed
Add configurable instance names on new index page
1 parent cd99d76 commit 1b02eb4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
sidebar: false
33
title: FAIRDOM-SEEK Documentation # Replace with instance name
44
---
5+
{% assign seek_instance_name = site.seek_instance.name | default: "FAIRDOM-SEEK" %}
6+
7+
<!--Complete the description of your own instance here or delete it.-->
8+
<div>
9+
{% unless seek_instance_name == "FAIRDOM-SEEK" %}
10+
## About {{ seek_instance_name }}
11+
The {{ seek_instance_name }} platform is based on the FAIRDOM-SEEK software.
12+
{% endunless %}
13+
</div>
514

615
## About FAIRDOM-SEEK
716

@@ -23,7 +32,7 @@ If you wish to practice using FARIDOM-SEEK without disturbing any real hubs or p
2332
</div>
2433
<div class="col d-grid">
2534
<a role="button" class="btn py-3 fs-4 section-title" href="{{ '/help/user-guide' | relative_url }}"><h3><i class="fa-solid fa-user-group fa-1x"></i> <i class="fa-solid fa-book fa-1x"></i> User guide</h3>
26-
<p>General documentation on how to use, administer and troubleshoot FAIRDOM-SEEK.</p>
35+
<p>General documentation on how to use, administer and troubleshoot {{ seek_instance_name }}.</p>
2736
</a>
2837
</div>
2938
<div class="col d-grid">

0 commit comments

Comments
 (0)