mirror of
https://github.com/halo-dev/docs.git
synced 2026-05-06 01:02:14 +08:00
4537023e0399620381a6f4854b845ad588e774ee
* 增加docker-compose安装方式 * 增加docker-compose安装方式的侧边目录 * 根据修改意见进行完善,增加halo+redis+mysql编排 * Update docs/getting-started/install/docker-compose.md Co-authored-by: John Niang <johnniang@fastmail.com> * Update docs/getting-started/install/docker-compose.md Co-authored-by: John Niang <johnniang@fastmail.com> * Update docs/getting-started/install/docker-compose.md Co-authored-by: John Niang <johnniang@fastmail.com> * 解决重复创建./halo目录导致的自定义数据库application.yaml不生效的问题。 解决重复创建./halo目录导致的自定义数据库application.yaml不生效的问题。 * 根据修改建议,调整至其他中 * 将doceker-compose文档移动到other目录下 * 更正调整目录后文档内的引用路径 * Update docs/getting-started/install/other/docker-compose.md Co-authored-by: Ryan Wang <i@ryanc.cc> * Update docs/getting-started/install/other/docker-compose.md Co-authored-by: Ryan Wang <i@ryanc.cc> * Update docs/getting-started/install/other/docker-compose.md Co-authored-by: Ryan Wang <i@ryanc.cc> * Update docs/getting-started/install/other/docker-compose.md Co-authored-by: Ryan Wang <i@ryanc.cc> * Update docs/getting-started/install/other/docker-compose.md Co-authored-by: Ryan Wang <i@ryanc.cc> * Update docs/getting-started/install/other/docker-compose.md Co-authored-by: Ryan Wang <i@ryanc.cc> * Update docs/getting-started/install/other/docker-compose.md Co-authored-by: Ryan Wang <i@ryanc.cc> * Update docs/getting-started/install/other/docker-compose.md Co-authored-by: Ryan Wang <i@ryanc.cc> * remove environment variable whitespace * MySQL容器启动时自动初始化DB Schema * MySQL容器启动时自动初始化DB Schema * 修改容器重启策略,使用绝对路径映射目录 * 增加docker-compose更新方式 * Modify the suffix spelling of the yaml file * 调整更新容器组文档位置 * 解决pnpm lint提示的错误 * 解决pnpm lint提示的错误 Co-authored-by: “MoshiCoCo” <“junzhou2016@outlook.com”> Co-authored-by: John Niang <johnniang@fastmail.com> Co-authored-by: Ryan Wang <i@ryanc.cc> Co-authored-by: MoshiCoCo <junzhou2016@outlook.com>
The open-source repo for docs.halo.run
This website is built using Docusaurus 2, a modern static website generator.
Installation
$ pnpm install
If you don’t have pnpm installed, you can install it with the following command:
npm install -g pnpm
Local Development
$ pnpm 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
$ pnpm build
This command generates static content into the build directory and can be served using any static contents hosting service.
Description
Languages
MDX
65.1%
JavaScript
22.4%
TypeScript
7%
SCSS
4.1%
CSS
1.3%