mindoc
MinDoc 是一款针对IT团队开发的简单好用的文档管理系统。win/linux安装
下载https://github.com/lifei6671/mindoc/releases
使用的是 sqlite 数据库,请将 conf/app.conf 中的数据库配置成如下,系统会自动创建 sqlite 数据库文件:db_adapter=sqlite3db_database=mindoc_db
初始化数据库mindoc_windows_amd64.exe install//win./mindoc_linux_amd64 service install//linux
启动|终止|重新启动service mindocd start/stop/restart
程序会自动初始化数据库,并创建一个超级管理员账号:admin 密码:123456
访问 http://localhost:8181 就能访问 MinDoc.
请登录后重新设置密码
不管是linux/windows我都是用upx压缩的, 大小少一半.wabook 可以编译md文件为html,,适用生成gh-pages页面
https://github.com/wa-lang/wabook
添加book.toml文件,内容如下
[book]
authors = ["chai2010"]
description = "描述"
language = "zh"
src = "."
title = "标题"
[output.html]
git-repository-icon = "fa-github"
git-repository-url = "https://github.com/gdt050579/AppCUI-rs"
edit-url-template = "https://github.com/wa-lang/wabook/edit/master/testdata/{path}"SUMMARY.md文件改成下面
# Summary
[index](index.md)还需要index.md封面文件wabook build 编译成htmlwabook serve 服务器wabook clean 删除wabook init 生成模板
作者:Yoby 创建时间:2020-07-22 22:33
最后编辑:Yoby 更新时间:2026-01-07 13:49
最后编辑:Yoby 更新时间:2026-01-07 13:49