Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2016-09-16 18:13:59 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-09-16 18:13:59 +0300
commit0dd57b907bb092d7b637a63cd378dd33b66fa1b5 (patch)
treec4d1e031dfbc706d65ed7f5a47304b2528940c9c /docs
parentbca567faea70bbb0efcbd4cd71d29146bd1cbaed (diff)
docs: List i18n folder in source organization
Diffstat (limited to 'docs')
-rw-r--r--docs/content/overview/source-directory.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/content/overview/source-directory.md b/docs/content/overview/source-directory.md
index 5601f8d0b..e6a586f3b 100644
--- a/docs/content/overview/source-directory.md
+++ b/docs/content/overview/source-directory.md
@@ -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