Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/zdoc/gettingstarted/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ We have to make 4 config files to make the theme work. Check out the [config fil
- [menus.en.toml] - We can add or delete site menus.
- [params.toml] - The params in this file are used only in the zdoc theme.

If your blog is planning to support multiple languages, I recommend you to make a contry code folder first like [en], [ko], [fr] etc.
If your blog is planning to support multiple languages, I recommend you to make a country code folder first like [en], [ko], [fr] etc.
In this way, you can manage your contents more efficiently. And then you should specify contents folder in the `language.toml` file.

```:language.toml
Expand All @@ -56,7 +56,7 @@ In this way, you can manage your contents more efficiently. And then you should
...
```

Create your site menu by making `menus.en.toml` file. The `en` can be any contry code. I'm going to make a docs menu in this guide.
Create your site menu by making `menus.en.toml` file. The `en` can be any country code. I'm going to make a docs menu in this guide.

```:menus.en.toml
[[main]]
Expand Down
4 changes: 2 additions & 2 deletions content/en/zzo/gettingstarted/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ We have to make 4 config files to make the theme work. Check out the [config fil
- [menus.en.toml] - We can add or delete site menus.
- [params.toml] - The params in this file are used only in the zzo theme.

If your blog is planning to support multiple languages, I recommend you to make a contry code folder first like [en], [ko], [fr] etc.
If your blog is planning to support multiple languages, I recommend you to make a country code folder first like [en], [ko], [fr] etc.
In this way, you can manage your contents more efficiently. And then you should specify contents folder in the `language.toml` file.

```:language.toml
Expand All @@ -56,7 +56,7 @@ In this way, you can manage your contents more efficiently. And then you should
...
```

Create your blog menu by making `menus.en.toml` file. The `en` can be any contry code. I'm going to make a posts menu in this guide.
Create your blog menu by making `menus.en.toml` file. The `en` can be any country code. I'm going to make a posts menu in this guide.

```:menus.en.toml
[[main]]
Expand Down