Document of RustDesk https://rustdesk.com/docs/
Go to file
Jibachh Singh 76018ea2c9
Update _index.en.md
update the rustdesk.fc , rustdesk.if and makefile ,also added some description
2025-02-08 12:18:33 +05:45
.github/workflows Update deploy.yml 2024-10-21 22:58:19 +08:00
content Update _index.en.md 2025-02-08 12:18:33 +05:45
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 fix 2025-02-05 21:08:10 +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.