Skip to content

Commit c708de5

Browse files
committed
DataHub - Config
Migrate the page specific Github variables to the ETT v5.0.0 definitions.
1 parent 6d82f7b commit c708de5

7 files changed

Lines changed: 18 additions & 14 deletions

File tree

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source 'https://rubygems.org'
2-
31
source "https://rubygems.org"
42
# GitHub pages dependencies
53
gem 'github-pages', group: :jekyll_plugins

dh-for-system-admin.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Deploy FAIRDOM-SEEK as DataHub
33
permalink: /deploy-datahub
4-
custom_repo_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
5-
custom_repo_branch: datahub-latest-documentation
4+
github:
5+
repository_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
6+
branch: datahub-latest-documentation
67
---
78

89
Should you want to deploy your own DataHub-like instance of FAIRDOM-SEEK, you can follow this guide.

dh-organise.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: How to organise your research in DataHub
33
permalink: /experiment-organisation
4-
custom_repo_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
5-
custom_repo_branch: datahub-latest-documentation
4+
github:
5+
repository_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
6+
branch: datahub-latest-documentation
67
---
78

89
## For research group and core facility

dh-research-group.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Step-by-step guide for research group
33
permalink: /step-by-step-research-group
4-
custom_repo_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
5-
custom_repo_branch: datahub-latest-documentation
4+
github:
5+
repository_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
6+
branch: datahub-latest-documentation
67
---
78

89
## Overview

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
sidebar: false
33
title: DataHub Documentation # Replace with instance name
4-
custom_repo_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
5-
custom_repo_branch: datahub-latest-documentation
4+
github:
5+
repository_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
6+
branch: datahub-latest-documentation
67
---
78
{% assign seek_instance_name = site.seek_instance.name | default: "FAIRDOM-SEEK" %}
89

use_cases/ena-upload-tool.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: ENA Upload Tool
33
sidebar: use-cases
44
permalink: /use-cases/ena-upload-tool
5-
custom_repo_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
6-
custom_repo_branch: datahub-latest-documentation
5+
github:
6+
repository_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
7+
branch: datahub-latest-documentation
78
---
89

910
## What is the ENA Upload Tool?

use_cases/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Use-cases
33
sidebar: use-cases
44
permalink: /use-cases
5-
custom_repo_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
6-
custom_repo_branch: datahub-latest-documentation
5+
github:
6+
repository_url: https://github.com/ELIXIR-Belgium/datahub-test-documentation
7+
branch: datahub-latest-documentation
78
---
89
Explore both existing and upcoming applications and integrations of DataHub.
910

0 commit comments

Comments
 (0)