1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 18:58:38 +00:00

Add documentation for backend development (#17512)

* Add documentation for backend development

* Update backend guidline

* More sections

* Add modules/setting and modules/git

* Uniform gitea as Gitea

* some improvements

* some improvements
This commit is contained in:
Lunny Xiao
2021-11-23 10:10:18 +08:00
committed by GitHub
parent c79cc2d3e8
commit b2daa7e203
2 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
date: "2016-12-01T16:00:00+02:00"
title: "开发者"
slug: "developers"
weight: 40
toc: false
draft: false
menu:
sidebar:
name: "开发者"
weight: 50
identifier: "developers"
---