mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-24 12:46:38 +00:00
[docs] fix zh readme reference + migrate language-specific repo markdown to docs
This commit is contained in:
parent
931c131bee
commit
96be78cdd5
|
@ -5,7 +5,7 @@ GoToSocial 可以通过多种方式进行安装。我们发布官方的二进制
|
|||
有许多第三方软件包由不同的发行版维护,一些用户还创建了额外的部署工具,以便你可以轻松地自行部署 GoToSocial。
|
||||
|
||||
{%
|
||||
include "../../../../README.zh.md"
|
||||
include "../repo/README.md"
|
||||
start='<!--releases-start-->'
|
||||
end='<!--releases-end-->'
|
||||
%}
|
|
@ -1,17 +1,17 @@
|
|||
{%
|
||||
include "../../../README.zh.md"
|
||||
include "../../../README.md"
|
||||
start='<!--overview-start-->'
|
||||
end='<!--overview-end-->'
|
||||
%}
|
||||
|
||||
{%
|
||||
include "../../../README.zh.md"
|
||||
include "../../../README.md"
|
||||
start='<!--body-1-start-->'
|
||||
end='<!--body-1-end-->'
|
||||
%}
|
||||
|
||||
{%
|
||||
include "../../../README.zh.md"
|
||||
include "../../../README.md"
|
||||
start='<!--body-2-start-->'
|
||||
end='<!--body-2-end-->'
|
||||
%}
|
||||
|
|
|
@ -16,6 +16,9 @@ docs_dir: .
|
|||
edit_uri: edit/main/docs/locales/zh/
|
||||
copyright: GoToSocial 以 GNU AGPL v3 许可授权。版权所有 (C) 全体 GoToSocial 开发者 admin@gotosocial.org
|
||||
|
||||
exclude_docs: |
|
||||
repo/**
|
||||
|
||||
nav:
|
||||
- "主页": "index.md"
|
||||
- "FAQ": "faq.md"
|
||||
|
|
|
@ -266,8 +266,6 @@ GoToSocial 支持 [OpenID Connect (OIDC)](https://openid.net/connect/) 身份提
|
|||
|
||||
查看我们的 [入门文档](https://docs.gotosocial.org/zh-cn/latest/getting_started/),并浏览我们的 [发布页面](https://github.com/superseriousbusiness/gotosocial/releases)。
|
||||
|
||||
---
|
||||
|
||||
<!--releases-start-->
|
||||
### 支持的平台
|
||||
|
||||
|
@ -363,6 +361,7 @@ S3 存储桶中的快照版二进制发布由 Github 提交哈希控制。要获
|
|||
---
|
||||
|
||||
## 致谢
|
||||
<!--body-1-end-->
|
||||
|
||||
### 库
|
||||
|
||||
|
@ -428,6 +427,7 @@ GoToSocial 使用以下开源库、框架和工具,在此声明并致谢 💕
|
|||
- [wagslane/go-password-validator](https://github.com/wagslane/go-password-validator); 密码强度验证。 [MIT 许可证](https://spdx.org/licenses/MIT.html)。
|
||||
- [yuin/goldmark](https://github.com/yuin/goldmark); Markdown 解析器。 [MIT 许可证](https://spdx.org/licenses/MIT.html)。
|
||||
|
||||
<!--body-2-start-->
|
||||
### 图像归属与许可
|
||||
|
||||
树懒标志由 [Anna Abramek](https://abramek.art/) 设计。
|
Loading…
Reference in a new issue