This commit is contained in:
rustdesk 2022-04-11 19:35:31 +08:00
parent 3ea1044c96
commit be2d224126
6 changed files with 41 additions and 8 deletions

View File

@ -43,32 +43,35 @@ title = "Documentation du RustDesk"
weight = 2 weight = 2
languageName = "Français" languageName = "Français"
landingPageURL = "/fr" landingPageURL = "/fr"
landingPageName = "<i class='fas fa-home'></i> Accueil" landingPageName = "<i class='fas fa-home'></i> Page d'accueil"
[Languages.ru] [Languages.ru]
title = "Документация для RustDesk" title = "Документация для RustDesk"
weight = 2 weight = 2
languageName = "Русский" languageName = "Русский"
landingPageURL = "/ru" landingPageURL = "/ru"
landingPageName = "<i class='fas fa-home'></i> Дом" landingPageName = "<i class='fas fa-home'></i> Домашняя страница"
[Languages.pt]
title = "Documentação para RustDesk"
weight = 2
languageName = "Português"
landingPageURL = "/pt"
landingPageName = "<i class='fas fa-home'></i> Pagina inicial"
[Languages.it] [Languages.it]
title = "Documentazione per RustDesk" title = "Documentazione per RustDesk"
weight = 2 weight = 2
languageName = "Italiano" languageName = "Italiano"
landingPageURL = "/it" landingPageURL = "/it"
landingPageName = "<i class='fas fa-home'></i> Casa" landingPageName = "<i class='fas fa-home'></i> Pagina iniziale"
[Languages.de] [Languages.de]
title = "Dokumentation für RustDesk" title = "Dokumentation für RustDesk"
weight = 2 weight = 2
languageName = "Deutsch" languageName = "Deutsch"
landingPageURL = "/de" landingPageURL = "/de"
landingPageName = "<i class='fas fa-home'></i> Heim" landingPageName = "<i class='fas fa-home'></i> Startseite"
[Languages.jp] [Languages.jp]
title = "RustDeskのドキュメント" title = "RustDeskのドキュメント"

6
content/_index.pt.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "Dokumentation für RustDesk"
---
# RustDesk

View File

@ -9,4 +9,4 @@ chapter: true
# Self-host # Self-host
We are continuously developing the server, if you have any comments, please join our [Discord](https://discord.com/invite/nDceKgxnkV) discussion. Estamos continuamente desenvolvendo o servidor, se você tiver algum comentário, participe da nossa discussão [Discord](https://discord.com/invite/nDceKgxnkV).

12
content/self-host/_index.pt.md Executable file
View File

@ -0,0 +1,12 @@
---
title: Auto-hospedagem
weight: 5
pre: "<b>1. </b>"
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).

View File

@ -0,0 +1,6 @@
---
title: Instalação
weight: 10
---
[English](/docs/en/self-host/install)

View File

@ -0,0 +1,6 @@
---
title: Windows
weight: 20
---
[English](/docs/en/self-host/windows)