๐Ÿ“ฆ rustdesk / doc.rustdesk.com

Document of RustDesk

โ˜… 637 stars โ‘‚ 662 forks ๐Ÿ‘ 637 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/rustdesk/doc.rustdesk.com.git
HTTPS git clone https://github.com/rustdesk/doc.rustdesk.com.git
SSH git clone git@github.com:rustdesk/doc.rustdesk.com.git
CLI gh repo clone rustdesk/doc.rustdesk.com
RustDesk RustDesk Merge pull request #579 from 21pages/disable-change-permanent-password dc2f688 1 days ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ content
๐Ÿ“ data
๐Ÿ“ layouts
๐Ÿ“ static
๐Ÿ“ themes
๐Ÿ“ v2
๐Ÿ“ v3
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ .gitmodules
๐Ÿ“„ deploy.sh
๐Ÿ“„ hugo.yaml
๐Ÿ“„ LICENSE.md
๐Ÿ“„ README.md
๐Ÿ“„ README.md

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

Preview

Preview and build at local

  • 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

  • Change to the folder:
cd docs.rustdesk.com

  • 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.