diff --git a/config.toml b/config.toml
index 0ff2643..82825e0 100644
--- a/config.toml
+++ b/config.toml
@@ -43,32 +43,35 @@ title = "Documentation du RustDesk"
weight = 2
languageName = "Français"
landingPageURL = "/fr"
-landingPageName = " Accueil"
-
+landingPageName = " Page d'accueil"
[Languages.ru]
title = "Документация для RustDesk"
weight = 2
languageName = "Русский"
landingPageURL = "/ru"
-landingPageName = " Дом"
+landingPageName = " Домашняя страница"
+[Languages.pt]
+title = "Documentação para RustDesk"
+weight = 2
+languageName = "Português"
+landingPageURL = "/pt"
+landingPageName = " Pagina inicial"
[Languages.it]
title = "Documentazione per RustDesk"
weight = 2
languageName = "Italiano"
landingPageURL = "/it"
-landingPageName = " Casa"
-
+landingPageName = " Pagina iniziale"
[Languages.de]
title = "Dokumentation für RustDesk"
weight = 2
languageName = "Deutsch"
landingPageURL = "/de"
-landingPageName = " Heim"
-
+landingPageName = " Startseite"
[Languages.jp]
title = "RustDeskのドキュメント"
diff --git a/content/_index.pt.md b/content/_index.pt.md
new file mode 100644
index 0000000..191b4ac
--- /dev/null
+++ b/content/_index.pt.md
@@ -0,0 +1,6 @@
+---
+title: "Dokumentation für RustDesk"
+---
+
+# RustDesk
+
diff --git a/content/self-host/_index.en.md b/content/self-host/_index.en.md
index c2c3008..219138c 100755
--- a/content/self-host/_index.en.md
+++ b/content/self-host/_index.en.md
@@ -9,4 +9,4 @@ chapter: true
# Self-host
-We are continuously developing the server, if you have any comments, please join our [Discord](https://discord.com/invite/nDceKgxnkV) discussion.
\ No newline at end of file
+Estamos continuamente desenvolvendo o servidor, se você tiver algum comentário, participe da nossa discussão [Discord](https://discord.com/invite/nDceKgxnkV).
\ No newline at end of file
diff --git a/content/self-host/_index.pt.md b/content/self-host/_index.pt.md
new file mode 100755
index 0000000..3209e71
--- /dev/null
+++ b/content/self-host/_index.pt.md
@@ -0,0 +1,12 @@
+---
+title: Auto-hospedagem
+weight: 5
+pre: "1. "
+chapter: true
+---
+
+### Capítulo 1
+
+# Auto-hospedagem
+
+Estamos continuamente desenvolvendo o servidor, se você tiver algum comentário, participe da nossa discussão [Discord](https://discord.com/invite/nDceKgxnkV).
\ No newline at end of file
diff --git a/content/self-host/install/_index.pt.md b/content/self-host/install/_index.pt.md
new file mode 100644
index 0000000..d376f38
--- /dev/null
+++ b/content/self-host/install/_index.pt.md
@@ -0,0 +1,6 @@
+---
+title: Instalação
+weight: 10
+---
+
+[English](/docs/en/self-host/install)
\ No newline at end of file
diff --git a/content/self-host/windows/_index.pt.md b/content/self-host/windows/_index.pt.md
new file mode 100644
index 0000000..2e08fed
--- /dev/null
+++ b/content/self-host/windows/_index.pt.md
@@ -0,0 +1,6 @@
+---
+title: Windows
+weight: 20
+---
+
+[English](/docs/en/self-host/windows)
\ No newline at end of file