Merge pull request #2829 from kansaichris/collections-permalink-docs

This commit is contained in:
Parker Moore 2014-08-31 00:07:08 -07:00
commit 8993cbe445
1 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,14 @@ For example, if you have `_my_collection/some_subdir/some_doc.md`, it will be wr
<p>Path to the document relative to the collection's directory</p>
</td>
</tr>
<tr>
<td>
<p><code>name</code></p>
</td>
<td>
<p>The document's base filename, with every sequence of spaces and non-alphanumeric characters replaced by a hyphen</p>
</td>
</tr>
<tr>
<td>
<p><code>output_ext</code></p>