Skip to content

Commit 34fcd28

Browse files
committed
Configure redirect
1 parent c34913f commit 34fcd28

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gem 'jekyll'
44
gem "therubyracer"
55
gem 'json', '1.8.3'
66
gem 'nokogiri', '~> 1.8.2'
7+
gem 'jekyll-redirect-from'

Gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ GEM
1212
mercenary (~> 0.3.3)
1313
rouge (~> 1.7)
1414
safe_yaml (~> 1.0)
15+
jekyll-redirect-from (0.11.0)
16+
jekyll (>= 2.0)
1517
jekyll-sass-converter (1.4.0)
1618
sass (~> 3.4)
1719
jekyll-watch (1.4.0)
@@ -43,9 +45,10 @@ PLATFORMS
4345

4446
DEPENDENCIES
4547
jekyll
48+
jekyll-redirect-from
4649
json (= 1.8.3)
4750
nokogiri (~> 1.8.2)
4851
therubyracer
4952

5053
BUNDLED WITH
51-
1.14.6
54+
2.0.1

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ markdown: kramdown
77
exclude: ['partner_docs', 'bundle']
88

99
extensions: ['fenced_code_blocks']
10+
11+
plugins: ['jekyll-redirect-from']

mq/3/reference/api/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: IronMQ v3 API Reference
3+
redirect_from: /mq/reference/api/
34
summary: "IronMQ v3 has made a few improvements over our previous API. This reference is a continuing work in progress"
45
layout: default
56
section: mq-v3

mq/3/reference/push_queues/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: IronMQ Push Queues Reference
3+
redirect_from: /mq/reference/push_queues/
34
layout: default
45
section: mq-v3
56
breadcrumbs:

0 commit comments

Comments
 (0)