Skip to content

Commit 136e5b7

Browse files
authored
Merge pull request #105 from DejanM4/master
Minor fix on the front page
2 parents 4e5f6c8 + 2db69da commit 136e5b7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/content/english/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ For further information:
1717
- <strong>[[Bannerlord Missions]]({{< ref "Authoring Mission Scenes" >}})</strong> Detail about how script components work, when does the callbacks get triggered and some specific script templates that Bannerlord use to create the gameplay experience.
1818
- <strong>[[Best Practices]]({{< ref "BestPractices" >}})</strong> Information about various topics and their best practices.
1919
- <strong>[[Editor]]({{< ref "Editor" >}})</strong> Information about how to use the scene and content editors with maximum efficency.
20-
- <strong>[[Playing Sounds]]({{< ref "Playing Sounds" >}})</strong> Adding sounds to your module using intended XMLs and code.
20+
- <strong>[[Playing Sounds]]({{< ref "Playing Sounds" >}})</strong> Adding sounds to your module using intended XMLs and code.
21+
- <strong>[[Multiplayer]]({{< ref "Multiplayer" >}})</strong> All about hosting a server, creating a custom game mode and making multiplayer scenes.

docs/content/russian/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ To access the API documentation: <a href="https://apidoc.bannerlord.com/">https:
1818
- <strong>[[Миссии]]({{< ref "Authoring Mission Scenes" >}})</strong> Подробная информация о том, как работают компоненты сценариев, когда срабатывают обратные вызовы, и о некоторых конкретных шаблонах сценариев, которые Bannerlord использует для создания игрового процесса.
1919
- <strong>[[Best Practices]]({{< ref "BestPractices" >}})</strong> Information about various topics and their best practices.
2020
- <strong>[[Редактор]]({{< ref "Editor" >}})</strong> Информация о том, как максимально эффективно использовать редакторы сцен и контента.
21-
- <strong>[[Playing Sounds]]({{< ref "Playing Sounds" >}})</strong> Adding sounds to your module using intended XMLs and code.
21+
- <strong>[[Playing Sounds]]({{< ref "Playing Sounds" >}})</strong> Adding sounds to your module using intended XMLs and code.
22+
- <strong>[[Multiplayer]]({{< ref "Multiplayer" >}})</strong> All about hosting a server, creating a custom game mode and making multiplayer scenes.

docs/content/schinese/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ To access the API documentation: <a href="https://apidoc.bannerlord.com/">https:
1919
- <strong>[[Best Practices]]({{< ref "BestPractices" >}})</strong> Information about various topics and their best practices.
2020
- <strong>[[编辑器]]({{< ref "Editor" >}})</strong> 关于编辑器的信息,引导玩家如何能最有效地使用编辑器编辑场景和内容。
2121
- <strong>[[Playing Sounds]]({{< ref "Playing Sounds" >}})</strong> Adding sounds to your module using intended XMLs and code.
22+
- <strong>[[Multiplayer]]({{< ref "Multiplayer" >}})</strong> All about hosting a server, creating a custom game mode and making multiplayer scenes.

0 commit comments

Comments
 (0)