No description
Find a file
Loïc Dachary 4a2a956138
delete Gitea specific files that need rewriting for Forgejo
Although it would be possible to modify these files, it would create
conflicts when rebasing. Instead, this commit removes them entirely
and another commit can start from scratch, borrowing content from the
original files.

The drawback of this approach is that some content updates from Gitea
that also need updating in Forgejo will have to be copy/pasted
instead of being merged.

(cherry picked from commit eb85782115)
(cherry picked from commit 34401f2004)
(cherry picked from commit ef43b1c691)
(cherry picked from commit d17fe25e2f)
(cherry picked from commit c4f688fe54)
(cherry picked from commit 4628d06534)
2023-03-26 17:04:32 +02:00
.woodpecker [CI] implementation: Woodpecker based CI 2023-03-26 15:02:59 +02:00
assets Update act (#23512) (#23518) 2023-03-16 09:33:11 -05:00
build
cmd
contrib
custom/conf Add .patch to attachment.ALLOWED_TYPES (#23580) (#23582) 2023-03-19 16:48:44 -04:00
docker
docs Fix codeblocks in the cheat sheet (#23664) (#23669) 2023-03-23 16:50:56 -04:00
models Create commit status when event is pull_request_sync (#23683) (#23691) 2023-03-24 17:40:24 -04:00
modules Improve workflow event triggers (#23613) (#23648) 2023-03-23 16:34:05 +08:00
options Fix incorrect package doc link (#23679) (#23689) 2023-03-24 14:43:02 -04:00
public
releases [CI] implementation: Woodpecker based CI 2023-03-26 15:02:59 +02:00
routers Fix pagination on /notifications/watching (#23564) (#23603) 2023-03-21 16:10:47 -04:00
services Fix incorrect HookEventType of pull request review comments (#23650) (#23678) 2023-03-24 20:56:15 -04:00
snap
templates Remove row clicking from notification table (#22695) (#23706) 2023-03-26 01:21:40 +02:00
tests [CI] set PASSWORD_HASH_ALGO = argon2 for integration tests 2023-03-26 15:02:59 +02:00
tools
web_src Remove row clicking from notification table (#22695) (#23706) 2023-03-26 01:21:40 +02:00
.air.toml
.changelog.yml
.dockerignore
.drone.yml
.editorconfig
.eslintrc.yaml
.gitattributes
.gitignore [CI] implementation: Woodpecker based CI 2023-03-26 15:02:59 +02:00
.gitpod.yml
.golangci.yml
.ignore
.lgtm
.markdownlint.yaml
.npmrc
.spectral.yaml
.stylelintrc.yaml Replace Less with CSS (#23508) 2023-03-16 21:04:39 -04:00
BSDmakefile
build.go
CHANGELOG.md Add CHANGELOG for 1.19.0 (#23583) (#23586) 2023-03-20 16:34:28 +08:00
DCO
Dockerfile [CI] implementation: forgejo container images 2023-03-26 15:02:59 +02:00
Dockerfile.rootless [CI] implementation: forgejo container images 2023-03-26 15:02:59 +02:00
go.mod Update act (#23512) (#23518) 2023-03-16 09:33:11 -05:00
go.sum Update act (#23512) (#23518) 2023-03-16 09:33:11 -05:00
LICENSE
main.go
MAINTAINERS
Makefile [CI] implementation: Woodpecker based CI 2023-03-26 15:02:59 +02:00
package-lock.json Polyfill the window.customElements (#23592) (#23595) 2023-03-20 19:52:05 +01:00
package.json Polyfill the window.customElements (#23592) (#23595) 2023-03-20 19:52:05 +01:00
playwright.config.js
vitest.config.js
webpack.config.js Replace Less with CSS (#23508) 2023-03-16 21:04:39 -04:00

Gitea: Docs

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

Hosting

These pages are hosted using netlifycms and get automatically updated on every push to the master branch.

Install

These pages use the Hugo static site generator. If you are planning to contribute you'll want to download and install Hugo on your local machine.

The installation of Hugo is out of the scope of this document, so please take the official install instructions to get Hugo up and running.

Development

To generate the website and serve it on localhost:1313 just execute this command and stop it with Ctrl+C:

make server

When you are done with your changes just create a pull request, after merging the pull request the website will be updated automatically.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the Apache-2.0 License. See the LICENSE file for the full license text.

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