1
0
Fork 0
forked from forgejo/forgejo

Added Table of Contents to long documentation pages (#13890)

* Redo #13836 with new shortcode
(https://gitea.com/gitea/theme/pulls/90)

* add Api Usage

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
6543 2020-12-08 04:52:26 +00:00 committed by GitHub
parent e7938c9c44
commit 6bdcacd73b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 82 additions and 66 deletions

View file

@ -15,6 +15,8 @@ menu:
# Hacking on Gitea
{{< toc >}}
## Installing go
You should [install go](https://golang.org/doc/install) and set up your go
@ -42,7 +44,7 @@ running. As of last update, it should be Go version {{< go-version >}}.
Gitea makes heavy use of Make to automate tasks and improve development. This
guide covers how to install Make.
#### On Linux
### On Linux
Install with the package manager.
@ -58,7 +60,7 @@ On Fedora/RHEL/CentOS:
sudo yum install make
```
#### On Windows
### On Windows
One of these three distributions of Make will run on Windows: