diff --git a/docs/content/english/_index.md b/docs/content/english/_index.md
index 8a1530f..6107a54 100644
--- a/docs/content/english/_index.md
+++ b/docs/content/english/_index.md
@@ -17,4 +17,5 @@ For further information:
- [[Bannerlord Missions]]({{< ref "Authoring Mission Scenes" >}}) 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.
- [[Best Practices]]({{< ref "BestPractices" >}}) Information about various topics and their best practices.
- [[Editor]]({{< ref "Editor" >}}) Information about how to use the scene and content editors with maximum efficency.
-- [[Playing Sounds]]({{< ref "Playing Sounds" >}}) Adding sounds to your module using intended XMLs and code.
\ No newline at end of file
+- [[Playing Sounds]]({{< ref "Playing Sounds" >}}) Adding sounds to your module using intended XMLs and code.
+- [[Multiplayer]]({{< ref "Multiplayer" >}}) All about hosting a server, creating a custom game mode and making multiplayer scenes.
\ No newline at end of file
diff --git a/docs/content/russian/_index.md b/docs/content/russian/_index.md
index 919f497..62b5784 100644
--- a/docs/content/russian/_index.md
+++ b/docs/content/russian/_index.md
@@ -18,4 +18,5 @@ To access the API documentation: https:
- [[Миссии]]({{< ref "Authoring Mission Scenes" >}}) Подробная информация о том, как работают компоненты сценариев, когда срабатывают обратные вызовы, и о некоторых конкретных шаблонах сценариев, которые Bannerlord использует для создания игрового процесса.
- [[Best Practices]]({{< ref "BestPractices" >}}) Information about various topics and their best practices.
- [[Редактор]]({{< ref "Editor" >}}) Информация о том, как максимально эффективно использовать редакторы сцен и контента.
-- [[Playing Sounds]]({{< ref "Playing Sounds" >}}) Adding sounds to your module using intended XMLs and code.
\ No newline at end of file
+- [[Playing Sounds]]({{< ref "Playing Sounds" >}}) Adding sounds to your module using intended XMLs and code.
+- [[Multiplayer]]({{< ref "Multiplayer" >}}) All about hosting a server, creating a custom game mode and making multiplayer scenes.
\ No newline at end of file
diff --git a/docs/content/schinese/_index.md b/docs/content/schinese/_index.md
index c57f66e..ea90b46 100644
--- a/docs/content/schinese/_index.md
+++ b/docs/content/schinese/_index.md
@@ -19,3 +19,4 @@ To access the API documentation: https:
- [[Best Practices]]({{< ref "BestPractices" >}}) Information about various topics and their best practices.
- [[编辑器]]({{< ref "Editor" >}}) 关于编辑器的信息,引导玩家如何能最有效地使用编辑器编辑场景和内容。
- [[Playing Sounds]]({{< ref "Playing Sounds" >}}) Adding sounds to your module using intended XMLs and code.
+- [[Multiplayer]]({{< ref "Multiplayer" >}}) All about hosting a server, creating a custom game mode and making multiplayer scenes.
\ No newline at end of file