You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/main' into uprof
* origin/main: (43 commits)
Add `/public/assets` to `.ignore` (go-gitea#26232)
Fix attachment clipboard copy on insecure origin (go-gitea#26224)
Fix commit compare style (go-gitea#26209)
Fix unable to display individual-level project (go-gitea#26198)
Fix access check for org-level project (go-gitea#26182)
Fixed incorrect locale references (go-gitea#26218)
Use calendar icon for `Joined on...` in profiles (go-gitea#26215)
Add changelog for 1.20.2 (go-gitea#26208)
Add commits dropdown in PR files view and allow commit by commit review (go-gitea#25528)
Warn instead of reporting an error when a webhook cannot be found (go-gitea#26039)
Fixing the align of commit stats in commit_page template. (go-gitea#26161)
Fix allowed user types setting problem (go-gitea#26200)
Hide branch/tag icon if branches/tags are empty (go-gitea#26204)
Prevent primary key update on migration (go-gitea#26192)
improve unit test for caching (go-gitea#26185)
Render plaintext task list items for markdown files (go-gitea#26186)
Add tooltip to describe LFS table column and color `delete LFS file` button red (go-gitea#26181)
Show branches and tags that contain a commit (go-gitea#25180)
Release attachments duplicated check (go-gitea#26176)
Calculate MAX_WORKERS default value by CPU number (go-gitea#26177)
...
Copy file name to clipboardExpand all lines: docs/README.md
+1-30Lines changed: 1 addition & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,36 +3,7 @@
3
3
[](https://discord.gg/Gitea)
4
4
[](http://microbadger.com/images/gitea/docs"Get your own image badge on microbadger.com")
5
5
6
-
## Hosting
7
-
8
-
These pages are hosted using [netlifycms](https://www.netlifycms.org/) and get
9
-
automatically updated on every push to the `master` branch.
10
-
11
-
## Install
12
-
13
-
These pages use the [Hugo](https://gohugo.io/) static site generator.
14
-
If you are planning to contribute you'll want to download and install Hugo on
15
-
your local machine.
16
-
17
-
The installation of Hugo is out of the scope of this document, so please take
18
-
the [official install instructions](https://gohugo.io/installation/) to
19
-
get Hugo up and running.
20
-
21
-
## Development
22
-
23
-
To generate the website and serve it on [localhost:1313](http://localhost:1313)
24
-
just execute this command and stop it with `Ctrl+C`:
25
-
26
-
```
27
-
make server
28
-
```
29
-
30
-
When you are done with your changes just create a pull request, after merging
31
-
the pull request the website will be updated automatically.
32
-
33
-
## Contributing
34
-
35
-
Fork -> Patch -> Push -> Pull Request
6
+
These docs are ingested by our [docs repo](https://gitea.com/gitea/gitea-docusaurus).
Copy file name to clipboardExpand all lines: docs/README_ZH.md
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,7 @@
4
4
[](https://discord.gg/Gitea)
5
5
[](http://microbadger.com/images/gitea/docs"Get your own image badge on microbadger.com")
0 commit comments