Skip to content

Commit a770538

Browse files
authored
doc:更新官网链接和README信息 (#1019)
1 parent b76dac5 commit a770538

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ MinDoc 的前身是 [SmartWiki](https://github.com/lifei6671/SmartWiki) 文档
1212
可以用来储存日常接口文档,数据库字典,手册说明等文档。内置项目管理,用户管理,权限管理等功能,能够满足大部分中小团队的文档管理需求。
1313

1414
##### 演示站点&文档:
15+
- https://demo.mindoc.cn/docs/mindochelp
1516
- https://www.iminho.me/wiki/docs/mindoc/
1617
- https://doc.gsw945.com/docs/mindoc-docs/
1718

@@ -38,11 +39,11 @@ MinDoc 的前身是 [SmartWiki](https://github.com/lifei6671/SmartWiki) 文档
3839

3940
~~如果你的服务器上没有安装golang程序请手动设置一个环境变量如下:键名为 ZONEINFO,值为MinDoc跟目录下的/lib/time/zoneinfo.zip 。~~
4041

41-
更多信息请查看手册: [MinDoc 使用手册](https://www.iminho.me/wiki/docs/mindoc/mindoc-summary.md)
42+
更多信息请查看手册: [MinDoc 使用手册](https://demo.mindoc.cn/docs/mindochelp/mindoc-summary)
4243

4344
对于没有Golang使用经验的用户,可以从 [https://github.com/mindoc-org/mindoc/releases](https://github.com/mindoc-org/mindoc/releases) 这里下载编译完的程序。
4445

45-
如果有Golang开发经验,建议通过编译安装,要求golang版本不小于1.15.1(需支持`CGO``go mod``import _ "time/tzdata"`)(推荐Go版本为1.18.1)。
46+
如果有Golang开发经验,建议通过编译安装,要求golang版本不小于1.23.0(需支持`CGO``go mod``import _ "time/tzdata"`)(推荐Go版本为1.23.x)。
4647
> 注意: CentOS7上GLibC版本低,常规编译版本不能使用。需要自行源码编译,或使用使用musl编译版本。
4748
4849
## 常规编译
@@ -284,6 +285,7 @@ mcp_api_key="${MINDOC_MCP_API_KEY||demo-mcp-api-key}"
284285
- [扩展菜单注册太过繁琐 #2493](https://github.com/wangeditor-team/wangEditor/issues/2493)
285286
- 工具: `https://babeljs.io/repl` + `@babel/plugin-transform-classes`
286287
- [Vue.js](https://github.com/vuejs/vue) 框架
288+
- [MCP-Go](https://github.com/mark3labs/mcp-go)
287289

288290

289291
# 主要功能

views/widgets/footer.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="footer">
22
<div class="container">
33
<div class="row text-center border-top">
4-
<span><a href="https://mindoc.com.cn" target="_blank">{{i18n .Lang "common.official_website"}}</a></span>
4+
<span><a href="https://mindoc.cn" target="_blank">{{i18n .Lang "common.official_website"}}</a></span>
55
<span>&nbsp;·&nbsp;</span>
66
<span><a href="https://github.com/mindoc-org/mindoc/issues" target="_blank">{{i18n .Lang "common.feedback"}}</a></span>
77
<span>&nbsp;·&nbsp;</span>
88
<span><a href="https://github.com/mindoc-org/mindoc" target="_blank">{{i18n .Lang "common.source_code"}}</a></span>
99
<span>&nbsp;·&nbsp;</span>
10-
<span><a href="https://mindoc.com.cn/docs/mindochelp" target="_blank">{{i18n .Lang "common.manual"}}</a></span>
10+
<span><a href="https://mindoc.cn/docs/mindochelp" target="_blank">{{i18n .Lang "common.manual"}}</a></span>
1111
</div>
1212
{{if .site_beian}}
1313
<div class="row text-center">

0 commit comments

Comments
 (0)