File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ Pragmas
54
54
``${versions}`` variable.
55
55
- ``<alias>`` may specify a nested path; e.g. ``symlink onprem/upcoming -> master``
56
56
57
+ .. note::
58
+
59
+ Symlink aliases are ignored on the Snooty toolchain. Refer to Snooty documentation
60
+ for creating aliases on Snooty-enabled repos.
61
+
57
62
Rules
58
63
~~~~~
59
64
74
79
For example, ``[v1.0-v2.0)`` would match ``v1.0`` and ``v1.5``, but **NOT**
75
80
``v2.0``.
76
81
82
+ .. important::
83
+
84
+ Include the trailing slash (``/``) on both the source and target when
85
+ creating redirects.
86
+
77
87
Comments
78
88
~~~~~~~~
79
89
@@ -101,13 +111,13 @@ Example
101
111
symlink: current -> master
102
112
103
113
# These rules are *raw* rules: a raw rule corresponds to exactly one output redirect.
104
- raw: bi-connector/ -> ${base}/current
105
- raw: bi-connector/schema-configuration -> ${base}/master/schema-configuration
114
+ raw: bi-connector/ -> ${base}/current/
115
+ raw: bi-connector/schema-configuration/ -> ${base}/master/schema-configuration/
106
116
107
117
# These rules are *version* rules, generating an output redirect *for each*
108
118
# of the selected version strings.
109
- [*-v2.1]: bi-connector/${version}/connect/mysql -> ${base}/${version}/tutorial/connecting
110
- (v2.1-*]: bi-connector/${version}/tutorial/connecting-to-atlas -> ${base}/${version}/reference/mongosqld
119
+ [*-v2.1]: bi-connector/${version}/connect/mysql/ -> ${base}/${version}/tutorial/connecting/
120
+ (v2.1-*]: bi-connector/${version}/tutorial/connecting-to-atlas/ -> ${base}/${version}/reference/mongosqld/
111
121
112
122
Generating Redirects
113
123
--------------------
You can’t perform that action at this time.
0 commit comments