Document of RustDesk https://rustdesk.com/docs/
Go to file
RustDesk 613de7bc35
Merge pull request #473 from xlionjuan/dsm-hbbs-notice
No port forwarding on websocket port; remove `hbbs -r` related notice; several WebSocket/Web Client related
2025-02-10 22:56:03 +08:00
.github/workflows Update deploy.yml 2024-10-21 22:58:19 +08:00
content Merge pull request #473 from xlionjuan/dsm-hbbs-notice 2025-02-10 22:56:03 +08:00
layouts doc has its own gtag 2023-08-26 20:32:06 +08:00
static Fix typos 2025-01-01 20:57:10 +02:00
v2 Fix typos 2025-01-01 20:57:10 +02:00
v3 update tag 2025-02-08 18:52:57 +08:00
.gitattributes init 2021-08-29 23:28:15 +08:00
.gitignore doc, oidc azure 2023-09-26 02:07:05 +08:00
LICENSE.md https://github.com/matcornic/hugo-theme-learn/tree/master/exampleSite 2022-04-11 00:15:15 +08:00
README.md Update README.md 2023-08-20 22:07:18 +01:00
config.toml Türkçe 2023-08-25 21:42:12 +08:00
deploy.sh sg -> ot 2023-01-05 11:25:40 +08:00

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

Preview

Install hugo

The clone this repo git clone https://github.com/rustdesk/doc.rustdesk.com.git

Change to this folder:

cd docs.rustdesk.com

Then run the following commands:

hugo new site quickstart
cd quickstart
git init
git clone https://github.com/matcornic/hugo-theme-learn themes/hugo-theme-learn
echo "theme = 'hugo-theme-learn'" >> hugo.toml
hugo server

Make any changes and then reupload.