This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Loïc Dachary 857a96cb08
[DOCS] CONTRIBUTING
Refs: https://codeberg.org/forgejo/forgejo/issues/8
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/153
Refs: https://codeberg.org/forgejo/forgejo/issues/123
2023-01-17 18:39:53 +01:00
.woodpecker implementation: Woodpecker based CI 2023-01-17 18:38:50 +01:00
CONTRIBUTING [DOCS] CONTRIBUTING 2023-01-17 18:39:53 +01:00
assets Update Emoji dataset to Unicode 14 (#22342) (#22343) 2023-01-04 12:45:18 -06:00
build Update Emoji dataset to Unicode 14 (#22342) (#22343) 2023-01-04 12:45:18 -06:00
cmd Revert unrelated changes for SMTP auth (#21767) (#21768) 2022-11-10 16:11:56 -05:00
contrib Add link to user profile in markdown mention only if user exists (#21533) 2022-10-23 01:15:52 +08:00
custom/conf Add setting to disable the git apply step in test patch (#22130) (#22170) 2022-12-22 11:59:10 +01:00
docker Fix the mode of custom dir to 0700 in docker-rootless (#20861) 2022-08-19 11:05:07 -04:00
docs Add deprecated warning for DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR (#22324) 2023-01-03 11:11:00 -05:00
models Fix container blob mount (#22226) (#22476) 2023-01-17 14:50:45 +08:00
modules Fix pull request API field `closed_at` always being `null` (#22482) (#22483) 2023-01-17 11:41:43 +00:00
options Fix leaving organization bug on user settings -> orgs (#21983) (#22438) 2023-01-16 01:29:27 +02:00
public Update JS dependencies and eslint config (#21388) 2022-10-10 20:02:20 +08:00
releases implementation: Woodpecker based CI 2023-01-17 18:38:50 +01:00
routers Fix container blob mount (#22226) (#22476) 2023-01-17 14:50:45 +08:00
services Skip GitHub migration tests if the API token is undefined (#21824) 2023-01-17 18:38:50 +01:00
snap switch to node18 for snapcraft 2022-08-18 12:25:50 -04:00
templates Fix container blob mount (#22226) (#22476) 2023-01-17 14:50:45 +08:00
tests Fix container blob mount (#22226) (#22476) 2023-01-17 14:50:45 +08:00
tools Remove legacy `+build:` constraint (#19582) 2022-05-02 23:22:45 +08:00
web_src Fix environments for KaTeX and error reporting (#22453) (#22473) 2023-01-16 13:34:50 -06:00
.air.toml Add more test directory to exclude dir of air, remove watching templates from air include dir because gitea has internal mechanism (#22246) (#22247) 2022-12-29 16:12:10 +01:00
.changelog.yml
.drone.yml fix: update libcurl in docs pipeline (#22204) 2022-12-21 13:39:05 -06:00
.editorconfig Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
.eslintrc.yaml Remove vitest globals (#21505) 2022-10-19 14:50:19 +08:00
.gitattributes Hook go-licenses into tidy again (#21353) 2022-10-10 20:45:02 +02:00
.gitignore implementation: Woodpecker based CI 2023-01-17 18:38:50 +01:00
.gitpod.yml Add sqlite vscode extension to Gitpod configuration (#21552) 2022-10-24 16:55:59 -04:00
.golangci.yml Simplify fmt-check (#21458) 2022-10-16 16:11:17 +08:00
.ignore
.lgtm
.markdownlint.yaml Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
.npmrc
.spectral.yaml Add spectral linter for Swagger (#20321) 2022-07-11 18:07:16 -05:00
.stylelintrc.yaml Move eslintrc/stylelintrc to non-deprecated extensions (#20110) 2022-06-24 14:09:53 +02:00
BSDmakefile
CHANGELOG.md chore: changelog 1.18.1 (#22471) 2023-01-17 10:40:47 -06:00
CONTRIBUTING.md [DOCS] CONTRIBUTING 2023-01-17 18:39:53 +01:00
DCO
Dockerfile implementation: forgejo container images 2023-01-17 18:38:50 +01:00
Dockerfile.rootless implementation: forgejo container images 2023-01-17 18:38:50 +01:00
LICENSE
MAINTAINERS Add yardenshoham to maintainers (#21566) 2022-10-23 12:09:21 -04:00
Makefile implementation: Woodpecker based CI 2023-01-17 18:38:50 +01:00
build.go Remove legacy `+build:` constraint (#19582) 2022-05-02 23:22:45 +08:00
go.mod Update `github.com/zeripath/zapx/v15` (#22485) 2023-01-17 14:51:24 +00:00
go.sum Update `github.com/zeripath/zapx/v15` (#22485) 2023-01-17 14:51:24 +00:00
main.go Fix typo overrided -> overridden (#20687) 2022-08-06 20:54:26 -04:00
package-lock.json Switch from jest to vitest (#21444) 2022-10-14 21:36:16 +08:00
package.json Switch from jest to vitest (#21444) 2022-10-14 21:36:16 +08:00
playwright.config.js Update JS dependencies and eslint config (#21388) 2022-10-10 20:02:20 +08:00
vitest.config.js Remove vitest globals (#21505) 2022-10-19 14:50:19 +08:00
webpack.config.js Update JS dependencies and eslint config (#21388) 2022-10-10 20:02:20 +08:00

docs/README.md

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>