Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Sep 15, 2023
1 parent 3f2ab7d commit c760634
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _plugins/page-params/redirect_23.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2023 Adobe
# All Rights Reserved.
#
#
# NOTICE: All information contained herein is, and remains
# the property of Adobe and its suppliers, if any. The intellectual
# and technical concepts contained herein are proprietary to Adobe
Expand All @@ -13,6 +13,8 @@
# It uses redirect metadata from the 2.4 version of the page.
# If there is no 2.4 version of the page, then it redirects to https://developer.adobe.com/commerce/docs/

# frozen_string_literal: true

Jekyll::Hooks.register :pages, :post_init do |page|
# Skip pages where the parameter is already set
next unless page.path.start_with? 'guides/v2.3/'
Expand Down

0 comments on commit c760634

Please sign in to comment.