Skip to content

Commit 4c6c2fa

Browse files
committed
document mod redirects
thought this was already there, whoops
1 parent 1547bd3 commit 4c6c2fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

developing/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Requirements | `dependencies` | `project.dependencies`
176176
Misc URLs<sup>6</sup> | `urls` | `project.urls`
177177
Download Link | `download` | `tool.sdkmod.download`
178178
Description | 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

0 commit comments

Comments
 (0)