File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
sidebar : false
3
3
title : FAIRDOM-SEEK Documentation # Replace with instance name
4
4
---
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 >
5
14
6
15
## About FAIRDOM-SEEK
7
16
@@ -23,7 +32,7 @@ If you wish to practice using FARIDOM-SEEK without disturbing any real hubs or p
23
32
</div>
24
33
<div class="col d-grid">
25
34
<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>
27
36
</a>
28
37
</div>
29
38
<div class="col d-grid">
You can’t perform that action at this time.
0 commit comments