You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# to: "the path to the new location for the resource"
5
+
# type: "currently this script only supports 'redirect', and
6
+
# ignores all documents with another type."
7
+
# code: "the HTTP redirect code. Raises exception if not 301, 302, 303."
8
+
# outputs: "a list of branches/paths as follows:"
9
+
#
10
+
# - 'all': generates redirects for all published branches, but *not* 'manual'. But giza will take care of manual as part of integration.yaml logic in redirects.py
11
+
#
12
+
# - '<branch>': generates redirects for a specific branch.
13
+
#
14
+
# - 'before-<branch>': generates redirects for all branches that
15
+
# reflect releases previous to the specified branch. (Inclusive.)
16
+
#
17
+
# - 'after-<branch>': generates redirects for all branches that
18
+
# reflect releases after the specified branch. (Non-inclusive.)
19
+
#
20
+
# All paths are relative to the ``source/`` directory.
0 commit comments