File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ Requirements | `dependencies` | `project.dependencies`
176176Misc URLs<sup >6</sup > | ` urls ` | ` project.urls `
177177Download Link | ` download ` | ` tool.sdkmod.download `
178178Description | The page contents | ` project.description ` <sup >7</sup >
179+ Redirects<sup >8</sup > | ` redirect_from ` | Not supported
179180
180181<sup >1</sup > Multiple authors are concatenated in the order given.
181182<sup >2</sup > An array of strings, with valid values of ` BL2 ` , ` TPS ` and ` AoDK ` (case insensitive).
@@ -187,6 +188,9 @@ Description | The page contents | `project.description`<sup>7</s
187188<sup >5</sup > Used as the name, with no url.
188189<sup >6</sup > A dict where keys are the names and values are the urls.
189190<sup >7</sup > HTML tags are stripped, rather than just being escaped.
191+ <sup >8</sup > An array of relative urls to redirect to this page - i.e. if you moved your mod, it's
192+ old urls. See also
193+ [ ` jekyll-redirect-from ` ] ( https://github.com/jekyll/jekyll-redirect-from#usage ) .
190194{: .fs-2 }
191195
192196### Updating Info
You can’t perform that action at this time.
0 commit comments