File tree 5 files changed +9
-1
lines changed
5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ gem 'jekyll'
4
4
gem "therubyracer"
5
5
gem 'json' , '1.8.3'
6
6
gem 'nokogiri' , '~> 1.8.2'
7
+ gem 'jekyll-redirect-from'
Original file line number Diff line number Diff line change 12
12
mercenary (~> 0.3.3 )
13
13
rouge (~> 1.7 )
14
14
safe_yaml (~> 1.0 )
15
+ jekyll-redirect-from (0.11.0 )
16
+ jekyll (>= 2.0 )
15
17
jekyll-sass-converter (1.4.0 )
16
18
sass (~> 3.4 )
17
19
jekyll-watch (1.4.0 )
@@ -43,9 +45,10 @@ PLATFORMS
43
45
44
46
DEPENDENCIES
45
47
jekyll
48
+ jekyll-redirect-from
46
49
json (= 1.8.3 )
47
50
nokogiri (~> 1.8.2 )
48
51
therubyracer
49
52
50
53
BUNDLED WITH
51
- 1.14.6
54
+ 2.0.1
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ markdown: kramdown
7
7
exclude : ['partner_docs', 'bundle']
8
8
9
9
extensions : ['fenced_code_blocks']
10
+
11
+ plugins : ['jekyll-redirect-from']
Original file line number Diff line number Diff line change 1
1
---
2
2
title : IronMQ v3 API Reference
3
+ redirect_from : /mq/reference/api/
3
4
summary : " IronMQ v3 has made a few improvements over our previous API. This reference is a continuing work in progress"
4
5
layout : default
5
6
section : mq-v3
Original file line number Diff line number Diff line change 1
1
---
2
2
title : IronMQ Push Queues Reference
3
+ redirect_from : /mq/reference/push_queues/
3
4
layout : default
4
5
section : mq-v3
5
6
breadcrumbs :
You can’t perform that action at this time.
0 commit comments