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
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
|
||||
# to publich without github page
|
||||
# to publish without github page
|
||||
#gem "jekyll"
|
||||
|
||||
gem "json", "~> 2.2"
|
||||
|
||||
gem "bigdecimal", "~> 1.4"
|
||||
|
||||
gem "jekyll-redirect-from", group: :jekyll_plugins
|
@ -246,7 +246,8 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
bigdecimal (~> 1.4)
|
||||
github-pages
|
||||
jekyll-redirect-from
|
||||
json (~> 2.2)
|
||||
|
||||
BUNDLED WITH
|
||||
2.0.1
|
||||
2.0.2
|
||||
|
@ -23,8 +23,8 @@ entries:
|
||||
url: /merlin6/request-project.html
|
||||
- title: Accessing Interactive Nodes
|
||||
url: /merlin6/interactive.html
|
||||
- title: Merlin6 Data Directories
|
||||
url: /merlin6/data-directories.html
|
||||
- title: Merlin6 Storage
|
||||
url: /merlin6/storage.html
|
||||
- title: Accessing Slurm Cluster
|
||||
url: /merlin6/slurm-access.html
|
||||
- title: Transferring Data
|
||||
|
@ -1,11 +1,12 @@
|
||||
---
|
||||
title: Merlin6 Data Directories
|
||||
title: Merlin6 Storage
|
||||
#tags:
|
||||
#keywords:
|
||||
last_updated: 28 June 2019
|
||||
#summary: ""
|
||||
sidebar: merlin6_sidebar
|
||||
permalink: /merlin6/data-directories.html
|
||||
redirect_from: /merlin6/data-directories.html
|
||||
permalink: /merlin6/storage.html
|
||||
---
|
||||
|
||||
## Merlin6 directory structure
|
Loading…
x
Reference in New Issue
Block a user