Rename 'Data Directories' to 'Storage'
Keeps a redirect around from the old URL.
This commit is contained in:
parent
95f511a203
commit
b7b52fbdce
4
Gemfile
4
Gemfile
@ -3,9 +3,11 @@ source "https://rubygems.org"
|
|||||||
# to publish on github page
|
# to publish on github page
|
||||||
gem 'github-pages', group: :jekyll_plugins
|
gem 'github-pages', group: :jekyll_plugins
|
||||||
|
|
||||||
# to publich without github page
|
# to publish without github page
|
||||||
#gem "jekyll"
|
#gem "jekyll"
|
||||||
|
|
||||||
gem "json", "~> 2.2"
|
gem "json", "~> 2.2"
|
||||||
|
|
||||||
gem "bigdecimal", "~> 1.4"
|
gem "bigdecimal", "~> 1.4"
|
||||||
|
|
||||||
|
gem "jekyll-redirect-from", group: :jekyll_plugins
|
@ -246,7 +246,8 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bigdecimal (~> 1.4)
|
bigdecimal (~> 1.4)
|
||||||
github-pages
|
github-pages
|
||||||
|
jekyll-redirect-from
|
||||||
json (~> 2.2)
|
json (~> 2.2)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.1
|
2.0.2
|
||||||
|
@ -23,8 +23,8 @@ entries:
|
|||||||
url: /merlin6/request-project.html
|
url: /merlin6/request-project.html
|
||||||
- title: Accessing Interactive Nodes
|
- title: Accessing Interactive Nodes
|
||||||
url: /merlin6/interactive.html
|
url: /merlin6/interactive.html
|
||||||
- title: Merlin6 Data Directories
|
- title: Merlin6 Storage
|
||||||
url: /merlin6/data-directories.html
|
url: /merlin6/storage.html
|
||||||
- title: Accessing Slurm Cluster
|
- title: Accessing Slurm Cluster
|
||||||
url: /merlin6/slurm-access.html
|
url: /merlin6/slurm-access.html
|
||||||
- title: Transferring Data
|
- title: Transferring Data
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: Merlin6 Data Directories
|
title: Merlin6 Storage
|
||||||
#tags:
|
#tags:
|
||||||
#keywords:
|
#keywords:
|
||||||
last_updated: 28 June 2019
|
last_updated: 28 June 2019
|
||||||
#summary: ""
|
#summary: ""
|
||||||
sidebar: merlin6_sidebar
|
sidebar: merlin6_sidebar
|
||||||
permalink: /merlin6/data-directories.html
|
redirect_from: /merlin6/data-directories.html
|
||||||
|
permalink: /merlin6/storage.html
|
||||||
---
|
---
|
||||||
|
|
||||||
## Merlin6 directory structure
|
## Merlin6 directory structure
|
Loading…
x
Reference in New Issue
Block a user