Update organization.md
authorIsaac Gregson <igregson@users.noreply.github.com>
Fri, 4 Sep 2015 09:37:30 +0000 (12:37 +0300)
committerspf13 <steve.francia@gmail.com>
Tue, 8 Sep 2015 15:25:59 +0000 (11:25 -0400)
Increases clarity on the different between `section` and `type`.

The current `section` information here is wrong (sections can *not* be specified in front matter). This caused quite the headache. This change fixes this and also adds `type`, since it *can* be specified in front matter.

docs/content/content/organization.md

index baae4fec90aeb539d82bd3cb8e1094b55c605dc4..3d91774354464c86dcb42937d258793bdde5ed98 100644 (file)
@@ -76,8 +76,10 @@ The actual path to the file on disk. Destination will create the destination
 with the same path. Includes [section](/content/sections/).
 
 ### section
-`section` can be provided in the front matter overriding the section derived from
-the source content location on disk. See [section](/content/sections/).
+`section` is determined by its location on disk and can *not* be specified in the front matter. See [section](/content/sections/).
+
+### type
+`type` is also determined by its location on disk but, unlike `section`, it *can* be specified in the front matter. See [type](/content/types/).
 
 ### path
 `path` can be provided in the front matter. This will replace the actual