Document of RustDesk https://rustdesk.com/docs/
Go to file
bonk-dev fd5a67c4c3
docs(pl): translate dev/build/windows
2025-08-01 18:54:53 +02:00
.github/workflows annoyingt 2025-07-23 09:11:18 +08:00
content docs(pl): translate dev/build/windows 2025-08-01 18:54:53 +02:00
data new theme 2025-06-15 02:57:17 +08:00
layouts fix link 2025-06-15 18:14:04 +08:00
static new theme 2025-06-15 02:57:17 +08:00
themes new theme 2025-06-15 02:57:17 +08:00
v2 Fix typos 2025-01-01 20:57:10 +02:00
v3 remove - description: 'Self-Hosting des Web-Clients (erfordert einen Plan ab 39,90 $/Monat)', 2025-07-30 16:45:03 +08:00
.gitattributes init 2021-08-29 23:28:15 +08:00
.gitignore new theme 2025-06-15 02:57:17 +08:00
.gitmodules new theme 2025-06-15 02:57:17 +08:00
LICENSE.md https://github.com/matcornic/hugo-theme-learn/tree/master/exampleSite 2022-04-11 00:15:15 +08:00
README.md Dependabot and README 2025-06-20 20:28:39 +08:00
deploy.sh sg -> ot 2023-01-05 11:25:40 +08:00
hugo.yaml docs(pl): add `pl` language 2025-08-01 10:25:56 +02:00

We need your help to translate this document to your native language

Preview

Preview and build at local

  1. Install Hugo

  2. Clone the repo, if you want to submit changes, please Fork and clone your fork.

git clone --recursive https://github.com/rustdesk/doc.rustdesk.com.git
  1. Change to the folder:
cd docs.rustdesk.com
  1. Start Hugo Server
hugo server

If you found any bugs, stop the server and delete public folder and run again.

You could make changes and than push and create PR.

Update branch/fork

Sync your fork at GitHub UI or create new branch that points to upstream.

Make sure you've checkout to right branch, and run:

git pull --recurse-submodules

If you're cloned from here, just run the command.