docs: List i18n folder in source organization

This commit is contained in:
digitalcraftsman 2016-09-16 17:13:59 +02:00
parent bca567faea
commit 0dd57b907b

View file

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