Add DeployHQ Deployment Guide#55
Open
facundofarias wants to merge 3 commits into
Open
Conversation
Mister-Hope
requested changes
Jun 8, 2026
| @@ -234,6 +234,28 @@ heroku login | |||
|
|
|||
| <!-- 下列平台是中文文档特有的,放在最下方 --> | |||
Member
There was a problem hiding this comment.
The comment is: <!-- The following platforms are specific to the Chinese documentation and are placed at the very bottom -->
So you should place before this.
Author
There was a problem hiding this comment.
Thanks for catching that — I missed the marker comment. Fixed in 863aeb7: the DeployHQ section now sits above the <!-- 下列平台是中文文档特有的,放在最下方 --> marker, in the international block alongside CloudRay.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
## DeployHQsection to both the English and Simplified Chinese versions of the deployment guide, matching the format of the existing CloudRay / Heroku / Netlify entries (short intro + numbered setup steps +::: tipblock linking to the platform's own VuePress deployment guide).DeployHQ is a Git-based deployment platform that builds VuePress sites in a managed environment and transfers the
docs/.vuepress/distoutput to a user-owned server over SSH/SFTP/FTP — or to S3, Azure Blob, or Rackspace Cloud Files. It's the BYO-server complement to the existing managed-host entries on this page (no managed CDN, no vendor lock-in to a specific hosting platform). The full setup walkthrough lives on the DeployHQ documentation site at https://www.deployhq.com/guides/vuepress.Files changed
docs/guide/deployment.md— new## DeployHQsection appended after## CloudRay(the current last international entry)docs/zh/guide/deployment.md— new## DeployHQsection inserted between## CloudRayand## 云开发 CloudBase(preserving the convention of grouping international providers before China-specific ones)Bilingual change per project convention
Both English and Chinese files are modified in this single PR — adding only one side would be inconsistent with the project's bilingual convention (PR #52 was previously closed for a zh-only change). The Chinese translation was machine-assisted; corrections from a native Chinese speaker on the review are welcome before merge.
Disclosure
This PR was drafted with AI assistance and reviewed by the contributor before opening. The English section was authored directly; the Chinese section is a translation of the same content using the technical terms VuePress's existing Chinese docs use elsewhere on this page.