docs: List i18n folder in source organization
authordigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 16 Sep 2016 15:13:59 +0000 (17:13 +0200)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 16 Sep 2016 15:13:59 +0000 (17:13 +0200)
docs/content/overview/source-directory.md

index 5601f8d0b45bebdd72b21c52779639b4b0da8a43..e6a586f3b15ab3a3db41ebfeb074962bb6530b92 100644 (file)
@@ -22,6 +22,7 @@ The top level of a source directory will typically have the following elements:
     ▸ archetypes/
     ▸ content/
     ▸ data/
+    ▸ i18n/
     ▸ layouts/
     ▸ static/
     ▸ themes/
@@ -29,13 +30,14 @@ The top level of a source directory will typically have the following elements:
 
 Learn more about the different directories and what their purpose is:
 
-* [config](/overview/configuration/)
-* [data](/extras/datafiles/)
-* [archetypes](/content/archetypes/)
-* [content](/content/organization/)
-* [layouts](/layout/overview/)
-* [static](/themes/creation#static)
-* [themes](/themes/overview/)
+* [config]({{< relref "overview/configuration.md" >}})
+* [data]({{< relref "extras/datafiles.md" >}})
+* [i18n]({{< relref "content/multilingual.md#translation-of-strings" >}})
+* [archetypes]({{< relref "content/archetypes.md" >}})
+* [content]({{< relref "content/organization.md" >}})
+* [layouts]({{< relref "templates/overview.md" >}})
+* [static]({{< relref "themes/creation.md#static" >}})
+* [themes]({{< relref "themes/overview.md" >}})
 
 
 ## Example
@@ -54,6 +56,7 @@ An example directory may look like:
     |   |   ├── first.md
     |   |   └── second.md
     ├── data
+    ├── i18n
     ├── layouts
     |   ├── _default
     |   |   ├── single.html