本仓库是游戏存档管理器的文档仓库,该文档使用Docusaurus构建
首先你需要安装 pnpm ,然后安装对应依赖
pnpm i首先你需要fork本仓库,编辑docs文件夹以更改文档,编辑blog文件夹以更改更新记录,其它文件作用请参考Docusaurus官方文档
你可以使用以下指令进入开发模式,以在本地预览修改
pnpm dev完成修改后你可以直接向主分支提交,我检查完毕后会合并
This repository is the document repository of Game Save Manager, the document is built with Docusaurus
First you need to install pnpm, then install the corresponding dependencies
pnpm iFirst you need to fork this repository, edit the docs folder to change the document, edit the blog folder to change the update record, and refer to the Docusaurus official documentation for the role of other files
You can use the following command to enter development mode to preview the changes locally
pnpm devAfter the modification is completed, you can submit it directly to the main branch, and I will merge it after checking