doc: multilingual tree subfolders now end-dashed

This commit is contained in:
Cassio Batista 2019-06-12 11:42:49 -03:00
parent 563f34e618
commit 7cc01ccfb1

View file

@ -143,9 +143,9 @@ Now you just need to create a subdir within the `content/` folder for each
language and just put stuff inside `page/` and `post/` regular directories.
```
content/ content/ content/
└── en └── br └── ja
   ├── page ├── page    ├── page
   └── post └── post    └── post
└── en/ └── br/ └── ja/
   ├── page/ ├── page/    ├── page/
   └── post/ └── post/    └── post/
```