Files
TouchSocket/handbook
九州寒 4c1c0136eb update handbook/docs/dmtptransferfile.mdx.
函数错误 OnFileTransfering 改成 OnDmtpFileTransfering

Signed-off-by: 九州寒 <1050808172@qq.com>
2024-07-29 02:28:42 +00:00
..
2024-04-28 23:08:49 +08:00
2024-07-25 10:29:13 +08:00
2024-04-11 16:39:42 +08:00
2024-06-30 21:44:30 +08:00
2024-05-29 15:00:57 +08:00
2023-02-07 19:53:23 +08:00
2024-07-14 17:43:59 +08:00
2023-02-07 19:53:23 +08:00
2024-06-04 22:38:13 +08:00
2024-06-04 22:38:13 +08:00
2024-04-28 11:51:16 +08:00
2024-05-07 16:04:40 +08:00
2024-04-28 11:51:16 +08:00
2024-04-26 22:43:19 +08:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.