Skip to content

Commit

Permalink
configure redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-litvak committed Jul 1, 2020
1 parent c34913f commit 8f7a351
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ gem 'jekyll'
gem "therubyracer"
gem 'json', '1.8.3'
gem 'nokogiri', '~> 1.8.2'
gem 'jekyll-redirect-from'
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ GEM
mercenary (~> 0.3.3)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-redirect-from (0.11.0)
jekyll (>= 2.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-watch (1.4.0)
Expand Down Expand Up @@ -43,9 +45,10 @@ PLATFORMS

DEPENDENCIES
jekyll
jekyll-redirect-from
json (= 1.8.3)
nokogiri (~> 1.8.2)
therubyracer

BUNDLED WITH
1.14.6
2.0.1
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ markdown: kramdown
exclude: ['partner_docs', 'bundle']

extensions: ['fenced_code_blocks']

gems: - jekyll-redirect-from
1 change: 1 addition & 0 deletions mq/3/reference/api/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: IronMQ v3 API Reference
redirect_from: /mq/reference/api/
summary: "IronMQ v3 has made a few improvements over our previous API. This reference is a continuing work in progress"
layout: default
section: mq-v3
Expand Down
1 change: 1 addition & 0 deletions mq/3/reference/push_queues/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: IronMQ Push Queues Reference
redirect_from: /mq/reference/push_queues/
layout: default
section: mq-v3
breadcrumbs:
Expand Down

0 comments on commit 8f7a351

Please sign in to comment.