gitea/docs
Robin 5495ba7660
[docs] Enhance container selection in docker dump (#14292)
* Enhance container selection in docker dump

The problem with the previous query was, that it sometimes selected multiple containers, which make the command file with a hard to understand message. Now, use '^...$' to make sure a regex full match.
2022-03-22 13:50:31 +08:00
..
assets/js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
content [docs] Enhance container selection in docker dump (#14292) 2022-03-22 13:50:31 +08:00
layouts Add node version variable to docs (#10620) 2020-03-05 16:36:22 -06:00
scripts Fix building of docs with latest hugo version (#3856) 2018-04-28 23:46:05 +03:00
static Self-host cloudron image for docs (#13895) 2020-12-07 22:20:37 -05:00
.gitignore Implement documentation search (#8937) 2019-11-13 18:03:18 +00:00
config.yaml use go1.18 to build gitea (#19099) 2022-03-16 00:08:31 -04:00
LICENSE Import docs into main repository (#2874) 2017-11-26 23:44:32 +02:00
Makefile follow redirect when fetching theme archive (#15986) 2021-05-26 18:03:39 -04:00
README_ZH.md update discord link (#10455) 2020-02-25 12:36:45 -05:00
README.md Update to docs README (#6221) 2019-03-01 15:39:30 -05:00

Gitea: 文档

Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg

关于托管方式

本页面托管在我们 Docker 容器内的基础设施上, 它会在每次推送到 master 分支的时候自动更新,如果你想自己管理这个页面,你可以从我们的 Docker 镜像 gitea/docs 中获取它。

安装 Hugo

本页面使用了 Hugo 静态页面生成工具,如果您有维护它的意愿,则需要在本地计算机上下载并安装 Hugo。Hugo 的安装教程不在本文档的讲述范围之内,详情请参见 官方文档

如何部署

localhost:1313 处构建和运行网站的命令如下,如果需要停止可以使用组合键 Ctrl+C:

make server

完成更改后,只需创建一个 Pull Request (PR),该 PR 一经合并网站将自动更新。

如何贡献您的代码

Fork -> Patch -> Push -> Pull Request

关于我们

许可证

此项目采用 Apache-2.0 许可协议,请参见 协议文件 获取更多信息。

版权声明

Copyright (c) 2016 The Gitea Authors <https://gitea.io>