Create v1.21 documentation

A verbatim copy of the v1.20 documentation to build upon. With just a
replacement of v1.20 with v1.21 where relevant.
This commit is contained in:
Gusted 2023-08-09 21:32:54 +01:00 committed by Caesar Schinas
parent ab0782c39c
commit ace76320ed
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF
17 changed files with 182 additions and 59 deletions

View file

@ -44,17 +44,17 @@ To work with tagged releases, the following commands can be used:
```bash
git branch -a
git checkout v1.20.0-5
git checkout v1.21.2-0
```
To build Forgejo from source at a specific tagged release (like v1.20.0-5), list the
To build Forgejo from source at a specific tagged release (like v1.21.2-0), list the
available tags and check out the specific tag.
List available tags with the following.
```bash
git tag -l
git checkout v1.20.0-5
git checkout v1.21.2-0
```
### Build